]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 May 2025 12:39:48 +0000 (12:39 +0000)
commit5ebd1108300699f31a9c21b8b6f0fde65507e793
treec45898159ad23be96fba32c1d8bcc2cd77010d15
parentaa55410b58a2efe6d54dc1b62c366ba7c4f61b23
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
(cherry picked from commit 5d82f69b9b98428e46dc442275e9b4f177841729)
res/res_pjsip_caller_id.c