Looking at the code, asterisk doesn&#39;t know how to handle RPID in an INFO message, so it just responds with an OK and goes on with it&#39;s business... The fact that the message has the name of the called party, rather than the calling party probably wouldn&#39;t help even if Asterisk did understand it... I would have expected you to at least get &#39;pending&#39; through as the name though...<br>
<br>d<br><br><div class="gmail_quote">2009/7/31 Chris Douglas <span dir="ltr">&lt;<a href="mailto:chris.douglas@pioneerballoon.com">chris.douglas@pioneerballoon.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The following pastebin shows the inbound call, inbound INFO containing the<br>
Remote-Party-ID string, and the SIP acknowledgement of the INFO.  Asterisk<br>
does not send the data from the Remote-Party-ID string on to the phone, nor<br>
does it set the CALLERID(name) variable after receiving the message.<br>
<br>
<a href="http://pastebin.com/m45e0adbd" target="_blank">http://pastebin.com/m45e0adbd</a><br>
<br>
Thanks,<br>
<font color="#888888">Chris<br>
</font><div class="im"><br>
On Sun, Jul 26, 2009 at 1:19 PM, Chris<br>
</div><div class="im">Douglas&lt;chris.douglas at <a href="http://pioneerballoon.com" target="_blank">pioneerballoon.com</a>&gt; wrote:<br>
&gt; We have an inbound PRI connected to our Cisco 3825 router which is then<br>
&gt; passing the calls to Asterisk as SIP calls.  We&#39;re getting the CallerID<br>
&gt; number but not the CallerID name.  We are seeing the name in the RPID<br>
field<br>
&gt; with a SIP trace on the Asterisk box but don&#39;t understand why it&#39;s not<br>
&gt; registering as the CallerID name.<br>
<br>
What do you get when you enable debugging on the asterisk cli?<br>
<br>
core set verbose 3<br>
<br>
make a call. Do you see caller ID going through? What does your<br>
dialplan look like? You can use NoOp() calls to pop out values<br>
including a caller ID if it exists.<br>
<br>
</div><div class="im">-----Original Message-----<br>
From: Chris Douglas [mailto:<a href="mailto:chris.douglas@pioneerballoon.com">chris.douglas@pioneerballoon.com</a>]<br>
Sent: Sunday, July 26, 2009 12:20 PM<br>
To: &#39;<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>&#39;<br>
Subject: Not getting inbound CallerID name on Asterisk<br>
<br>
We have an inbound PRI connected to our Cisco 3825 router which is then<br>
passing the calls to Asterisk as SIP calls.  We&#39;re getting the CallerID<br>
number but not the CallerID name.  We are seeing the name in the RPID field<br>
with a SIP trace on the Asterisk box but don&#39;t understand why it&#39;s not<br>
registering as the CallerID name.<br>
<br>
</div><div><div></div><div class="h5">Here is a link to pastebin with the Sip trace.  In it you can see the RPID<br>
is seen from the Asterisk box but it is not used/sent to the phones.<br>
<br>
<a href="http://pastebin.com/m45e0adbd" target="_blank">http://pastebin.com/m45e0adbd</a><br>
<br>
Here is the section from Sip.conf describing the Cisco 3825 connection.  We<br>
have tried &quot;type&quot; as both friend and peer as it is now with no change.<br>
<br>
[cisco_3825]<br>
context=default<br>
type=peer<br>
host=10.0.0.10<br>
disallow=all<br>
allow=g729<br>
allow=ulaw<br>
allow=alaw<br>
trustrpid=yes<br>
sendrpid=no<br>
<br>
All phones are not receiving the CallerID name, here is a sample from<br>
sip.conf of a phone config.<br>
<br>
[8670]<br>
secret=8670<br>
context=ict_sip<br>
type=friend<br>
host=dynamic<br>
call-limit=5<br>
agentlogin=yes<br>
mailbox=8670@ictvm<br>
progressinband=no<br>
sendrpid=yes<br>
<br>
<br>
Any help is greatly appreciated!<br>
<br>
<br>
Thanks,<br>
Chris Douglas<br>
Technical Services Manager<br>
Pioneer Balloon Company<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
</div></div><div><div></div><div class="h5">-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2009 - October 13 - 15 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>