Commit Graph

11304 Commits (24f0e6a947e103dff9c6fe8bb07d2ea99cefd33c)
 

Author SHA1 Message Date
Mark Michelson 878e480ff8 Submitting a fix for Issue 8016. Added a check to make sure that greetings get stored properly.
18 years ago
Olle Johansson 2d491b0eae Disable chan_features by default in menuselect
18 years ago
Russell Bryant 452167fa3c Include stdarg.h for build issues on Solaris
18 years ago
Joshua Colp ac65d7f143 Fix logic when doing a name based channel search for a structure when you want to start from a specific point in the channel list. (issue #9324 reported by slavon)
18 years ago
Joshua Colp f07dfca43a Merged revisions 68070 via svnmerge from
18 years ago
Olle Johansson 64b3683dbe Adding a few Todo's to res_jabber so we don't forget.
18 years ago
Olle Johansson b857aed39e Ok, we found out that this is not about if you have any *active* clients using TLS, but
18 years ago
Olle Johansson dd7f6f8e21 If you have a jabber client that uses TLS, refuse unload. Bad fix, but will prevent
18 years ago
Olle Johansson ff2943dd59 Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!
18 years ago
Joshua Colp b58a48d672 Merged revisions 67938 via svnmerge from
18 years ago
Joshua Colp 928e69408e Properly handle cases where a stream can't be written to. (issue #9757 reported by junky)
18 years ago
Russell Bryant b310d22e7c Disable reload functionality in res_snmp. It is not possible to initialize the
18 years ago
Russell Bryant 6595debbc5 Fix a crash when doing call pickups with SIP phones. The code unlocked the
18 years ago
Mark Michelson e8900612be Fix for Issue 9810. There was a segfault under a specific set of circumstances:
18 years ago
Russell Bryant e7dd69eea8 Merged revisions 67715 via svnmerge from
18 years ago
Joshua Colp 1f6872a45e Merged revisions 67649 via svnmerge from
18 years ago
Joshua Colp 7fb76769a8 Fix plc_samples warning when registering a translator. (issue #9897 reported by xylome)
18 years ago
Joshua Colp a4ebf8b608 Include macroexten while searching for a channel to pick up in case they are in a macro. (issue #9491 reported by jamesb63)
18 years ago
Joshua Colp ed7775bc53 Make the new "agi debug off" CLI command work. (issue #9890 reported by eliel)
18 years ago
Joshua Colp 26268d3a9a Merged revisions 67593 via svnmerge from
18 years ago
Russell Bryant 1a3e65a793 Fix some crashes related to the use of the "meetme" CLI command. The code for
18 years ago
Steve Murphy dc63d79143 this fixes bug 9883, wherein macros were not allowing the includes construct. fixed and tested, looks OK. Now includes can serve as an adjunct to catch.
18 years ago
Russell Bryant fe9a3bef4e This bug has been hanging over my head ever since I wrote this SLA code.
18 years ago
Russell Bryant 83744c244a Suppress a bunch of debug output unless option_debug is on
18 years ago
Mark Michelson 0a49a913ed Fix for bug number 9786, wherein voicemails saved to IMAP storage using extensions other than gsm were
18 years ago
Jason Parker 4a7ae2ebde Correctly update date/time on devices throughout the life of the device, instead of just at registration.
18 years ago
Steve Murphy b698ff265b Added code to automatically add a default case to switches that don't have one. In some cases, rather than fall thru, it results in a goto with -1 result, which terminates the extension; a sort of dialplan seqfault, sort of. This was required to fix bug reported in 9881
18 years ago
Russell Bryant 9dd7be2f58 Handle a failure in malloc() in ast_safe_string_alloc()
18 years ago
Russell Bryant 6d6cd29a87 Fix a problem that showed itself by causing Zap channel names to be completely
18 years ago
Christian Richter 619cdb016a Merged revisions 67307 via svnmerge from
18 years ago
Christian Richter b0dd31cb52 Merged revisions 67306 via svnmerge from
18 years ago
Russell Bryant d5fd0cff73 When shutting down "gracefully", go through and run the unload() callbacks for
18 years ago
Joshua Colp 24922406f4 Only muck with the thread structure if an idle one was found/created.
18 years ago
Kevin P. Fleming 5a5d549b1d ensure that a burst of full frames (AST_FRAME_DTMF being the prime example) will not be processed out of order... this is a brute force fix, but seems to be the safest fix for now (thanks to the Digium PQ department for finding this bug)
18 years ago
Christian Richter 9f749257ef Merged revisions 67209 via svnmerge from
18 years ago
Tilghman Lesher cb8813a250 Merged revisions 67161 via svnmerge from
18 years ago
Russell Bryant 3b5bd316ed Fix up a bunch of places where the iax2 pvt structure can disappear and the
18 years ago
Jason Parker 0b7607ad55 Fix for skinny keepalives.
18 years ago
Jason Parker 6b150d7b9c Fixes for dtmf/dialing with mgcp (similar to the recent fix for chan_skinny)
18 years ago
Russell Bryant 885d846739 Add comments for two functions that get called with the appropriate call locked,
18 years ago
Steve Murphy 7609f70e20 This typo has been here since 1.4 forked. It has been the source of heartburn to many a dialplan/CDR programmer.
18 years ago
Russell Bryant 9074935852 Add a missing \n. (pointed out by jcmoore on IRC)
18 years ago
Joshua Colp 01456184f9 Better handle SIP devices that say they have SDP content... but really don't. (issue #9398 reported by mthomasslo)
18 years ago
Joshua Colp 1317920054 Initialize cidname variable to nothing since it may be used without having been touched. (issue #9661 reported by dimas)
18 years ago
Joshua Colp 26038a4b77 Returning a value that indicates the parking of a call was a success when it really wasn't (because the parking slot selected was in use) is the wrong thing to do. (issue #9723 reported by mdu113)
18 years ago
Tilghman Lesher 85779f9c3a Merged revisions 67060 via svnmerge from
18 years ago
Russell Bryant 28d8f9ee6e Change the configure script to build a test program against libcurl to make
18 years ago
Tilghman Lesher c314f35ac2 Issue 9739 - Malformed jid causes a crash
18 years ago
Russell Bryant 0b7719e9a1 Resolve a deadlock in chan_iax2. When handling an implicit ACK to a frame that
18 years ago
Russell Bryant 35e7f6e86e Fix some compiler warnings in C++ modules.
18 years ago