]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 26 Mar 2024 13:29:59 +0000 (13:29 +0000)
commit4ebef70763f306ece203c9d3537af8777fc51668
treefb47ea53d77841dc91c255f2bd8b6ddc5e00ef73
parent394ffc27ea7133eb6d89eb1a6ea963ed43b35ccc
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