Hi all,<br><br>I am using Digium PCI board to receive PSTN call through regular phone line.&nbsp; It is no problem for me to receive calls, but I am not able to obtain the Caller ID if the calls are from the phone line.&nbsp; <br><br>
<br>exten =&gt; s,1,Answer()<br>exten =&gt; s, n, Verbose(1|incoming number is ${CHANNEL} calling to ${EXTEN} routing to ${phonenum} )<br>exten =&gt; s,n, Verbose(1|callid is ${CALLID(num)})<br>exten =&gt; s,n,Verbose(1|callpres is ${CALLINGPRES})<br>
exten =&gt; s,n,Dial(SIP/${phonenum}@voipuser,60)<br><br><br><br>&nbsp;&nbsp;&nbsp; -- Executing [s@incoming:3] Verbose(&quot;Zap/1-1&quot;, &quot;1|incoming number is Zap/1-1 calling to s routing to&nbsp; &quot;) in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [s@incoming:4] Verbose(&quot;Zap/1-1&quot;, &quot;1| callidall is &quot;) in new stack<br>
&nbsp; callidall is<br>&nbsp;&nbsp;&nbsp; -- Executing [s@incoming:5] Verbose(&quot;Zap/1-1&quot;, &quot;1|callid is &quot;) in new stack<br>&nbsp;callid is<br>&nbsp;&nbsp;&nbsp; -- Executing [s@incoming:6] Verbose(&quot;Zap/1-1&quot;, &quot;1|callpres is 0&quot;) in new stack<br>
<br>How come I am not able to get the call from ID and call to ID?&nbsp; Is this something with my setup?&nbsp; <br><br>Thanks,<br>Mark<br>