Commit Graph

13321 Commits (2e825bd259c9b4656edfdff33d037e6123d495f5)
 

Author SHA1 Message Date
Joshua Colp 2e825bd259 Fix another scenario where depending on configuration the stream would not get read.
17 years ago
Joshua Colp 293900d3f2 Fix issue with streaming MOH failing if nobody is listening.
17 years ago
Jason Parker e809699406 Allow prefix to set localstatedir (when used and different from the default).
17 years ago
Russell Bryant aedf566905 Make code that updates BRIDGEPEER variable thread-safe.
17 years ago
David Vossel f97c929946 encrypted IAX2 during packet loss causes decryption to fail on retransmitted frames
17 years ago
Joshua Colp 563c72dc84 Fix issue where an attended transfer could not be completed under a rare scenario.
17 years ago
Joshua Colp b15b319bd6 Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=auto.
17 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
17 years ago
Mark Michelson 280153085e Remove unused variables.
17 years ago
Mark Michelson 849820fd54 Fix incorrect tag checking on transfers when pedantic=yes is enabled.
17 years ago
Jason Parker df31bb22c0 Make things happier when using autoconf 2.62+
17 years ago
Mark Michelson a8e2597803 Make compilation succeed in dev-mode when IMAP storage is enabled.
17 years ago
David Vossel 04836d554d Fix handling of backreferences for ENUM lookups
17 years ago
Mark Michelson aef6c114f1 [IMAP] Fix message retrieval issues when identical mailbox names were defined in separate contexts.
17 years ago
Mark Michelson 7e44582f57 Fix broken mailbox parsing when searchcontexts option is enabled.
17 years ago
Kevin P. Fleming 5436d8709f Fix problems when RTP packet frame size is changed
17 years ago
Joshua Colp c42b21bc6a Look for the number in a callerid string starting from the end. This way a value using <> can exist in the name portion.
17 years ago
Jason Parker 5a3bc6b38d Make sure we still support zapchan in users.conf, in addition to dahdichan.
17 years ago
Mark Michelson ab5b88843c Clarify some documentation of queues.conf.sample
17 years ago
Joshua Colp 3ef0938c76 Do not assume that the bridge_cdr is still attached to the channel when the 'h' exten is finished executing.
17 years ago
Steve Murphy 604a51f341 These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text.
17 years ago
Russell Bryant 2e4471d758 Ensure chan->fdno always gets reset to -1 after handling a channel fd event.
17 years ago
Joshua Colp 3f2a1247f4 Move where fdno is set to the default value to *after* the read callback of the channel driver is called.
17 years ago
Russell Bryant a1d249577e Make it easier to detect an improper call to ast_read().
17 years ago
Jeff Peeler 4055ec6c57 Fix bridging regression from commit 176701
17 years ago
Russell Bryant dadbbb0a56 Move ast_waitfor() down to avoid the results of the API call becoming stale.
17 years ago
Tilghman Lesher b705454875 When ending a recording with silence detection, remember to reduce the duration.
17 years ago
Russell Bryant 6706e0be24 Ensure that only one thread is calling ast_settimeout() on a channel at a time.
17 years ago
Jason Parker 5062dff9dd Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat.
17 years ago
Jason Parker c2f0803e77 Update documentation for DIALEDTIME and ANSWEREDTIME variables.
17 years ago
Steve Murphy 5996b58192 This change moves the default feature digit timeout to 1000 ms from the previous default of 500.
17 years ago
David Vossel cbd35b45af IAX2 prune realtime fix
17 years ago
Steve Murphy 6fb39726c5 This patch prevents the feature detection timeout from being cut in half.
17 years ago
Steve Murphy c4d2dc7967 This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions ($[...]) 8-bit transparent
17 years ago
Russell Bryant 7374b9195f Update the copyright year for the main page of the doxygen documentation.
17 years ago
Tilghman Lesher 48933e0c48 Add section about the #exec command in configuration files.
17 years ago
Russell Bryant da0d84c3e4 Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.
17 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
17 years ago
Joshua Colp aa488ca6b0 Skip check for extension when subscribing for MWI.
17 years ago
Russell Bryant aa5a927b69 Fix infinite DTMF when a BEGIN is received without an END.
17 years ago
Tilghman Lesher 4af0175285 Don't print the CR-NL combination when we aren't outputting to the manager.
17 years ago
Tilghman Lesher 426cee0362 This exception does not appear to still be true for Solaris 10, and OpenSolaris definitely needs it to be removed.
17 years ago
David Vossel a5198f55e0 Fixes issue with undefined audio codecs in chan_iax2
17 years ago
Steve Murphy d290eed8e0 This patch fixes a problem with 8-bit input to the ast_expr2 scanner.
17 years ago
Tilghman Lesher 4675032a30 Fix up potential crashes, by reducing the sharing between interactive and non-interactive threads.
17 years ago
Olle Johansson 25bb888046 Force a MWI notification after subscribe request. Reported by the Resiprocate dev team. Thanks!
17 years ago
Joshua Colp 0d96c97ced If we are able to create a speech structure unset the ERROR variable in case it was previously set.
17 years ago
Steve Murphy 39a6b55183 This patch fixes a regression of sorts that was introduced in
17 years ago
Jeff Peeler 1183bf1ad0 Modify h323 to build against PTLib as well as the older PWLib
17 years ago
Tilghman Lesher c66921ec43 Document the return value of the update method (as requested on -dev list)
17 years ago