Commit Graph

2508 Commits (794eb780909124bbfe140214c281ab237ea2bbf0)

Author SHA1 Message Date
Andrew Latham 794eb78090 Doxygen Updates
13 years ago
Richard Mudgett 7c69310497 build_tools: Allow Asterisk to report git SHAs in version string.
13 years ago
Mark Michelson 94c0fa9098 Fix some potential misuses of ast_str in the code.
14 years ago
Mark Michelson ccf01fbfdc Do not use a FILE handle when doing SIP TCP reads.
14 years ago
Mark Michelson b5f231501b Don't make chan_sip export global symbols.
14 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
14 years ago
Sean Bright 1449b2cad0 app_queue: Support persisting and loading of long member lists.
14 years ago
Joshua Colp f8e894e031 Make res_http_websocket an optional dependency on supported platforms for chan_sip.
14 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
14 years ago
Richard Mudgett 7e9bdcc3e0 Named call pickup groups. Fixes, missing functionality, and improvements.
14 years ago
David M. Lee 0227e81595 Add -fnested-functions compile flag, if needed.
14 years ago
David M. Lee 061874d811 Fix timeouts for ast_waitfordigit[_full].
14 years ago
Mark Michelson 46b730b070 Fix inability to shutdown gracefully due to an unending channel reference.
14 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
14 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
14 years ago
Richard Mudgett fb6238899b Add private representation of caller, connected and redirecting party ids.
14 years ago
Richard Mudgett 18d5041981 Use better libss7 detection test and move libpri compile test.
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
Joshua Colp 8c5333f34e Payload and RTP code are must remain separate since in non-Asterisk format cases they differ.
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
Richard Mudgett ea0732def2 Make astobj2.h not include linkedlists.h.
14 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
14 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
14 years ago
Kevin P. Fleming 7d4ccea736 Enable usage of system-provided NetBSD editline library if available.
14 years ago
Kevin P. Fleming b5193428a7 Enable usage of system-provided iLBC library.
14 years ago
Matthew Jordan b6a0ae0b35 Unit tests for the Jitter Buffer API; remove unnecessary resync
14 years ago
Kinsey Moore cb9756daa2 Add hangupcause translation support
14 years ago
Terry Wilson 2f674bcdd1 Convert app_confbridge to use the config options framework
14 years ago
Joshua Colp cbdb2dbb0e Fix a crash occurring as a result of excess stack usage.
14 years ago
Joshua Colp 44345b0973 Fix a crash as a result of propagating MWI or device state over XMPP when the client is disconnected.
14 years ago
Joshua Colp e938737570 Add support for SIP over WebSocket.
14 years ago
Joshua Colp acb5f5f824 Reduce memory consumption and add the H.264 and H.263 modules I shamefully neglected to add.
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
Joshua Colp a3fa37b8cf Add a new unified Jingle, Google Jingle, and Google Talk channel driver written from scratch called chan_motif.
14 years ago
Richard Mudgett 1906601bf4 Tweak some comments and whitespace in utils.h
14 years ago
Joshua Colp 213bbc169a Add a cleaned up drop-in replacement for res_jabber called res_xmpp. This provides the same externally facing functionality but is implemented differently internally.
14 years ago
Joshua Colp 37256ea45d Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.
14 years ago
Richard Mudgett ac35b92b62 Hangup handlers - Dialplan subroutines that run when the channel hangs up.
14 years ago
Terry Wilson 1609fca6bb Add the ability to set flags via the config options api
14 years ago
Jonathan Rose 5eb94d7ebb Unique Call ID logging Phases III and IV
14 years ago
Matthew Jordan 82a7409c15 Add AMI event documentation
14 years ago
Mark Michelson 453e01725d Multiple revisions 369323-369324
14 years ago
Michael L. Young c843dddf80 Fix NULL pointer segfault in ast_sockaddr_parse()
14 years ago
Kinsey Moore f080be134e Ensure that pvt cause information does not break native bridging
14 years ago
Kinsey Moore bdab2763ac Add HANGUPCAUSE hash support to IAX2
14 years ago
Richard Mudgett f8746d0009 Allow non-normal execution routines to be able to run on hungup channels.
14 years ago