Commit Graph

12341 Commits (284f74997d9a5d34bb25260fee03557d87d436fb)
 

Author SHA1 Message Date
Mark Michelson 284f74997d Make sure that we release the lock on the spyee channel if the spyee or spy has hung up
18 years ago
Michiel van Baak c16da7c25b add missing break to case AST_CONTROL_SRCUPDATE
18 years ago
Russell Bryant 0ddb8b4a7d Fix a channel name issue. chan_oss registers the "Console" channel type,
18 years ago
Russell Bryant ddf66b3a6e Update the SuSE init script to start networking before asterisk, as well.
18 years ago
Mark Michelson e0194ffaa7 Fix a race condition in the SIP packet scheduler which could cause a crash.
18 years ago
Jason Parker 503ca9f30c Fix a potential segfault if chan (or chan->music_state) is NULL.
18 years ago
Russell Bryant efa3b46cdf Fix another issue that was causing crashes in chanspy. This introduces a new
18 years ago
Russell Bryant a10f524dfb Make a tweak that gets the LEDs on polycom phones to blink when an extension that
18 years ago
Russell Bryant 269d0aa7e8 Fix a couple uses of sprintf. The second one could actually cause an overflow
18 years ago
Mark Michelson 9ff74a2b0a Change AST_SCHED_DEL use to ast_sched_del for autocongestion in chan_sip.
18 years ago
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