summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-09-05Correct documentation for ModuleLoad AMI actionKinsey Moore
2012-09-05Ensure counts generated in manager_show_dialplan_helper are correctKinsey Moore
2012-09-05dsp.c: in ast_mf_detect_init incorrectly sets goertzel samples to 160, should...Alec L Davis
2012-09-05Re-fix sending unnegotiated payloads during a P2P RTP bridge.Mark Michelson
2012-09-05dsp.c: Fix multiple issues when no-interdigit delay is present, and fast DTMF...Alec L Davis
2012-09-05dsp.c: optimize goerztzel sample loops, in dtmf_detect, mf_detect and tone_de...Alec L Davis
2012-09-04Prevent crash from using app_page with no confbridge.conf file provided.Mark Michelson
2012-08-30AST-2012-012: Resolve AMI User Unauthorized Shell Access through ExternalIVRMatthew Jordan
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-08-29Fix theoretical compile error with HAVE_EPOLL.Richard Mudgett
2012-08-29Initialize file descriptors for dummy channels to -1.Richard Mudgett
2012-08-27Fix incorrect documentation of the MailboxStatus manager command.Mark Michelson
2012-08-27Fixes ast_rwlock_timed[rd|wr]lock for BSD and variants.David M. Lee
2012-08-27Implement workaround for BETTER_BACKTRACES crashKinsey Moore
2012-08-26mf_detect: incorrectly used DTMF_GSIZE instead of MF_GSIZEAlec L Davis
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-21Add scoped locks to Asterisk.Mark Michelson
2012-08-20Ignore recovered zero-length secondary UDPTL packetsKinsey Moore
2012-08-20Fix for commit r371535Kinsey Moore
2012-08-20Apply work-around for BETTER_BACKTRACES crashKinsey Moore
2012-08-18Remove old debug code from http configuration loadingMatthew Jordan
2012-08-17Fix memory leak in XML documentationMatthew Jordan
2012-08-17Add instrumentation to subsystem reloadsKinsey Moore
2012-08-16Handle integer over/under-flow in ast_parse_argsTerry Wilson
2012-08-16Add module reload instrumentation for TEST_FRAMEWORKKinsey Moore
2012-08-13Add test instrumentationKinsey Moore
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-08-10Fix pickup extension channel reference error.Richard Mudgett
2012-08-09Extend extension state callbacks to have more information.Mark Michelson
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-08Add AMI_CLIENT dialplan functionTerry Wilson
2012-08-08Create the payload type if it does not exist when setting information based o...Joshua Colp
2012-08-08Do not define a cause that doesn't actually existKinsey Moore
2012-08-07Payload and RTP code are must remain separate since in non-Asterisk format ca...Joshua Colp
2012-08-07Add missing AST_CAUSE_* -> text translationsKinsey Moore
2012-08-07Fix a bug uncovered by the test suite where the RTP payload number was not ge...Joshua Colp
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-08-07Add named callgroups/pickupgroupsMatthew Jordan
2012-08-01Fix a possible crash due to passing NULL to ast_variables_dup()Mark Michelson
2012-08-01Make astobj2.h not include linkedlists.h.Richard Mudgett
2012-07-31Add "setvar" option to manager.conf.Mark Michelson
2012-07-31Move event cache updates into event processing thread.Russell Bryant
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Tweak unit test warning message.Richard Mudgett
2012-07-30Fix some presence-state unit test typos.Richard Mudgett
2012-07-30Add a "corosync ping" CLI command.Russell Bryant
2012-07-25Repair editline builds using in-tree editline sources.Kevin P. Fleming
2012-07-25Use an absolute path when referring to the embedded editline directory.Kevin P. Fleming
2012-07-25Enable usage of system-provided NetBSD editline library if available.Kevin P. Fleming
2012-07-25Revert a change that broke compilationTerry Wilson