]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_caller_id: Also parse URI parameters for ANI2.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 26 Apr 2025 12:33:20 +0000 (08:33 -0400)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 30 Apr 2025 12:47:39 +0000 (12:47 +0000)
commit754dea319e1d9113a6db01a921e8e424c5c71ffa
tree77fc43cc9d636a94b2cdc2a5636df0a0e7b34142
parent923e6d471af8dcb487cee6bf57ee07399ee2e65d
res_pjsip_caller_id: Also parse URI parameters for ANI2.

If the isup-oli was sent as a URI parameter, rather than a header
parameter, it was not being parsed. Make sure we parse both if
needed so the ANI2 is set regardless of which type of parameter
the isup-oli is sent as.

Resolves: #1220
res/res_pjsip_caller_id.c