Dear Rob and all,<br>I also tried $CHANNEL before but it returned:<br><br>&nbsp; -- Executing [s@incoming:8] NoOp(&quot;Zap/1-1&quot;, &quot;channel = Zap/1-1&quot;) in new stack<br><br>It still does not give me the dialed number.&nbsp;&nbsp; Could you explain how to match it again the zap channel to extract the dialed number?<br>
Will I be able to get the dialed number if I am using a E1 line?&nbsp; <br><br>Thanks,<br>Mark<br><br><div class="gmail_quote">On Mon, Mar 24, 2008 at 2:29 PM, Rob Hillis &lt;<a href="mailto:rob@hillis.dyndns.org">rob@hillis.dyndns.org</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  
  

<div bgcolor="#ffffff" text="#000000">
The only method I&#39;m familiar with for an analogue line to signal which
number was called is a very old service that loops the line first and
then dials the number.&nbsp; The only way to capture this would be to handle
the incoming line as a standard extension with a different context.&nbsp;
I&#39;ve only run in to one of these services myself - and that was
attached to a legacy PABX.&nbsp; I seriously doubt you&#39;d be able to order
these services any more.<br>
<br>
If this is a standard PSTN service, the only way you know which number
has been called is by matching it against the zap channel that the call
has been received on.&nbsp; The ${EXTEN} variable won&#39;t tell you this as
you&#39;ve already found out - you&#39;ll need to examine ${CHANNEL} and match
the channel to the connected DID yourself.<br>
<br>
<br>
<br>
mark morreny wrote:
<blockquote type="cite"><div><div></div><div class="Wj3C7c">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 capture the destination number through the ZAP channel<br>
  <br>
  <br>
exten =&gt; s, n, Verbose(1|destination to ${EXTEN}&nbsp; )<br>
  <br>
  <br>
${EXTEN} returns &#39;s&#39; instead of the actual destination number.&nbsp; Since I
have multiple phone numbers, I want to be able to route different calls
to different places.&nbsp; <br>
  <br>
Is this possible to do with Asterisk?<br>
  <br>
Thanks,<br>
  <font color="#888888">Mark</font>
  </div></div><pre><hr size="4" width="90%"><div class="Ih2E3d">
_______________________________________________
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></div></pre>
</blockquote>
</div>

<br>_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>