summaryrefslogtreecommitdiff
path: root/res/res_pjsip_refer.c
AgeCommit message (Expand)Author
2018-02-22res_pjsip_refer.c: Fix attended transfer race condition crash.Richard Mudgett
2018-01-24Remove redundant module checks and references.Corey Farrell
2018-01-15loader: Add dependency fields to module structures.Corey Farrell
2017-10-18res_pjsip_refer: Prevent unload except during shutdown.Corey Farrell
2017-06-13res_pjsip_refer/session: Calls dropped during transferKevin Harwell
2017-05-11res_pjsip: New endpoint option "refer_blind_progress"Alexei Gradinari
2017-03-15res/res_pjsip_refer: call xfer w/o extensionTorrey Searle
2017-01-09Merge "res_pjsip: Fix known compact header issues"Joshua Colp
2016-12-31res_pjsip: Fix known compact header issuesJoshua Elson
2016-12-30res_pjsip_refer: Handle compact Refer-To header.George Joseph
2016-09-09res_pjsip: Add ignore_uri_user_options option.Richard Mudgett
2016-08-25ast_framehook_detach() must be called with the channel locked.Richard Mudgett
2016-08-25ast_framehook_attach() must be called with the channel locked.Richard Mudgett
2016-06-30res_pjsip: Add missing NULL checks when using pjsip_inv_end_session().Richard Mudgett
2016-03-17res_pjsip_refer.c: Fix seg fault in process of Refer-to header.Sergio Medina Toledo
2016-03-03res_pjsip_refer.c: Delay sending the initial SIP Notify with frag 100Kevin Harwell
2016-01-08res_pjsip: Create human friendly serializer names.Richard Mudgett
2015-06-26res_pjsip_refer: Prevent sending duplicate headers.Mark Michelson
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-03-10res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.Richard Mudgett
2015-03-06res_pjsip_refer: Make safely get the context for a blind transfer.Richard Mudgett
2015-03-06res_pjsip_refer: Made refer_attended_alloc() not create the ao2 object with a...Richard Mudgett
2015-02-19res_pjsip_refer: Handle INVITE with Replaces failure after answer.Richard Mudgett
2015-02-17res_pjsip_refer: Fix crash from a REFER and BYE collision.Richard Mudgett
2015-01-30Fix some memory leaks.Mark Michelson
2015-01-07Fix ability to perform a remote attended transfer with PJSIP.Mark Michelson
2014-12-02res_pjsip_refer: Fix issue where native bridge may not occur upon completion ...Joshua Colp
2014-12-01main/stasis: Allow subscriptions to use a threadpool for message deliveryMatthew Jordan
2014-11-20AST-2014-016: Fix crash when receiving an in-dialog INVITE with Replaces in r...Joshua Colp
2014-11-19res_pjsip_refer: Ensure Refer-To is NULL terminated and parse it as a URI.Joshua Colp
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-18Channels: Masquerades to automatically move frame/audio hooksJonathan Rose
2014-05-30PJSIP: Prevent crash on blind transferKinsey Moore
2014-05-22res_pjsip_refer: Fix bugs involving Parking/PJSIP/transfersJonathan Rose
2014-05-19Undo r414123Matthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-02res_pjsip_refer: Add Referred-By header on INVITE for blind transfers.Richard Mudgett
2014-04-17res_pjsip_refer: Channel variable SIPREFERTOHDR not being set during blind tr...Kevin Harwell
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-02-26PJSIP: Prevent crash if channel has gone awayKinsey Moore
2014-01-15PJSIP: Add Path header supportKinsey Moore
2013-12-20Fix issue where PJSIP blind transferer dialog may not complete as planned.Mark Michelson
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-08-28Improve detection of answer on SIP blind transfer.Mark Michelson
2013-07-30The large GULP->PJSIP renaming effort.Mark Michelson