Commit Graph

12319 Commits (d6d14a36943023acfff18a6b74142e8c6e13c76c)
 

Author SHA1 Message Date
Joshua Colp d6d14a3694 Fix a minor spelling error.
18 years ago
Kevin P. Fleming f201a2b11b backport a fix from trunk
18 years ago
Kevin P. Fleming 428a560d33 fix various other problems found by gcc 4.3
18 years ago
Kevin P. Fleming 9569d74df5 stop checking for mktime() in the configure script... we don't use it, and the test is buggy under gcc 4.3
18 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)
18 years ago
Kevin P. Fleming 2bfb158faf fix small bug in IMAP toolkit testing
18 years ago
Kevin P. Fleming 553070456b fix up various compiler warnings found with gcc-4.3:
18 years ago
Terry Wilson 28423c15fc If we fail to alloc a channel, we should re-lock the pvt structure before returning.
18 years ago
Tilghman Lesher e1bccfc3fe Use non-global storage for eswitch
18 years ago
Jason Parker be8690e9a8 Make sure to reenable echo can after a "failed" (canceled, etc) three-way call.
18 years ago
Russell Bryant 42caaed426 Fix another bug specifically related to asynchronous call origination. Once the
18 years ago
Russell Bryant 0a4fc5b8c6 Fix some bugs related to originating calls. If the code failed to start a PBX
18 years ago
Russell Bryant 7a47679898 Resolve a compiler warning.
18 years ago
Russell Bryant 72e4729ad5 Fix a race condition where the generator can go away
18 years ago
Joshua Colp 2bf8f9fca3 Move where unanswered CDRs are dropped to the CDR core, not everything uses app_dial.
18 years ago
Kevin P. Fleming 57eaf9dd8f don't generate D-Channel "up" and "down" messages unless the channel state is actually changing; also, generate the "up" message when an implicit "up" occurs due to reception of a normal event when we thought the channel was "down"
18 years ago
Russell Bryant a04b584272 Only start the SLA thread if SLA has actually been configured.
18 years ago
Jason Parker 06ba2df183 Fix hardcoded grep in editline, were GNU grep is required.
18 years ago
Joshua Colp 28c66694d3 Ignore source update control frame.
18 years ago
Russell Bryant bfed30d5dd Change a warning message to a debug message. This is happening quite frequently,
18 years ago
Tilghman Lesher 417e8fc754 Warn the user when a temporary greeting exists
18 years ago
Tilghman Lesher 072171ef5d Properly initialize rtp->schedid
18 years ago
Tilghman Lesher 56e908b787 Safely use the strncat() function.
18 years ago
Mark Michelson 24ca0899c2 Quell an annoying message that is likely to print every single time that
18 years ago
Tilghman Lesher e0bc9fcf77 Upgrade to the next release of sounds
18 years ago
Russell Bryant 9479a831f0 Fix a potential deadlock and a few different potential crashes.
18 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.
18 years ago
Michiel van Baak ba6b7abe61 document var_metric so no bugreports will come in when it's actually a configuration issue.
18 years ago
Kevin P. Fleming 461e3fea79 when a PRI call must be moved to a different B channel at the request of the other endpoint, ensure that any DSP active on the original channel is moved to the new one
18 years ago
Tilghman Lesher b350a97937 Correctly initialize retransid in SIP, and ensure that the warning when failing to delete a schedule entry can actually hit the log.
18 years ago
Russell Bryant d564404d73 Fix a bug that I just noticed in the RTP code. The calculation for setting the
18 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.
18 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.
18 years ago
Russell Bryant 40425a24bf Backport a minor bug fix from trunk that I found while doing random code
18 years ago
Jason Parker 47f33c87f4 Fix type for astNumChannels.
18 years ago
Russell Bryant 7f7dbcb11f In the case of an ast_channel allocation failure, take the local_pvt out of the
18 years ago
Russell Bryant b3c0e042d4 Fix a potential memory leak of the local_pvt struct when ast_channel allocation
18 years ago
Russell Bryant 9c5af082ca Update the copyright information for autoservice. Most of the code in this file
18 years ago
Russell Bryant 547ac9f501 Merge in some changes from team/russell/autoservice-nochans-1.4
18 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.
18 years ago
Joshua Colp 70d43ff1d2 Add a comment to describe some logic.
18 years ago
Russell Bryant 679cc09b1d Fix a major bug in autoservice. There was a race condition in the handling of
18 years ago
Philippe Sultan 899ce48345 Fix a potential memory leak
18 years ago
Tilghman Lesher 8bf705f519 If the message file does not exist, just return harmlessly, instead of crashing.
18 years ago
Joshua Colp 837d4676dd Bump up the size of the uniqueid variable.
18 years ago
Philippe Sultan 5d1234fb4f Automatically create new buddy upon reception of a presence stanza of
18 years ago
Russell Bryant 12e5fb358a Fix a bug in the lock tracking code that was discovered by mmichelson. The issue
18 years ago
Tilghman Lesher cdf21199a2 Update init script for LSB compat
18 years ago
Mark Michelson c6387c3540 When using autofill, members who are in use should be counted towards the
18 years ago
Jason Parker 6c3d62c1fa Make pbx_exec pass an empty string into applications, if we get NULL.
18 years ago