Commit Graph

3605 Commits (062becab8019e7079ceb804e2c23bf55959cd430)

Author SHA1 Message Date
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
Matthew Jordan 9bc2127d7b Fix validation errors when producing documentation using default build script
14 years ago
Matthew Jordan 2ffae5745d Add some additional documentation for core AMI events
14 years ago
Kinsey Moore 6416a246ed Improve Goto and GotoIf related documentation
14 years ago
Matthew Jordan b1bb826350 Fix initial loading problem with res_curl
14 years ago
Joshua Colp 8f162be802 When receiving a STUN binding request send one out as the Google Talk client uses this as a method to determine if the remote party is still reachable or not.
14 years ago
Mark Michelson 8260fdfdd1 Remove a superfluous and dangerous freeing of an SSL_CTX.
14 years ago
Mark Michelson 8e7ad68b1a Fix bridging thread leak.
14 years ago
Joshua Colp 37256ea45d Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
14 years ago
Mark Michelson 628425ba6f Fix apparent copy and paste error where incorrect "glue" is used.
14 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
14 years ago
Richard Mudgett 6681e88bdd Remove obsolete struct ast_channel note.
14 years ago