<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Thanks<br>
I got it working<br>
in the one with the card I added my ignore 0<br>
and in the otherone _0XXXXXXXXXX(.........<br>
Thanks<br>
<br>
<br>
<br>
David Cook wrote:<br>
<blockquote type="cite" cite="mid1096289007.41580aefd1f6e@advan.ca">
  <pre wrap="">Quoting <a class="moz-txt-link-abbreviated" href="mailto:asterisk-users-request@lists.digium.com:">asterisk-users-request@lists.digium.com:</a>
  </pre>
  <blockquote type="cite">
    <pre wrap="">Good day all
I got my 2 asterisk servers talcking 2 each other using iax and sip
thanks to davids doc here
But...
Only one box's has a zaptel card in!
How do I get users from the other box to dial out threw the server
with
the card in?
Thanks
ALtus
    </pre>
  </blockquote>
  <pre wrap=""><!---->
In the document example the receiving server has extensions 5000-5999,
the sending server does not. However, the _5XXX definition on the
sending server matches all extensions in that range and forwards them
via IAX2 to the receiving server.
exten =&gt;
_5XXX,1,Dial(<a class="moz-txt-link-abbreviated" href="mailto:IAX2/REC_SERVER:mysecret@my.receiving.server.ca/${EXTEN">IAX2/REC_SERVER:mysecret@my.receiving.server.ca/${EXTEN</a>}@local)
exten =&gt; _5XXX,2,Hangup
exten =&gt; _5XXX,102,Hangup

dbc.
--
David Cook
_______________________________________________
Asterisk-Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
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>
<br>
</body>
</html>