]> 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)
committerNaveen Albert <asterisk@phreaknet.org>
Wed, 30 Apr 2025 12:47:33 +0000 (12:47 +0000)
commit2bb607f7b74332a83aea6e5200c7569ea707d16b
tree371d1cd7ab6dd481b48ed84aecd1658ecf29fc0a
parentbe9c2cd6ffd285726bb572c8118bd1678f11572e
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