Commit Graph

3636 Commits (0067aba7e8edc8e3c0a363a54de89e1adcc29048)

Author SHA1 Message Date
David M. Lee 599b2166b0 Recorded merge of revisions 372695 from http://svn.asterisk.org/svn/asterisk/branches/10
14 years ago
Richard Mudgett 744642c286 Fix MALLOC_DEBUG version of ast_strndup().
14 years ago
Richard Mudgett bdb2361549 Fix compile error.
14 years ago
Kinsey Moore 9d76b40877 Correct documentation for ModuleLoad AMI action
14 years ago
Alec L Davis f37b06b8c9 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
14 years ago
Kinsey Moore 7716846ae1 Ensure counts generated in manager_show_dialplan_helper are correct
14 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
14 years ago
Alec L Davis 34a332ef35 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
14 years ago
Alec L Davis e225712ae5 dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
14 years ago
Mark Michelson 2dba1e5c58 Prevent crash from using app_page with no confbridge.conf file provided.
14 years ago
Matthew Jordan 9e853ed652 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
14 years ago
Richard Mudgett 33f38be40f Fix theoretical compile error with HAVE_EPOLL.
14 years ago
Richard Mudgett 127163938d Initialize file descriptors for dummy channels to -1.
14 years ago
Mark Michelson 29bda732a8 Fix incorrect documentation of the MailboxStatus manager command.
14 years ago
David M. Lee 8a2234472b Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.
14 years ago
Kinsey Moore a97c6e85f8 Implement workaround for BETTER_BACKTRACES crash
14 years ago
Alec L Davis 2994f7ff41 mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
14 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
14 years ago
Kinsey Moore 3f789aa865 Ignore recovered zero-length secondary UDPTL packets
14 years ago
Matthew Jordan 80900ac680 Remove old debug code from http configuration loading
14 years ago
Matthew Jordan 099107b0aa Fix memory leak in XML documentation
14 years ago
Kinsey Moore 33c2ee2e90 Add instrumentation to subsystem reloads
14 years ago
Terry Wilson ed2b01f301 Handle integer over/under-flow in ast_parse_args
14 years ago
Kinsey Moore 94bbcafcd2 Add module reload instrumentation for TEST_FRAMEWORK
14 years ago
Kinsey Moore 121495f7a9 Add test instrumentation
14 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
14 years ago
Richard Mudgett ca481359b9 Fix pickup extension channel reference error.
14 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
14 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
14 years ago
Terry Wilson ee849b461f Add AMI_CLIENT dialplan function
14 years ago
Joshua Colp 4a389854a4 Create the payload type if it does not exist when setting information based on the 'm' line. An rtpmap attribute is not required for defined payload numbers.
14 years ago
Kinsey Moore e571897441 Do not define a cause that doesn't actually exist
14 years ago
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
14 years ago
Kinsey Moore 3d212da105 Add missing AST_CAUSE_* -> text translations
14 years ago
Joshua Colp da808a0b66 Fix a bug uncovered by the test suite where the RTP payload number was not getting set.
14 years ago
Joshua Colp 15e41c7542 Reduce memory consumption significantly for users of the RTP engine API by storing only the payloads present and in use instead of every possible one.
14 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
14 years ago
Mark Michelson 38f0ca423e Fix a possible crash due to passing NULL to ast_variables_dup()
14 years ago
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
14 years ago
Mark Michelson 58f281a670 Add "setvar" option to manager.conf.
14 years ago
Russell Bryant 733b46022b Move event cache updates into event processing thread.
14 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
14 years ago
Richard Mudgett b83500ab61 Tweak unit test warning message.
14 years ago
Richard Mudgett 49a6b4935e Fix some presence-state unit test typos.
14 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
14 years ago
Kevin P. Fleming 969e625749 Repair editline builds using in-tree editline sources.
14 years ago
Kevin P. Fleming 67f8a62fc9 Use an absolute path when referring to the embedded editline directory.
14 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
14 years ago
Terry Wilson 38f1081fd3 Revert a change that broke compilation
14 years ago
Jonathan Rose 729c91b312 Don't attempt free of NULL ptr in pbx.c handle_presencechange
14 years ago