Commit Graph

13314 Commits (21ca773c2829d7448a8a5dfec5f81336714ee590)
 

Author SHA1 Message Date
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
18 years ago
Mark Michelson 280153085e Remove unused variables.
18 years ago
Mark Michelson 849820fd54 Fix incorrect tag checking on transfers when pedantic=yes is enabled.
18 years ago
Jason Parker df31bb22c0 Make things happier when using autoconf 2.62+
18 years ago
Mark Michelson a8e2597803 Make compilation succeed in dev-mode when IMAP storage is enabled.
18 years ago
David Vossel 04836d554d Fix handling of backreferences for ENUM lookups
18 years ago
Mark Michelson aef6c114f1 [IMAP] Fix message retrieval issues when identical mailbox names were defined in separate contexts.
18 years ago
Mark Michelson 7e44582f57 Fix broken mailbox parsing when searchcontexts option is enabled.
18 years ago
Kevin P. Fleming 5436d8709f Fix problems when RTP packet frame size is changed
18 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.
18 years ago
Jason Parker 5a3bc6b38d Make sure we still support zapchan in users.conf, in addition to dahdichan.
18 years ago
Mark Michelson ab5b88843c Clarify some documentation of queues.conf.sample
18 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.
18 years ago
Steve Murphy 604a51f341 These changes allow AEL to better check ${} constructs within $[...], that are concatenated with text.
18 years ago
Russell Bryant 2e4471d758 Ensure chan->fdno always gets reset to -1 after handling a channel fd event.
18 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.
18 years ago
Russell Bryant a1d249577e Make it easier to detect an improper call to ast_read().
18 years ago
Jeff Peeler 4055ec6c57 Fix bridging regression from commit 176701
18 years ago
Russell Bryant dadbbb0a56 Move ast_waitfor() down to avoid the results of the API call becoming stale.
18 years ago
Tilghman Lesher b705454875 When ending a recording with silence detection, remember to reduce the duration.
18 years ago
Russell Bryant 6706e0be24 Ensure that only one thread is calling ast_settimeout() on a channel at a time.
18 years ago
Jason Parker 5062dff9dd Remove several silly warnings in editline. One about a broken preprocessor directive, and another about strlcpy/strlcat.
18 years ago
Jason Parker c2f0803e77 Update documentation for DIALEDTIME and ANSWEREDTIME variables.
18 years ago
Steve Murphy 5996b58192 This change moves the default feature digit timeout to 1000 ms from the previous default of 500.
18 years ago
David Vossel cbd35b45af IAX2 prune realtime fix
18 years ago
Steve Murphy 6fb39726c5 This patch prevents the feature detection timeout from being cut in half.
18 years ago
Steve Murphy c4d2dc7967 This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions ($[...]) 8-bit transparent
18 years ago
Russell Bryant 7374b9195f Update the copyright year for the main page of the doxygen documentation.
18 years ago
Tilghman Lesher 48933e0c48 Add section about the #exec command in configuration files.
18 years ago
Russell Bryant da0d84c3e4 Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.
18 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
18 years ago
Joshua Colp aa488ca6b0 Skip check for extension when subscribing for MWI.
18 years ago
Russell Bryant aa5a927b69 Fix infinite DTMF when a BEGIN is received without an END.
18 years ago
Tilghman Lesher 4af0175285 Don't print the CR-NL combination when we aren't outputting to the manager.
18 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.
18 years ago
David Vossel a5198f55e0 Fixes issue with undefined audio codecs in chan_iax2
18 years ago
Steve Murphy d290eed8e0 This patch fixes a problem with 8-bit input to the ast_expr2 scanner.
18 years ago
Tilghman Lesher 4675032a30 Fix up potential crashes, by reducing the sharing between interactive and non-interactive threads.
18 years ago
Olle Johansson 25bb888046 Force a MWI notification after subscribe request. Reported by the Resiprocate dev team. Thanks!
18 years ago
Joshua Colp 0d96c97ced If we are able to create a speech structure unset the ERROR variable in case it was previously set.
18 years ago
Steve Murphy 39a6b55183 This patch fixes a regression of sorts that was introduced in
18 years ago
Jeff Peeler 1183bf1ad0 Modify h323 to build against PTLib as well as the older PWLib
18 years ago
Tilghman Lesher c66921ec43 Document the return value of the update method (as requested on -dev list)
18 years ago
Doug Bailey a591301b89 Merged revisions 177035 manually from
18 years ago
Doug Bailey bf0b8526b1 Need to take into account the \0 terminator of the old string to determine the amount available.
18 years ago
Shaun Ruffell e731e26bee Several changes to codec_dahdi to play nice with G723.
18 years ago
Jeff Peeler de8f6bab86 Modify bridging to properly evaluate DTMF after first warning is played
18 years ago
Tilghman Lesher 7799945eb9 Backport change to 1.4:
18 years ago
Tilghman Lesher e891f2a92d After a 'sip reload', qualifies for realtime peers weren't immediately
18 years ago
David Vossel 03dd54be23 Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bridging
18 years ago