Commit Graph

3616 Commits (78fea20ea754f8e40a8a8a5ee195f9fb4f6df41d)

Author SHA1 Message Date
Matthew Jordan eedab0744b Fix memory leak in XML documentation
14 years ago
Kinsey Moore 064c7bd456 Add instrumentation to subsystem reloads
14 years ago
Terry Wilson 69dc8e3adb Handle integer over/under-flow in ast_parse_args
14 years ago
Kinsey Moore 34265d5265 Add module reload instrumentation for TEST_FRAMEWORK
14 years ago
Kinsey Moore 45c6620d74 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
Kevin P. Fleming af3ef19d00 Rewrite a comment that didn't adequately explain the code it was documenting.
14 years ago
Kevin P. Fleming 0385c0e9cb Allow permit/deny ACL lines to contain multiple items and negated entries.
14 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
14 years ago
Terry Wilson 13427db64c Fix segfault introduced by conversion to ACO API
14 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
14 years ago
Richard Mudgett 54991ca2a7 Add the AccountCode header to the AMI Hangup event.
14 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
14 years ago
Richard Mudgett b78fd0ac89 Fix compiler warnings.
14 years ago
Matthew Jordan 86ff5585fd Add the ability to specify technology specific documentation
14 years ago
Matthew Jordan f802787924 Fix compilation error when MALLOC_DEBUG is enabled
14 years ago
Jonathan Rose ded09e3682 named_acl: Remove systemname option from acl.conf, use asterisk.conf value
14 years ago
Jonathan Rose d13e015784 CallID Logging: Remove new line/carriage return from callID change test event
14 years ago
Jonathan Rose 5e4ee6076c callid logging: Issue test events when the callid is changed for a channel
14 years ago
Kevin P. Fleming 4a4189b085 Resolve severe memory leak in CEL logging modules.
14 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
14 years ago
Joshua Colp a693fd1d87 Add support for parsing SDP attributes, generating SDP attributes, and passing it through.
14 years ago
Terry Wilson a7dfafdc56 Handle deprecated (aliased) option names with the config options api
14 years ago
Jonathan Rose 10afdf3a2a Named ACLs: Introduces a system for creating and sharing ACLs
14 years ago
Tilghman Lesher 6190ae4430 Allow the REALTIME() function to report errors back to the caller.
14 years ago
Matthew Jordan 92a65de048 Don't perform an XInclude to a document node that may not always be present
14 years ago