]> 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)
commita3c65fc5d18d1b230f9ee22be75fcda61ca03354
treee8b5c4eede49fe8185d41234b9c181efdf17aa15
parent73c3fb1391cfaf97c8f60ff1a13d521252ea24dc
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