<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(&quot;P-Asserted-Identity: &lt;<a href="mailto:sip%3A15453387463@test.server.com">sip:15453387463@test.server.com</a>&gt;; user=phone\r\n&quot;, &quot;Call-ID&quot;) works</div>
<div style>fine for the phone number alone (i.e., 15453387463) however, append_hf(&quot;P-Asserted-Identity: From: \&quot; Test User \&quot; &lt;<a href="mailto:sip%3A15453387463@test.server.com">sip:15453387463@test.server.com</a>&gt;; user=phone\r\n&quot;, &quot;Call-ID&quot;) generates a meaningless CID.</div>
<div style><br></div><div style>The SIP Trace: P-Asserted-Identity: From: &quot;Mike Peer&quot; &lt;<a href="mailto:sip%3A15453387463@test.server.com">sip:15453387463@test.server.com</a>&gt;; 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(&quot;auth_db&quot;, &quot;load_credentials&quot;, &quot;rpid&quot;)</div><div>modparam(&quot;auth&quot;, &quot;rpid_avp&quot;, &quot;$avp(rpid)&quot;)</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>