Commit Graph

13339 Commits (338e48e055627d1f999bef275d0fe02d12e6fd68)
 

Author SHA1 Message Date
Mark Michelson 338e48e055 Fix an issue where cancelled outgoing SIP calls would erroneously report the device as "in use."
17 years ago
Jeff Peeler 3849208a99 fix typo which broke configure
17 years ago
Jeff Peeler c59e2a92d0 Allow H.323 Plus library to be used in addition to the OpenH323 library
17 years ago
Kevin P. Fleming e536392919 fix another symbol namespace issue (reported by Andrew on asterisk-dev)
17 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
17 years ago
Kevin P. Fleming 7e1ee720ba Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
17 years ago
Kevin P. Fleming b8afcedc10 remove accidentally merged properties
17 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Jason Parker 62fbf19157 Allow dahdichanname to work as advertised.
17 years ago
Tilghman Lesher d09fddd38e Fix race in astdb
17 years ago
David Vossel 3cbc42e2e4 Randomize IAX2 encryption padding
17 years ago
Tilghman Lesher a3769669b0 Fixup glare detection, to fix a memory leak of a local pvt structure.
17 years ago
Mark Michelson 52752df83c Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.
17 years ago
Richard Mudgett 00c1a47c88 Use the correct branch integrated property when generating the version string.
17 years ago
Mark Michelson 8dbfea83ce Properly send a 487 on an INVITE we have not responded to if we receive a BYE.
17 years ago
Joshua Colp 1813d4a281 Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.
17 years ago
Joshua Colp 01b90d9092 Fix logic flaw in previous commit.
17 years ago
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