Commit Graph

7319 Commits (15538c732c6095b2f62f12b25df01f9be99a8290)
 

Author SHA1 Message Date
Joshua Colp 15538c732c Pass the glob expanded filename to process_text_line so that error messages contain the actual filename, not the original include one. (issue #8959 reported by tzafrir)
19 years ago
Jason Parker 8ab0b28aba Fix a small typo. Synopsis lines shouldn't have a newline
19 years ago
Joshua Colp ade14f36ea Copy noncodeccapability over to the joint variable so that telephone-event will get transmitted in the sent INVITE.
19 years ago
Joshua Colp d7dd6ed0a7 Don't negotiate RFC2833 when not configured to do so. (issue #8799 reported by mdu113)
19 years ago
Olle Johansson 8754f03658 - Make sure we release call from call counter before we destroy call (maybe #7744 and more)
19 years ago
Joshua Colp 8ea5a33c9e Return previous behavior of having MOH pick up where it was left off. (issue #8672 reported by sinistermidget)
19 years ago
Tilghman Lesher f8bed34be9 Bug 8965 - Allow FIELDQTY to work with both variables and dialplan functions
19 years ago
Tilghman Lesher bc926d7f33 No wonder FIELDQTY doesn't work with functions... the documentation in pbx.c was wrong
19 years ago
Russell Bryant f9db7779f0 Fix a bunch of places where pthread_attr_init() was called, but
19 years ago
Kevin P. Fleming 6564129ee7 update to match modified transcoder API
19 years ago
Russell Bryant ccce21be4f Use the proper format string to print unsigned values in the rtp debug output.
19 years ago
Kevin P. Fleming fe394f23d4 allow codec_zap to build again, now that transcoder support is in zaptel 1.2
19 years ago
Russell Bryant ccd780463d Don't print a message indicating that we don't know what to do with a proceeding
19 years ago
Russell Bryant 65a8360531 The SIGHUP handler was implemented to allow admins to send SIGHUP to a running
19 years ago
Russell Bryant 29d168987c Comment out the parts in the Makefile that make codec_zap get built. It will
19 years ago
Christian Richter ec4c828386 fixed some possible segfaults. also fixed an very important bug which occurs on high load (when calls are very fast generated)
19 years ago
Russell Bryant 3d12e45f06 Fix the extraction of the timestamp from video frames. It was using the
19 years ago
Joshua Colp 8ba938b508 Now that filename is part of the structure and since it comes before postprocess... we have to add it to our postprocess line. (reported on asterisk-dev by Boris Bakchiev)
19 years ago
Jason Parker 4659a0ac41 Use the correct zaptel header file location.
19 years ago
Joshua Colp e06d0f644b Make COMPLETECALLER and COMPLETEAGENT output to queue_log follow documentation. (issue #7677 reported by amilcar)
19 years ago
Joshua Colp 5e9fdf2aa7 Make the last context entry read in the dominant one. (issue #8918 reported by pj)
19 years ago
Joshua Colp 1cb1bbbe8d Allow dequeueing of frames with negative timestamp by moving jitterbuffer frames check to jb_next. (issue #8546 reported by harmen)
19 years ago
Joshua Colp 245cdf50ba Add another note about audio files being played back to each bridged party. (issue #8718 reported by ppyy)
19 years ago
Russell Bryant 5823b29f58 Fix a seg fault when running this application with no arguments from AGI.
19 years ago
Steve Murphy 75d7a0309a updated check_expr via 8322 (refactoring of expression checking impl); elfring contributed a nice code reorg, I contributed some time to get it working again, better messages
19 years ago
Christian Richter 34b5cd1de5 fixed the busy problem (dialstatus was not busy when we called a busy extension)
19 years ago
Russell Bryant 9eaff06d26 Fix an issue related to synchronization of recordings when using Monitor().
19 years ago
Russell Bryant bd06c9494b Don't set a new value for the END_ variable on the channel before using the
19 years ago
Joshua Colp e1dc278941 Yield before reading from zaptel timing source under Solaris so that other threads get a chance to do things. (issue #7875 reported by bob)
19 years ago
Russell Bryant 14eece85c9 Merge codec_zap support for the transcoder card. This is a standalone codec
19 years ago
Joshua Colp edca3010a4 Move filestream creation to Mixmonitor loop. This will prevent a blank file from being created if no frames ever pass through to be recorded. (issue #7589 reported by steve_mcneil)
19 years ago
Joshua Colp d46636d6fa Explicitly declare what codecs are supported by default globally since using a bitmask for all may include ones we don't need. (issue #8357 reported by gknispel_proformatique)
19 years ago
Russell Bryant 0a73ba87b1 Fix a memory leak on command line tab completion. The container for the
19 years ago
Dwayne M. Hubbard 91d1c70906 issue 7877: chan_zap module reload does not use default/initialized values on subsequent loads. Reset configuration variables to default values prior to parsing configuration file.
19 years ago
Kevin P. Fleming 6926dd0fbe support echo cancellers that can handle 64ms or 128ms of echo cancellation
19 years ago
Tilghman Lesher 3f07bd5034 If a timezone is not specified, assume localtime (instead of gmtime) (Issue #7748)
19 years ago
Tilghman Lesher 6f1d7511d1 Document all the fields, including the indication that "uniqueid" should not be renamed.
19 years ago
Russell Bryant cbfeb816e1 Move the check for a failure of ast_channel_alloc() to before locking the
19 years ago
Tilghman Lesher 0fad242a19 When ast_strip_quoted was called with a zero-length string, it would treat a
19 years ago
Tilghman Lesher 7015408cf8 Add documentation walkthrough on getting Postgres to work with voicemail (from Issue 8513)
19 years ago
Tilghman Lesher c69d99c830 Postgres driver doesn't like a NULL pointer when retrieving the length (Bug 8513)
19 years ago
Joshua Colp 84a751aecd Return previous behavior. ParkedCalls will be able to do DTMF based transfers again. trunk however will get an option to allow this to be set on/off. (issue #8804 reported by nortex)
19 years ago
Joshua Colp ed7bdda7b0 Add none as a valid callgroup/pickupgroup option. I consider it a bug that it would inherit it all the way down and not have any way to reset it to nothing - so that's why it is in 1.2. (issue #8296 reported by gkloepfer)
19 years ago
Tilghman Lesher e9b6a2c807 Check return value before dereferencing (Bug 8822)
19 years ago
Matt O'Gorman 741131aaa2 Solves issue with forwarding voicemails from folders other than inbox.
19 years ago
Tilghman Lesher 321c032c5e Bug 8814 - db should look for its header using a relative path, instead of the system path (Fixes FreeWRT)
19 years ago
Kevin P. Fleming 808bcff9d0 minor documentation clarification
19 years ago
Olle Johansson 2e738d5a7c Issue #8793 bad response for Unsupported Extension (different fix).
19 years ago
Christian Richter 5704d29ffa when we get L2 UP, the L1 is UP definitely too, so we set the L1 state up as well.
19 years ago
Christian Richter ec695243af * more additions to make the RESTART message work
19 years ago