Having a problem w/ not getting CID name from a PRI.  CID Name appears in the PRI debug, but even after a Wait(4) it still appears after the phone is ringing.  Here is the relevant info from my PRI debug output.  Line 4 is a NoOp showing me trying to echo Name and Number.   Line 6 dials the extension, and you can see callerid name get presented on line 29.  Again, there is a Wait(4) before the NoOp on line 3.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp; -- Processing IE 30 (cs0, Progress Indicator)<br>&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp; -- Processing IE 108 (cs0, Calling Party Number)<br>&nbsp;&nbsp;&nbsp;&nbsp; 3&nbsp; -- Processing IE 112 (cs0, Called Party Number)<br>&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing NoOp(&quot;Zap/1-1&quot;, &quot;Name:&nbsp;&nbsp; Num: 9515551212&quot;) in new stack
<br>&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Macro(&quot;Zap/1-1&quot;, &quot;stdexten|6448|SIP/6448&quot;) in new stack<br>&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Executing Dial(&quot;Zap/1-1&quot;, &quot;SIP/6448|20&quot;) in new stack<br>&nbsp;&nbsp;&nbsp;&nbsp; 7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Called 6448
<br>&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- SIP/6448-08945b40 is ringing<br>&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp; &gt; Protocol Discriminator: Q.931 (8)&nbsp; len=10<br>&nbsp;&nbsp;&nbsp; 10&nbsp; &gt; Call Ref: len= 2 (reference 195/0xC3) (Terminator)<br>&nbsp;&nbsp;&nbsp; 11&nbsp; &gt; Message type: CALL PROCEEDING (2)
<br>&nbsp;&nbsp;&nbsp; 12&nbsp; &gt; [18 03 a9 83 81]<br>&nbsp;&nbsp;&nbsp; 13&nbsp; &gt; Channel ID (len= 5) [ Ext: 1&nbsp; IntID: Implicit, PRI Spare: 0, Exclusive Dchan: 0<br>&nbsp;&nbsp;&nbsp; 14&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ChanSel: Reserved<br>&nbsp;&nbsp;&nbsp; 15&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Coding: 0&nbsp;&nbsp; Number Specified&nbsp;&nbsp; Channel Type: 3
<br>&nbsp;&nbsp;&nbsp; 16&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Channel: 1 ]<br>&nbsp;&nbsp;&nbsp; 17&nbsp;&nbsp; Extension Changed 6448 new state Ringing for Notify User 7799<br>&nbsp;&nbsp;&nbsp; 18&nbsp;&nbsp; Extension Changed 6448 new state Ringing for Notify User 6452<br>&nbsp;&nbsp;&nbsp; 19&nbsp; &gt; Protocol Discriminator: 
Q.931 (8)&nbsp; len=9<br>&nbsp;&nbsp;&nbsp; 20&nbsp; &gt; Call Ref: len= 2 (reference 195/0xC3) (Terminator)<br>&nbsp;&nbsp;&nbsp; 21&nbsp; &gt; Message type: ALERTING (1)<br>&nbsp;&nbsp;&nbsp; 22&nbsp; &gt; [1e 02 81 88]<br>&nbsp;&nbsp;&nbsp; 23&nbsp; &gt; Progress Indicator (len= 4) [ Ext: 1&nbsp; Coding: CCITT (ITU) standard (0) 0: 0&nbsp;&nbsp; Location: Private network serving the local user (1)
<br>&nbsp;&nbsp;&nbsp; 24&nbsp; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ext: 1&nbsp; Progress Description: Inband information or appropriate pattern now available. (8) ]<br>&nbsp;&nbsp;&nbsp; 25&nbsp; &lt; Protocol Discriminator: Q.931 (8)&nbsp; len=36<br>&nbsp;&nbsp;&nbsp; 26&nbsp; &lt; Call Ref: len= 2 (reference 195/0xC3) (Originator)
<br>&nbsp;&nbsp;&nbsp; 27&nbsp; &lt; Message type: FACILITY (98)<br>&nbsp;&nbsp;&nbsp; 28&nbsp; &lt; [1c 1d 9f 8b 01 00 a1 17 02 01 01 02 01 00 80 0f 4c 45 57 4f 4e 2c 52 59 41 4e 20 20 20 20 20]<br>&nbsp;&nbsp;&nbsp; 29&nbsp; &lt; Facility (len=31, codeset=0) [ 0x9f, 0x8b, 0x01, 0x00, 0xa1, 0x17, 0x02, 0x01, 0x01, 0x02, 0x01, 0x00, 0x80, 0x0f, &#39;LASTNAME&#39;, 0x2c, &#39;FIRSTNAME&#39;, 0x20, 0x20, 0x20, 0x20, 0x20 ]
<br>&nbsp;&nbsp;&nbsp; 30&nbsp; -- Processing IE 28 (cs0, Facility)<br>&nbsp;&nbsp;&nbsp; 31&nbsp; Handle Q.932 ROSE Invoke component<br>&nbsp;&nbsp;&nbsp; 32&nbsp; &lt; Protocol Discriminator: Q.931 (8)&nbsp; len=9<br>&nbsp;&nbsp;&nbsp; 33&nbsp; &lt; Call Ref: len= 2 (reference 195/0xC3) (Originator)<br>
&nbsp;&nbsp;&nbsp; 34&nbsp; &lt; Message type: DISCONNECT (69)<br><br>-- <br>Kyle Sexton