Commit Graph

12481 Commits (13a438e2952ed9f5d42b3f19cd30bb7043f61db6)
 

Author SHA1 Message Date
Mark Michelson f69043c1f0 Added a large comment before the AST_SCHED_DEL macro to explain its purpose as well as when
18 years ago
Russell Bryant a169524ff6 (closes issue #12187, reported by atis, fixed by me after some brainstorming
18 years ago
Kevin P. Fleming 988e55c13f if we receive an INVITE with a Content-Length that is not a valid number, or is zero, then don't process the rest of the message body looking for an SDP
18 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).
18 years ago
Russell Bryant 2016f5ba10 Destroy the channel lock after the channel datastores.
18 years ago
Tilghman Lesher 7c6ceef3ea Document all of the possible realtime fields
18 years ago
Jason Parker c4095ece54 Update documentation for pgsql ODBC voicemail.
18 years ago
Jason Parker ea47c2d0b7 Copy voicemail dependency logic for res_adsi to chan_gtalk (for jabber).
18 years ago
Kevin P. Fleming d6b2cb9efb get chan_vpb to build properly in dev mode
18 years ago
Jason Parker 48523e3596 Add a newline on a log
18 years ago
Joshua Colp 8f65ef8264 Make sure the visible indication is on the right channel so when the masquerade happens the proper indication is enacted.
18 years ago
Joshua Colp d9e83f85a6 Add an additional check for setting conference parameter when using the marked user options. It was possible for it to return to a no listen/no talk state if a masquerade happened.
18 years ago
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