summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2017-12-18Merge changes from topic 'faster-aco' into 15Joshua Colp
2017-12-18Merge "chan_pjsip.c: Improve ast_request() diagnostic msgs." into 15George Joseph
2017-12-15chan_pjsip.c: Improve ast_request() diagnostic msgs.Richard Mudgett
2017-12-15chan_sip: Add security event for calls to invalid extension.Corey Farrell
2017-12-15aco: Minimize use of regex.Corey Farrell
2017-12-13Merge "chan_pjsip/res_pjsip: Add CHANNEL(pjsip,request_uri)" into 15Jenkins2
2017-12-13Merge "chan_sip: Don't crash in Dial on invalid destination" into 15Joshua Colp
2017-12-12chan_sip: Don't send trailing \0 on keep alive packetsSean Bright
2017-12-12chan_sip: Don't crash in Dial on invalid destinationSean Bright
2017-12-12chan_pjsip/res_pjsip: Add CHANNEL(pjsip,request_uri)Richard Mudgett
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-12-04security-events: Fix SuccessfulAuth using_password declaration.Richard Mudgett
2017-12-01AST-2017-013: chan_skinny: Call pthread_detach when sess threads endGeorge Joseph
2017-11-21chan_sip: ICE contained square brackets around IPv6 addresses.Alexander Traud
2017-11-15chan_pjsip.c: Improve answer failure log messages.Richard Mudgett
2017-11-11core: Add cache_media_frames debugging option.Richard Mudgett
2017-11-09chan_pjsip.c: Fix uninitialized cause value on failure.Richard Mudgett
2017-11-06Merge "dtls: Add support for ephemeral DTLS certificates." into 15Jenkins2
2017-11-06dtls: Add support for ephemeral DTLS certificates.Sean Bright
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-10-24chan_sip: Fix SUBSCRIBE with missing "Expires" header.Corey Farrell
2017-10-21chan_sip: Crypto attribute not last but first on SDP media level.Alexander Traud
2017-10-18chan_sip: Fix output of 'sip set debug off'.Corey Farrell
2017-10-14chan_dahdi: wrap include file which is not present on BSD systems in #ifdefGuido Falsi
2017-10-11chan_vpb: Fix a gcc 7 out-of-bounds complaintGeorge Joseph
2017-10-05res_pjsip_caller_id chan_sip: Comply to RFC 3323 values for privacyDaniel Tryba
2017-09-25build: A few gcc 7 error fixesGeorge Joseph
2017-09-21bridge: Change participant SFU streams when source streams change.Joshua Colp
2017-09-21Merge "chan_sip: Expose read-only access to the full SIP INVITE Request-URI" ...Joshua Colp
2017-09-20chan_pjsip: Ignore AST_CONTROL_STREAM_TOPOLOGY_CHANGED for nowGeorge Joseph
2017-09-20chan_sip: Expose read-only access to the full SIP INVITE Request-URIDavid J. Pryke
2017-09-13chan_rtp: Use μ-law by default instead of signed linearSean Bright
2017-09-08Merge "chan_sip: when getting sip pvt return failure if not found" into 15Jenkins2
2017-09-06chan_sip: when getting sip pvt return failure if not foundScott Griepentrog
2017-09-06chan_sip: Do not change IP address in SDP origin line (o=) in SIP reINVITEVitezslav Novy
2017-09-05chan_pjsip: Suppress frame warnings.Ben Ford
2017-08-30chan_pjsip: Add tag info in CHANNEL functionAndre Nazario
2017-08-28Merge "res/res_pjsip_session: allow SDP answer to be regenerated" into 15Jenkins2
2017-08-25res/res_pjsip_session: allow SDP answer to be regeneratedTorrey Searle
2017-08-22chan_pjsip.c: Fix topology refresh response code accuracy.Richard Mudgett
2017-08-09res_rtp_asterisk: Make P2P bridge Asymmetric codec awareTorrey Searle
2017-08-04Merge "Fix compile error for old versions of GCC." into 15Joshua Colp
2017-08-03Correct some leaks in unit tests.Corey Farrell
2017-08-03Fix compile error for old versions of GCC.Corey Farrell
2017-08-01Revert "res_pjsip_session: Release media resources on session end quicker."George Joseph
2017-08-01res_pjsip_session: Release media resources on session end quicker.Joshua Colp
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-08-01chan_pjsip: add a new function PJSIP_DTMF_MODETorrey Searle
2017-07-24core: Add VP9 passthrough support.Joshua Colp
2017-07-17Merge "res_pjsip: Add "webrtc" configuration option"Jenkins2