<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>The syntax for IAX dialling is (IAX/server/exten) 
so that's why the second looks like your server is trying to call itself...I 
think...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>PaulH</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=gary.stark@gmail.com href="mailto:gary.stark@gmail.com">Gary 
  Stark</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">Asterisk Users Mailing List - 
  Non-Commercial Discussion</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, November 22, 2005 1:35 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Asterisk-Users] Setting up 
  FXO in router</DIV>
  <DIV><BR></DIV>Many thanx Paul,<BR><BR>Yes, I am having fun with this 
  stuff...<BR><BR>If I set this to <BR><BR>exten =&gt; _9.,1,Dial(<A 
  href="mailto:SIP/${EXTEN}@192.168.0.5">SIP/${EXTEN}@192.168.0.5</A>)<BR><BR>I 
  get the following messages in the log file and on the CLI console.<BR><BR><BR><PRE>channel.c: Channel allocation failed: Can't create alert pipe!<BR><BR>chan_local.c: Unable to allocate channel structure(s)<BR><BR>app_dial.c: Unable to create local channel for call forward to 'Local/93869478@default
' (cause = 0)<BR><BR><BR>If I try <BR><BR>exten =&gt; _9.,1,Dial(<A href="mailto:IAX2/${EXTEN}@192.168.0.5">IAX2/${EXTEN}@192.168.0.5</A>)<BR><BR>I then get <BR><BR>chan_iax2.c: Rejected connect attempt from <A href="http://192.168.0.5">
192.168.0.5</A>, who was trying to reach 's@'<BR><BR>chan_iax2.c: Call rejected by <A href="http://192.168.0.5">192.168.0.5</A>: No authority found<BR><BR>I'm getting close, but need some assistance for that last few yards. :)
<BR><BR><BR></PRE><BR><BR><BR><BR>
  <DIV><SPAN class=gmail_quote>On 11/22/05, <B class=gmail_sendername><A 
  href="mailto:pdhales@optusnet.com.au">pdhales@optusnet.com.au</A></B> &lt;<A 
  href="mailto:pdhales@optusnet.com.au">pdhales@optusnet.com.au </A>&gt; 
  wrote:</SPAN>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
    <DIV>
    <DIV><FONT face=Arial size=2>Some of the sip gear just needs a DIAL(<A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:SIP/$%7BEXTEN%7D@192.168.0.375" 
    target=_blank>SIP/${EXTEN}@192.168.0.375</A> ) to make it dial 
    out.</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>later,</FONT></DIV>
    <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial size=2>PaulH</FONT></DIV>
    <DIV>&nbsp;</DIV></DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(0,0,0) 2px solid; MARGIN-RIGHT: 0px">
      <DIV><SPAN class=e id=q_107b58fd454ced8d_1>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal">----- 
      Original Message ----- </DIV>
      <DIV 
      style="BACKGROUND: rgb(228,228,228) 0% 50%; FONT: 10pt arial; font-size-adjust: none; font-stretch: normal; moz-background-clip: initial; moz-background-origin: initial; moz-background-inline-policy: initial"><B>From:</B> 
      <A title=gary.stark@gmail.com 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:gary.stark@gmail.com" target=_blank>Gary Stark</A> </DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>To:</B> 
      <A title=asterisk-users@lists.digium.com 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:asterisk-users@lists.digium.com" 
      target=_blank>asterisk-users@lists.digium.com</A> </DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Sent:</B> 
      Tuesday, November 22, 2005 12:09 PM</DIV>
      <DIV 
      style="FONT: 10pt arial; font-size-adjust: none; font-stretch: normal"><B>Subject:</B> 
      [Asterisk-Users] Setting up FXO in router</DIV>
      <DIV><BR></DIV>G'day y'all.<BR><BR>I have a mostly working asterisk 
      installation, and attached to my LAN&nbsp; is a a Netcomm NB5W 
      router/gateway, which includes two FXS ports and one FXO port.<BR><BR>I 
      have the FXS ports configured via the internal web configuration on the 
      router, and they're happily working as extensions from my asterisk server 
      (albeit with a couple of minor hang-up detection issues) but I now want to 
      use the FXO port on the router as well, but I cannot see anything, 
      anywhere, that tells me how I can start on this aspect of the 
      configuration of the whole system.<BR><BR>Can somebody please oint me at 
      some documentation that is relevant to this?<BR><BR>Thanx in advance for 
      any and all assistance.<BR><BR><BR clear=all><BR>-- <BR>g.<BR>Gary 
      Stark<BR><A onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:gary.stark@gmail.com" target=_blank>gary.stark@gmail.com</A> 
      </SPAN></DIV>
      <P></P>
      <HR>

      <P></P>_______________________________________________<BR>--Bandwidth and 
      Colocation sponsored by <A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="http://Easynews.com" target=_blank>Easynews.com</A> 
      --<BR><BR>Asterisk-Users mailing list<BR><A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:Asterisk-Users@lists.digium.com" 
      target=_blank>Asterisk-Users@lists.digium.com</A><BR><A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="http://lists.digium.com/mailman/listinfo/asterisk-users" 
      target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>To 
      UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; <A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="http://lists.digium.com/mailman/listinfo/asterisk-users" 
      target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A>
      <P></P></BLOCKQUOTE><BR>_______________________________________________<BR>--Bandwidth 
    and Colocation sponsored by <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://Easynews.com" target=_blank>Easynews.com</A> 
    --<BR><BR>Asterisk-Users mailing list<BR><A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</A><BR><A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users" 
    target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR>To 
    UNSUBSCRIBE or update options visit:<BR>&nbsp; <A 
    onclick="return top.js.OpenExtLink(window,event,this)" 
    href="http://lists.digium.com/mailman/listinfo/asterisk-users" 
    target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR><BR></BLOCKQUOTE></DIV><BR><BR 
  clear=all><BR>-- <BR>g.<BR>Gary Stark<BR><A 
  href="mailto:gary.stark@gmail.com">gary.stark@gmail.com</A> 
  <P>
  <HR>

  <P></P>_______________________________________________<BR>--Bandwidth and 
  Colocation sponsored by Easynews.com --<BR><BR>Asterisk-Users mailing 
  list<BR>Asterisk-Users@lists.digium.com<BR>http://lists.digium.com/mailman/listinfo/asterisk-users<BR>To 
  UNSUBSCRIBE or update options visit:<BR>&nbsp;&nbsp; 
  http://lists.digium.com/mailman/listinfo/asterisk-users</BLOCKQUOTE></BODY></HTML>