summaryrefslogtreecommitdiff
path: root/channels/chan_pjsip.c
AgeCommit message (Expand)Author
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-15chan_pjsip.c: Improve ast_request() diagnostic msgs.Richard Mudgett
2017-12-12chan_pjsip/res_pjsip: Add CHANNEL(pjsip,request_uri)Richard Mudgett
2017-11-15chan_pjsip.c: Improve answer failure log messages.Richard Mudgett
2017-11-09chan_pjsip.c: Fix uninitialized cause value on failure.Richard Mudgett
2017-09-21bridge: Change participant SFU streams when source streams change.Joshua Colp
2017-09-20chan_pjsip: Ignore AST_CONTROL_STREAM_TOPOLOGY_CHANGED for nowGeorge Joseph
2017-09-05chan_pjsip: Suppress frame warnings.Ben Ford
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-01chan_pjsip: add a new function PJSIP_DTMF_MODETorrey Searle
2017-07-24core: Add VP9 passthrough support.Joshua Colp
2017-07-13res_pjsip: Add "webrtc" configuration optionKevin Harwell
2017-07-13Merge "res_rtp_asterisk / res_pjsip: Add support for BUNDLE."Jenkins2
2017-07-13res_rtp_asterisk / res_pjsip: Add support for BUNDLE.Joshua Colp
2017-07-05Merge "chan_pjsip: Fix ability to send UPDATE on COLP"Jenkins2
2017-06-29chan_pjsip: Fix ability to send UPDATE on COLPGeorge Joseph
2017-06-29res_pjsip: Add DTMF INFO Failback modeTorrey Searle
2017-06-28chan_pjsip: Add support for multiple streams of the same type.Mark Michelson
2017-06-13Merge "pjsip: Extend 'asymmetric_rtp_codec' option to include us changing."Jenkins2
2017-06-07chan_pjsip: Update device state when in early media.Joshua Colp
2017-06-07pjsip: Extend 'asymmetric_rtp_codec' option to include us changing.Joshua Colp
2017-04-27res_pjsip_session: Add cleanup to ast_sip_session_terminateGeorge Joseph
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-02-13chan_pjsip: Multidomain endpoint finding on callNorbert Varga
2016-11-30chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=noAlexei Gradinari
2016-10-27Merge "Remove ASTERISK_REGISTER_FILE."zuul
2016-10-27Merge "pjsip: Fix a few media bugs with reinvites and asymmetric payloads."Joshua Colp
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-26pjsip: Fix a few media bugs with reinvites and asymmetric payloads.Joshua Colp
2016-10-25chan_pjsip: segfault on already disconnected sessionAlexei Gradinari
2016-09-22channels/chan_pjsip: fix HANGUPCAUSE function bug.Aaron An
2016-08-10channels/chan_pjsip: Add PJSIP_SEND_SESSION_REFRESHMatt Jordan
2016-07-21Merge "chan_pjsip.c: Fix deadlock potential in fax redirection."zuul
2016-07-19chan_pjsip.c: Fix deadlock potential in fax redirection.Richard Mudgett
2016-07-19res_pjsip: Add fax_detect_timeout endpoint option.Richard Mudgett
2016-06-30res_pjsip: Add missing NULL checks when using pjsip_inv_end_session().Richard Mudgett
2016-06-09chan_pjsip: Lock channel when checking for RTP changes.Mark Michelson
2016-03-29chan_pjsip: Add 'pjsip show channelstats'George Joseph
2016-03-18chan_pjsip: ref leak when checking direct_media_glareKevin Harwell
2016-03-18chan_pjsip: transfers with direct media reinvite has wrong address/portKevin Harwell
2015-11-22chan_pjsip: Handle T.38 faxes with direct media bridgesMatt Jordan
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-10-06chan_pjsip: Fix crash on reINVITE before initial INVITE completes.Richard Mudgett
2015-10-05chan_pjsip: Add Referred-By header to the PJSIP REFER packet.Debian Amtelco
2015-09-17PJSIP: avoid crash when getting rtp peerScott Griepentrog
2015-08-26Chaos: make hangup NULL tolerantScott Griepentrog
2015-07-24pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options.Joshua Colp