<HTML>
<HEAD>
<TITLE>Update (IAX Trunking Help) </TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I posted earlier in the day about needed help with IAX trunking. &nbsp;I did some more reading and made some more changes. <BR>
<BR>
Here is what I have thus far: <BR>
<BR>
Iax.conf on one server<BR>
<BR>
[general]<BR>
bindport = 4569 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
bindaddr = 0.0.0.0 &nbsp;<BR>
disallow=all<BR>
allow=ulaw<BR>
allow=alaw<BR>
allow=gsm<BR>
mailboxdetail=yes<BR>
<BR>
[vvfarm]<BR>
type=friend<BR>
username=colo<BR>
secret=testpassword<BR>
auth=plaintext<BR>
host=64.194.211.170<BR>
context=iax-incoming<BR>
peercontext=vvfarm-extensions<BR>
qualify=yes<BR>
trunk=yes<BR>
<BR>
Extensions.conf on the same server <BR>
<BR>
[iax-incoming] <BR>
exten =&gt; _###,1,Dial(SIP/17${EXTEN}-1,20) <BR>
<BR>
[remote-extensions] <BR>
<BR>
exten =&gt; _1XXXX,1,Dial(SIP/17${EXTEN}-1,20)<BR>
exten =&gt; _1XXXX,n,Voicemail(${EXTEN:0:3}|su)<BR>
exten =&gt; _1XXXX,n,Dial(SIP/${EXTEN}-1)<BR>
<BR>
exten =&gt; _11XXX,1,Dial(iax2/vvfarm/${EXTEN:2}-1,20)<BR>
<BR>
Iax.conf on server B <BR>
<BR>
[general]<BR>
bindport = 4569 <BR>
bindaddr = 0.0.0.0 &nbsp;<BR>
disallow=all<BR>
allow=ulaw<BR>
allow=alaw<BR>
allow=gsm<BR>
mailboxdetail=yes<BR>
<BR>
[colo]<BR>
type=friend<BR>
username=vvfarm<BR>
secret=testpassword<BR>
auth=plaintext<BR>
host=72.249.129.91<BR>
context=iax-incoming<BR>
peercontext=remote-extensions<BR>
qualify=yes<BR>
trunk=yes<BR>
<BR>
Extensions.conf on server B <BR>
<BR>
[vvfarm-extensions]<BR>
exten =&gt; _1XX,1,Dial(SIP/${EXTEN}-1,20)<BR>
exten =&gt; _1XX,n,Voicemail(${EXTEN:0:3}|su)<BR>
exten =&gt; _1XX,n,Dial(SIP/${EXTEN}-1)<BR>
<BR>
exten =&gt; _17XXX,1,Dial(iax2/colo/${EXTEN}-1,20)<BR>
<BR>
[iax-incoming]<BR>
<BR>
exten =&gt; _XXX,1,Dial(SIP/${EXTEN}-1,20)<BR>
<BR>
The error I am getting when trying to call from Server A to Server B is <BR>
<BR>
[Oct &nbsp;8 17:13:00] NOTICE[3616]: chan_iax2.c:7367 socket_process: Rejected connect attempt from 72.249.129.91, who was trying to reach '127-1@vvfarm-extensions'<BR>
<BR>
The error I am getting when trying to call from server B to Server A is<BR>
<BR>
[Oct &nbsp;8 17:26:46] NOTICE[3115]: chan_iax2.c:7332 socket_process: Rejected connect attempt from 64.194.211.170, who was trying to reach '17119-1@remote-extensions'<BR>
<BR>
What have I done wrong? &nbsp;Why won&#8217;t it dial 17119-1 and 127-1, respectfully. <BR>
<BR>
Steve Anness</SPAN></FONT>
</BODY>
</HTML>