]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_refer.c: Allow GET_TRANSFERRER_DATA
authorMartin Tomec <tomec@ipex.cz>
Tue, 6 Feb 2024 16:39:18 +0000 (17:39 +0100)
committerMartin Tomec <tomec@ipex.cz>
Tue, 26 Mar 2024 13:29:51 +0000 (13:29 +0000)
commitcba82273ae789c193128589a6c3f3679782b1ccd
tree0d0a793b87a00dfb965d12687ff6b61660f1d0c1
parentdd91f09481d98aace610097a5bd37c6f51ba4abe
res_pjsip_refer.c: Allow GET_TRANSFERRER_DATA

There was functionality in chan_sip to get REFER headers, with GET_TRANSFERRER_DATA variable. This commit implements the same functionality in pjsip, to ease transfer from chan_sip to pjsip.

Fixes: #579
UserNote: the GET_TRANSFERRER_DATA dialplan variable can now be used also in pjsip.
res/res_pjsip_refer.c