Commit Graph

13328 Commits (3cbc42e2e458dac6ccc68e68ada7dfcb416fd111)
 

Author SHA1 Message Date
David Vossel 3cbc42e2e4 Randomize IAX2 encryption padding
18 years ago
Tilghman Lesher a3769669b0 Fixup glare detection, to fix a memory leak of a local pvt structure.
18 years ago
Mark Michelson 52752df83c Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.
18 years ago
Richard Mudgett 00c1a47c88 Use the correct branch integrated property when generating the version string.
18 years ago
Mark Michelson 8dbfea83ce Properly send a 487 on an INVITE we have not responded to if we receive a BYE.
18 years ago
Joshua Colp 1813d4a281 Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.
18 years ago
Joshua Colp 01b90d9092 Fix logic flaw in previous commit.
18 years ago
Joshua Colp 2e825bd259 Fix another scenario where depending on configuration the stream would not get read.
18 years ago
Joshua Colp 293900d3f2 Fix issue with streaming MOH failing if nobody is listening.
18 years ago
Jason Parker e809699406 Allow prefix to set localstatedir (when used and different from the default).
18 years ago
Russell Bryant aedf566905 Make code that updates BRIDGEPEER variable thread-safe.
18 years ago
David Vossel f97c929946 encrypted IAX2 during packet loss causes decryption to fail on retransmitted frames
18 years ago
Joshua Colp 563c72dc84 Fix issue where an attended transfer could not be completed under a rare scenario.
18 years ago
Joshua Colp b15b319bd6 Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=auto.
18 years ago
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