summaryrefslogtreecommitdiff
path: root/channels/chan_pjsip.c
AgeCommit message (Expand)Author
2017-02-13chan_pjsip: Multidomain endpoint finding on callNorbert Varga
2016-11-16chan_pjsip: fix switching sending codec when asymmetric_rtp_codec=noAlexei Gradinari
2016-10-27Merge "pjsip: Fix a few media bugs with reinvites and asymmetric payloads." i...Joshua Colp
2016-10-26pjsip: Fix a few media bugs with reinvites and asymmetric payloads.Joshua Colp
2016-10-18chan_pjsip: segfault on already disconnected sessionAlexei Gradinari
2016-09-23channels/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." into 13zuul
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
2015-07-17chan_pjsip: Don't change formats when frame of unsupported format is received.Joshua Colp
2015-06-11chan_pjsip: Set the context and extension on the channel when createdMatt Jordan
2015-05-17chan_pjsip: Fix crash during off-nominal when no endpoint specified.snuffy
2015-04-10chan_pjsip/res_pjsip/bridge_softmix/core: Improve translation path choices.Richard Mudgett
2015-04-10res_pjsip: Add an 'auto' option for DTMF ModeMatthew Jordan
2015-04-08clang compiler warnings: Fix pointer-bool-converesion warningsMatthew Jordan
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-24chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" ...Richard Mudgett
2015-03-13chan_pjsip/res_pjsip_callerid: Make Party ID handling simpler and consistent.Richard Mudgett
2015-02-24ARI/PJSIP: Apply requesting channel's format cap to created channelsMatthew Jordan
2015-02-12ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis appMatthew Jordan
2015-01-30Fix some memory leaks.Mark Michelson
2015-01-16Fix problem where a hung channel could occur on a failed blind transfer.Mark Michelson
2014-12-12chan_pjsip: Race between channel answer and bridge setup when using direct mediaKevin Harwell
2014-12-12res_pjsip_session: Delay sending BYE if a re-INVITE transaction is in progress.Joshua Colp
2014-11-20AST-2014-015: Fix race condition in chan_pjsip when sending responses after a...Joshua Colp
2014-11-16chan_pjsip: Remove AOR check when dialing and one is specified.Joshua Colp
2014-11-15chan_pjsip: Add additional log message when an AOR is specified when dialing ...Joshua Colp
2014-11-15chan_motif / chan_pjsip: Fix incorrect "No such module" messages when reloading.Joshua Colp
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-10-03chan_pjsip: Fix deadlock when masquerading PJSIP channels.Richard Mudgett
2014-10-01chan_pjsip: Fix an assertion for channels that lack formats on creationJonathan Rose
2014-09-27res_pjsip_session: Add additional checks for delaying session refreshes.Joshua Colp
2014-09-19res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not nego...Richard Mudgett
2014-09-02Resolve race condition where channels enter dialplan application before media...Mark Michelson
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-20Move evaluation of set_var options in pjsip to the end of channel initializat...Mark Michelson