<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
The only method I'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've only run in to one of these services myself - and that was
attached to a legacy PABX.&nbsp; I seriously doubt you'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't tell you this as
you've already found out - you'll need to examine ${CHANNEL} and match
the channel to the connected DID yourself.<br>
<br>
<br>
<br>
mark morreny wrote:
<blockquote
 cite="mid:20ad6b920803232002l8ff46a4s8884ae1956596c85@mail.gmail.com"
 type="cite">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 's' 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>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
</body>
</html>