Commit Graph

787 Commits (6d2023b7fe13b864fee772f6eb2d8a1cffc01acd)

Author SHA1 Message Date
Jason Parker 6ba9909eda Work around some silliness caused by sys/capability.h - this should fix compile errors a number of users have been experiencing.
19 years ago
Joshua Colp 8c03119ce5 If audio suddenly gets fed into one side of a channel after a lapse of frames flush the other factory so that old audio does not remain in the factory causing the sync code to not execute.
19 years ago
Mark Michelson 7892ddd9f5 This fix prevents a deadlock that was experienced in chan_local. There was
19 years ago
Joshua Colp 2cfae0a8f3 Pass in the path to Zaptel for systems that install Zaptel headers in a separate location.
19 years ago
Joshua Colp 27da06a930 One thing at a time... let's get 1.4 building.
19 years ago
Dwayne M. Hubbard 0f7c06dc26 add a Zaptel timer check to verify the timer is responding when Zaptel support is compiled into Asterisk and Zaptel drivers are loaded. This will help people not waste their valuable time debugging side effects.
19 years ago
Mark Michelson b4cf033072 Fix a race condition in the manager. It is possible that a new manager event
19 years ago
Joshua Colp 65767b4290 Disable Packet2Packet bridging when we need to feed DTMF frames into the core. Some implementations do not like how we switch between things.
19 years ago
Mark Michelson f4c389df5c Initialize the __res_state structure used for dns purposes
19 years ago
Joshua Colp 214973a574 Ensure that we do not exceed the hold's maximum size with a single frame.
19 years ago
Tilghman Lesher cb67f98a5a For FreeBSD, at least, the ifa_addr element could be NULL.
19 years ago
Steve Murphy 8a02ac6f79 These small documentation updates made in response to a query in
19 years ago
Jason Parker 7fbcd155c1 Put this flag back so we don't change the API.
19 years ago
Jason Parker 22078d33d4 Remove excessive smoother optimization that was causing audio glitches (small "pops")
19 years ago
Joshua Colp be84adc952 Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
19 years ago
Russell Bryant 478de3ebb9 Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thread.
19 years ago
Joshua Colp 996d3a1c2e Make sure that the mark bit does not incorrectly cause video frame timestamps to be calculated as if they are audio frames.
19 years ago
Steve Murphy 88b0da7c6c (closes issue #11442)
19 years ago
Russell Bryant 1dae97f2aa Tweak spacing in a recent change because I'm very picky.
19 years ago
Joshua Colp 5fda7910c6 Put a maximum limit on the number of payloads accepted, and also make sure a given payload does not exceed our maximum value.
19 years ago
Mark Michelson 29a32cf040 Fix a logic flaw in the code that stores lock info which is displayed
19 years ago
Jason Parker 4501c61d73 Backport revision 106439 from trunk. I didn't realize this was broken in 1.4 as well.
19 years ago
Michiel van Baak c16da7c25b add missing break to case AST_CONTROL_SRCUPDATE
19 years ago
Russell Bryant efa3b46cdf Fix another issue that was causing crashes in chanspy. This introduces a new
19 years ago
Russell Bryant a169524ff6 (closes issue #12187, reported by atis, fixed by me after some brainstorming
19 years ago
Joshua Colp 4a8d87fe98 Add a trigger mode that triggers on both read and write. The actual function that returns the combined audio frame though will wait until both sides have fed in audio, or until one side stops (such as the case when you call Wait).
19 years ago
Russell Bryant 2016f5ba10 Destroy the channel lock after the channel datastores.
19 years ago
Kevin P. Fleming 9f2d2cea4b check for compiler support for -fno-strict-overflow before using it (tested with Debian's gcc 4.3, 4.1 and 3.4)
19 years ago
Kevin P. Fleming 553070456b fix up various compiler warnings found with gcc-4.3:
19 years ago
Tilghman Lesher e1bccfc3fe Use non-global storage for eswitch
19 years ago
Russell Bryant 42caaed426 Fix another bug specifically related to asynchronous call origination. Once the
19 years ago
Russell Bryant 0a4fc5b8c6 Fix some bugs related to originating calls. If the code failed to start a PBX
19 years ago
Russell Bryant 7a47679898 Resolve a compiler warning.
19 years ago
Russell Bryant 72e4729ad5 Fix a race condition where the generator can go away
19 years ago
Joshua Colp 2bf8f9fca3 Move where unanswered CDRs are dropped to the CDR core, not everything uses app_dial.
19 years ago
Jason Parker 06ba2df183 Fix hardcoded grep in editline, were GNU grep is required.
19 years ago
Joshua Colp 28c66694d3 Ignore source update control frame.
19 years ago
Tilghman Lesher 072171ef5d Properly initialize rtp->schedid
19 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
19 years ago
Mark Michelson 24ca0899c2 Quell an annoying message that is likely to print every single time that
19 years ago
Joshua Colp cd703523db Add a control frame to indicate the source of media has changed. Depending on the underlying technology it may need to change some things.
19 years ago
Russell Bryant d564404d73 Fix a bug that I just noticed in the RTP code. The calculation for setting the
19 years ago
Joshua Colp be005c60d6 In addition to setting the marker bit let's change our ssrc so they know for sure it is a different source.
19 years ago
Joshua Colp 36bb1f9d46 When a new source of audio comes in (such as music on hold) make sure the marker bit gets set.
19 years ago
Russell Bryant 40425a24bf Backport a minor bug fix from trunk that I found while doing random code
19 years ago
Russell Bryant 9c5af082ca Update the copyright information for autoservice. Most of the code in this file
19 years ago
Russell Bryant 547ac9f501 Merge in some changes from team/russell/autoservice-nochans-1.4
19 years ago
Joshua Colp 5bfdc9818d It is possible for no audio to pass between the current digit and next digit so expand logic that clears emulation to AST_FRAME_NULL.
19 years ago
Russell Bryant 679cc09b1d Fix a major bug in autoservice. There was a race condition in the handling of
19 years ago
Russell Bryant 12e5fb358a Fix a bug in the lock tracking code that was discovered by mmichelson. The issue
19 years ago