<div dir="ltr">Hello Everyone,<div><br></div><div style>Is it possible to pass a meaningful caller name along with the caller id given the carrier supports CLI?</div><div style>Before asking the carrier, I was doing some tests.</div>
<div style><br></div><div style>I know that append_hf("P-Asserted-Identity: <<a href="mailto:sip%3A15453387463@test.server.com">sip:15453387463@test.server.com</a>>; user=phone\r\n", "Call-ID") works</div>
<div style>fine for the phone number alone (i.e., 15453387463) however, append_hf("P-Asserted-Identity: From: \" Test User \" <<a href="mailto:sip%3A15453387463@test.server.com">sip:15453387463@test.server.com</a>>; user=phone\r\n", "Call-ID") generates a meaningless CID.</div>
<div style><br></div><div style>The SIP Trace: P-Asserted-Identity: From: "Mike Peer" <<a href="mailto:sip%3A15453387463@test.server.com">sip:15453387463@test.server.com</a>>; user=phone.</div><div style><br>
</div><div style>Once I know what is accepted for PAI, I plan on assigning subscriber.rpid that value. To load rpid for a specific caller and INVITE,<br></div><div style>I have added the following code:</div><div style><br>
</div><div style><div>modparam("auth_db", "load_credentials", "rpid")</div><div>modparam("auth", "rpid_avp", "$avp(rpid)")</div><div><br></div><div style>Testing from branch route, $avp(rpid) is NULL. We do not allow users to REGISTER. Any way we can get subscriber.rpid for INVITES? Finally, is branch_route and failure_routes, the safest place to append the PAI?</div>
<div><br></div></div><div style>Thanks in Advance,</div><div style><br></div><div style>Nick</div></div>