Commit Graph

13361 Commits (fd7d3271c6fadaa364136cb7ef01bb97c46fd8b7)
 

Author SHA1 Message Date
Mark Michelson fd7d3271c6 Fix queue weight behavior so that calls in low-weight queues are not inappropriately blocked.
17 years ago
Mark Michelson cf7131dd6a Backport state interface changes to app_queue from trunk.
17 years ago
Joshua Colp df192b77df Improve our handling of T38 in the initial INVITE from a device.
17 years ago
Russell Bryant 23de13f3da Ensure targs variable is fully initialized.
17 years ago
Joshua Colp 0f37862a87 Fix an issue where nat=yes would not always take effect for the RTP session on outgoing calls.
17 years ago
Kevin P. Fleming 3433f4ecef use new, improved 8kHz prompts
17 years ago
David Vossel d64575ac5c pri loop TestClient/TestServer fails: server SEND DTMF 8
17 years ago
Eliel C. Sardanons a81abfbd02 Avoid destroying the CLI line when moving the cursor backward and trying to autocomplete.
17 years ago
Mark Michelson 4a209dbe40 Change NULL pointer check to be ast_strlen_zero.
17 years ago
Tilghman Lesher 38934ec0d0 Additionally note that the operator option needs an 'o' extension.
17 years ago
Mark Michelson 3e474b3b75 Fix a memory leak in res_monitor.c
17 years ago
Russell Bryant 19a67b624c Fix a crash in IAX2 registration handling found during load testing with dvossel.
17 years ago
Terry Wilson 2da89b3022 Add missing datastore inherit (exists in all other branches)
17 years ago
David Vossel f42e9eb6bf Cleaning up a few things in detect disconnect patch
17 years ago
Tilghman Lesher e81cde3d9c Reordering, to change prior to unlocking
17 years ago
Tilghman Lesher 5fc7a5919a Delay signalling progress until a PRI channel really signals progress.
17 years ago
Jason Parker 40c5b00494 Export some more required symbols.
17 years ago
Russell Bryant 47af9f8fd5 Remove the use of RTLD_NOLOAD, as it is not behaving like expected.
17 years ago
Russell Bryant 3c9a8b9aa6 Allow the AES API to work.
17 years ago
Russell Bryant 35edd3d0a2 Add missing semicolon in exports script.
17 years ago
David Vossel dd17912d68 Allow disconnect feature before a call is bridged
17 years ago
Russell Bryant 661c6384ad Allow the CallerID API to work again.
17 years ago
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