]> 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:56 +0000 (13:29 +0000)
commit7febbed29fcbd3db6eea76c400d9dd0b8f450bce
tree27d1611bd35b061688766befa2450b20714667d1
parenta56d4f7936bf0b32a8b681df3e6bdaffb7eca16b
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