<br><br><div><span class="gmail_quote">On 6/5/07, <b class="gmail_sendername">Noah Miller</b> &lt;<a href="mailto:noahisaacmiller@gmail.com">noahisaacmiller@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Arun -<br><br>&gt; I&#39;ve two boxes connected over IAX2 trunk before IAX I was using SIP trunk<br>&gt; and they were working fine b&#39;coz of bandwidth issue I changed from SIP to<br>&gt; IAX now I&#39;m facing a strange problem after some time on the cli of my
<br>&gt; asterisk box I see lots of messages of IAX2 trunk and b&#39;coz of that my<br>&gt; agents are not able to hear any thing and I&#39;ve restart my * box. Please<br>&gt; guide me what I do to resolve this issue.<br>
<br>1. How are these boxes connected (over the internet, on the same LAN, etc)?</blockquote><div><br>Connected over Internet between two offices<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2. Can you post your iax.conf and relevant portions of extensions.conf?</blockquote><div><br>Server A<br>-------------<br>[general]<br>bindport=4569<br>bandwidth=high<br>tos=lowdelay<br><br>register =&gt; user:pass@server-B
<br><br>[uk_trunk]<br>username=user<br>secret=pass<br>host=server B IP<br>qualify=no<br>context=default<br>type=friend<br>trunk=yes<br>disallow=all<br>allow=g729<br><br>[tcdubai]<br>type=friend<br>host=dynamic<br>trunk=yes
<br>username=user<br>secret=pass<br>context=default<br>qualify=no<br>disallow=all<br>allow=g729<br>&nbsp;<br></div><br>Server B<br>-------------<br>[general]<br>bindport=4569<br>bandwidth=high<br>tos=lowdelay<br><br>register =&gt; 
user:pass@server A<br><br>[dubai_trunk]<br>username=user<br>secret=pass<br>host =server A IP<br>context=default<br>type=friend<br>trunk=yes<br>disallow=all<br>allow=g729<br>qualify=no<br><br>[tcuk]<br>type=friend<br>host=dynamic
<br>trunk=yes<br>username=user<br>secret=pass<br>context=default<br>disallow=all<br>allow=g729<br>qualify=no<br><br><br>exten.conf on Server B (Incoming)<br>--------------------------------<br>exten =&gt; _4XXX,1,Dial(IAX2/dubai_trunk/${EXTEN},,to)
<br><br>exten.conf on Server A (Outbound)<br>-------------------------------<br>exten =&gt; _0.,1,DeadAGI(queueDial.agi|${EXTEN}|IAX2/uk_trunk/${EXTEN}|outbound|${CALLERID})<br><br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
3. Can you post some of the CLI errors you mentioned?</blockquote><div><br>iax2_trunk_queue: Maximum data space exceeded&nbsp; <br><br>and once this start it never gets stopped so I&#39;ve to kill the asterisk and restart the whole box. Instead of restart whole box if I just try to restart the asterisk my agents not able to hear any voice.
<br></div><br></div><br><br>thanks<br><br>arun<br>