Commit Graph

3640 Commits (9c9acc50e65963fd75cbbd8b51a5cd3ceaf9f208)

Author SHA1 Message Date
Jonathan Rose 595cd83d03 Masquerade: Retain parkinglot settings made by CHANNEL function.
13 years ago
David M. Lee 569561b6f4 Add OPENSSL_INCLUDE to the CFLAGS for ssl.c and tcptls.c.
13 years ago
Richard Mudgett e315657287 Fix MALLOC_DEBUG version of ast_strndup().
13 years ago
Kinsey Moore edb290ca09 Correct documentation for ModuleLoad AMI action
13 years ago
Kinsey Moore 8fb1897e89 Ensure counts generated in manager_show_dialplan_helper are correct
13 years ago
Alec L Davis d39b417074 dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should be MF_GSIZE
13 years ago
Mark Michelson be500bbafb Re-fix sending unnegotiated payloads during a P2P RTP bridge.
13 years ago
Alec L Davis 7af245a403 dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF 50ms/50ms
13 years ago
Alec L Davis 2f9f9ecffb dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_detect
13 years ago
Mark Michelson 1b6cf69e7b Prevent crash from using app_page with no confbridge.conf file provided.
13 years ago
Matthew Jordan d624f2c550 AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVR
13 years ago
Matthew Jordan 8018b879a2 Clean up doxygen warnings
13 years ago
Richard Mudgett 7a6393d8de Fix theoretical compile error with HAVE_EPOLL.
13 years ago
Richard Mudgett 6e2d8c06ea Initialize file descriptors for dummy channels to -1.
13 years ago
Mark Michelson c81d960ed6 Fix incorrect documentation of the MailboxStatus manager command.
13 years ago
David M. Lee 05fd2ef0a6 Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.
13 years ago
Kinsey Moore e13db61695 Implement workaround for BETTER_BACKTRACES crash
13 years ago
Alec L Davis 1295d551f9 mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZE
13 years ago
Mark Michelson 6a539ace84 Fix misuses of asprintf throughout the code.
13 years ago
Mark Michelson 89a5ff859d Add scoped locks to Asterisk.
13 years ago
Kinsey Moore a2068c3db6 Ignore recovered zero-length secondary UDPTL packets
13 years ago
Kinsey Moore 6c8f4f5fff Fix for commit r371535
13 years ago
Kinsey Moore ca314fe1e2 Apply work-around for BETTER_BACKTRACES crash
13 years ago
Matthew Jordan f737698654 Remove old debug code from http configuration loading
13 years ago
Matthew Jordan eedab0744b Fix memory leak in XML documentation
13 years ago
Kinsey Moore 064c7bd456 Add instrumentation to subsystem reloads
13 years ago
Terry Wilson 69dc8e3adb Handle integer over/under-flow in ast_parse_args
13 years ago
Kinsey Moore 34265d5265 Add module reload instrumentation for TEST_FRAMEWORK
13 years ago
Kinsey Moore 45c6620d74 Add test instrumentation
13 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
13 years ago
Richard Mudgett ca481359b9 Fix pickup extension channel reference error.
13 years ago
Mark Michelson 9ee8b3c0f6 Extend extension state callbacks to have more information.
13 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
13 years ago
Terry Wilson ee849b461f Add AMI_CLIENT dialplan function
13 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.
13 years ago
Kinsey Moore e571897441 Do not define a cause that doesn't actually exist
13 years ago
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
13 years ago
Kinsey Moore 3d212da105 Add missing AST_CAUSE_* -> text translations
13 years ago
Joshua Colp da808a0b66 Fix a bug uncovered by the test suite where the RTP payload number was not getting set.
13 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.
13 years ago
Matthew Jordan 5c4578f4ad Add named callgroups/pickupgroups
13 years ago
Mark Michelson 38f0ca423e Fix a possible crash due to passing NULL to ast_variables_dup()
13 years ago
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
13 years ago
Mark Michelson 58f281a670 Add "setvar" option to manager.conf.
13 years ago
Russell Bryant 733b46022b Move event cache updates into event processing thread.
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Richard Mudgett b83500ab61 Tweak unit test warning message.
13 years ago
Richard Mudgett 49a6b4935e Fix some presence-state unit test typos.
13 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
13 years ago
Kevin P. Fleming 969e625749 Repair editline builds using in-tree editline sources.
13 years ago