]> 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:32 +0000 (12:47 +0000)
commit5d82f69b9b98428e46dc442275e9b4f177841729
tree1b32385a34e721b5c711d40bf1e1a40ad144a781
parent907030212612fc24ee3ce632789e8fe43a3d9c76
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