<div dir="ltr"><div>The main # was forwarded by client for some other # in the past. That # was not in issue.<br><br>So, when we dial the #, Carrier ring once in Trixbox end and route to other #. It was giving busy tone.<br>

<br>Customer plugged line into analog phone and figured out the issue. once forwarding disabled, the system works fine now.<br><br></div>Thanks for everyone&#39;s feedback.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Mon, Jan 7, 2013 at 6:11 AM, Tzafrir Cohen <span dir="ltr">&lt;<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, Jan 03, 2013 at 09:44:43AM +0000, A J Stiles wrote:<br>
&gt; On Thursday 03 January 2013, Selva M wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt;  I setup PBX with A400P 4 x FXo board. There are one analog line plugged<br>
&gt; &gt; into port 1.<br>
&gt; &gt;<br>
&gt; &gt;  Internal extension cane make calls to PSTN without any issue.<br>
&gt; &gt;<br>
&gt; &gt;  When I make inbound call, caller get busy tone &quot;user busy&#39; message right<br>
&gt; &gt; away.<br>
&gt; &gt;<br>
&gt; &gt;  Asterisk log shows following log and internal extension (200) rings for<br>
&gt; &gt; that call and hangup (log below).<br>
&gt; &gt;<br>
&gt; &gt;   I tested the system with some other service provider and it worked fine<br>
&gt; &gt; for IB and OB calls.<br>
&gt; &gt;<br>
&gt; &gt;    i would like to get your feedback to resolve the issue and will<br>
&gt; &gt; appreciate your feedback.<br>
&gt; &gt;<br>
&gt; &gt; Thanks<br>
&gt; &gt; Selva<br>
&gt;<br>
&gt; Don&#39;t try to run before you can walk.  First of all, simplify your dialplan<br>
&gt; right down to the minimum.  Have just this context for calls coming in from<br>
&gt; the card:<br>
&gt;<br>
&gt; [from-pstn]<br>
&gt; s,1,NoOp(Incoming call from ${CALLERID(num)})<br>
&gt; s,2,Dial(200)<br>
<br>
</div>Huh?<br>
<div class="im"><br>
&gt; s,3,Hangup()<br>
&gt; ; end of from-pstn context<br>
<br>
</div>The example extensions.conf provides a simple IVR context called &#39;demo&#39;.<br>
Either use that file or copy the part starting with &#39;[demo]&#39; up until<br>
the next &#39;[&lt;section&gt;&#39;] to your extensions.conf and in your<br>
chan_dahdi.conf (or dahdi-channels.conf) set &#39;context=demo&#39;. Reload, and<br>
try again.<br>
<br>
In the Asterisk CLI you should see output for &#39;dialplan show demo&#39;. You<br>
should see the context your dahdi channels go to in the output of &#39;dahdi<br>
show channels&#39;.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
               Tzafrir Cohen<br>
icq#16849755              <a href="mailto:jabber%3Atzafrir.cohen@xorcom.com">jabber:tzafrir.cohen@xorcom.com</a><br>
<a href="tel:%2B972-50-7952406" value="+972507952406">+972-50-7952406</a>           mailto:<a href="mailto:tzafrir.cohen@xorcom.com">tzafrir.cohen@xorcom.com</a><br>
<a href="http://www.xorcom.com" target="_blank">http://www.xorcom.com</a>  <a href="http://iax:guest@local.xorcom.com/tzafrir" target="_blank">iax:guest@local.xorcom.com/tzafrir</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>