Commit Graph

12563 Commits (ba9f0125731e69698eeef69dcdb6c80a81dd917c)
 

Author SHA1 Message Date
Jason Parker d85d47e343 Don't attempt to do optimizations of gsm on mips platforms either.
17 years ago
Russell Bryant 478de3ebb9 Shorten the ast_waitfor() timeout from 500 ms to 50 ms in the autoservice thread.
17 years ago
Russell Bryant e653f8b232 Merged revisions 110335 via svnmerge from
17 years ago
Russell Bryant f3274be612 Fix a bug where when calls on the trunk side hang up while on hold, the state
17 years ago
Mark Michelson ebb67cf852 Add a missing unlock in the case that memory allocation fails in app_chanspy.
17 years ago
Joshua Colp ba782ce5f9 Add sanity checking for position resuming. We *have* to make sure that the position does not exceed the total number of files present, and we have to make sure that the position's filename is the same as previous. These values can change if a music class is reloaded and give unpredictable behavior.
17 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.
17 years ago
Jason Parker 5bc2c923e2 People report bugs about Asterisk crashing with DO_CRASH enabled was getting a little silly...
17 years ago
Steve Murphy 88b0da7c6c (closes issue #11442)
17 years ago
Russell Bryant 1dae97f2aa Tweak spacing in a recent change because I'm very picky.
17 years ago
Russell Bryant 755933863f Fix one place where the chanspy datastore isn't removed from a channel.
17 years ago
Mark Michelson 89c3cd6842 This patch makes it so that all queue member status changes are handled through device state
17 years ago
Jason Parker b72a4686df Allow codecs that use log2comp (g726) to compile correctly on x86 with gcc4 optimizations.
17 years ago
Mark Michelson 87e9daf7d7 Make sure an agent doesn't try to send dtmf to a NULL channel
17 years ago
Terry Wilson c7e067ecde Fix character string being treated ad format string
17 years ago
Jason Parker 7f7e7d27e4 Merged revisions 109391 via svnmerge from
17 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.
17 years ago
Steve Murphy 7f77c58ed5 (closes issue #11903)
17 years ago
Mark Michelson 29a32cf040 Fix a logic flaw in the code that stores lock info which is displayed
17 years ago
Michiel van Baak 4f2c87c1d1 Update the directory of placed calls on skinny phones
17 years ago
Joshua Colp 8bb334e308 200 OKs in response to a reinvite need to be sent reliably. If the remote side does not receive one the dialog will be torn down.
17 years ago
Jason Parker 4501c61d73 Backport revision 106439 from trunk. I didn't realize this was broken in 1.4 as well.
17 years ago
Mark Michelson 284f74997d Make sure that we release the lock on the spyee channel if the spyee or spy has hung up
17 years ago
Michiel van Baak c16da7c25b add missing break to case AST_CONTROL_SRCUPDATE
17 years ago
Russell Bryant 0ddb8b4a7d Fix a channel name issue. chan_oss registers the "Console" channel type,
17 years ago
Russell Bryant ddf66b3a6e Update the SuSE init script to start networking before asterisk, as well.
17 years ago
Mark Michelson e0194ffaa7 Fix a race condition in the SIP packet scheduler which could cause a crash.
17 years ago
Jason Parker 503ca9f30c Fix a potential segfault if chan (or chan->music_state) is NULL.
17 years ago
Russell Bryant efa3b46cdf Fix another issue that was causing crashes in chanspy. This introduces a new
17 years ago
Russell Bryant a10f524dfb Make a tweak that gets the LEDs on polycom phones to blink when an extension that
17 years ago
Russell Bryant 269d0aa7e8 Fix a couple uses of sprintf. The second one could actually cause an overflow
17 years ago
Mark Michelson 9ff74a2b0a Change AST_SCHED_DEL use to ast_sched_del for autocongestion in chan_sip.
17 years ago
Mark Michelson f69043c1f0 Added a large comment before the AST_SCHED_DEL macro to explain its purpose as well as when
17 years ago
Russell Bryant a169524ff6 (closes issue #12187, reported by atis, fixed by me after some brainstorming
17 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
17 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).
17 years ago
Russell Bryant 2016f5ba10 Destroy the channel lock after the channel datastores.
17 years ago
Tilghman Lesher 7c6ceef3ea Document all of the possible realtime fields
17 years ago
Jason Parker c4095ece54 Update documentation for pgsql ODBC voicemail.
17 years ago
Jason Parker ea47c2d0b7 Copy voicemail dependency logic for res_adsi to chan_gtalk (for jabber).
17 years ago
Kevin P. Fleming d6b2cb9efb get chan_vpb to build properly in dev mode
17 years ago
Jason Parker 48523e3596 Add a newline on a log
17 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.
17 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.
17 years ago
Joshua Colp d6d14a3694 Fix a minor spelling error.
17 years ago
Kevin P. Fleming f201a2b11b backport a fix from trunk
17 years ago
Kevin P. Fleming 428a560d33 fix various other problems found by gcc 4.3
17 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
17 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)
17 years ago
Kevin P. Fleming 2bfb158faf fix small bug in IMAP toolkit testing
17 years ago