summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
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
2012-07-24Don't attempt free of NULL ptr in pbx.c handle_presencechangeJonathan Rose
2012-07-24Rewrite a comment that didn't adequately explain the code it was documenting.Kevin P. Fleming
2012-07-24Allow permit/deny ACL lines to contain multiple items and negated entries.Kevin P. Fleming
2012-07-23Unit tests for the Jitter Buffer API; remove unnecessary resyncMatthew Jordan
2012-07-21Fix segfault introduced by conversion to ACO APITerry Wilson
2012-07-20Add hangupcause translation supportKinsey Moore
2012-07-20Add the AccountCode header to the AMI Hangup event.Richard Mudgett
2012-07-19Convert app_confbridge to use the config options frameworkTerry Wilson
2012-07-19Fix compiler warnings.Richard Mudgett
2012-07-19Add the ability to specify technology specific documentationMatthew Jordan
2012-07-19Fix compilation error when MALLOC_DEBUG is enabledMatthew Jordan
2012-07-19named_acl: Remove systemname option from acl.conf, use asterisk.conf valueJonathan Rose
2012-07-19CallID Logging: Remove new line/carriage return from callID change test eventJonathan Rose
2012-07-18callid logging: Issue test events when the callid is changed for a channelJonathan Rose
2012-07-18Resolve severe memory leak in CEL logging modules.Kevin P. Fleming
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-07-12Handle deprecated (aliased) option names with the config options apiTerry Wilson
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-07-11Don't perform an XInclude to a document node that may not always be presentMatthew Jordan
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-07-10Improve Goto and GotoIf related documentationKinsey Moore
2012-07-10Fix initial loading problem with res_curlMatthew Jordan
2012-07-09When receiving a STUN binding request send one out as the Google Talk client ...Joshua Colp
2012-07-06Remove a superfluous and dangerous freeing of an SSL_CTX.Mark Michelson
2012-07-06Fix bridging thread leak.Mark Michelson