]> 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:53 +0000 (13:29 +0000)
commitf3de77f91f44f24ad6c674c1fb6b5bfd7b755638
tree11d121b885a98a222ef6a84cd13753a8c3dd1976
parent15f68a836ef28f727ed1f3a4ad795bdcbba9edd8
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