<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'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"><<a href="mailto:tzafrir.cohen@xorcom.com" target="_blank">tzafrir.cohen@xorcom.com</a>></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>
> On Thursday 03 January 2013, Selva M wrote:<br>
> > Hi,<br>
> ><br>
> > I setup PBX with A400P 4 x FXo board. There are one analog line plugged<br>
> > into port 1.<br>
> ><br>
> > Internal extension cane make calls to PSTN without any issue.<br>
> ><br>
> > When I make inbound call, caller get busy tone "user busy' message right<br>
> > away.<br>
> ><br>
> > Asterisk log shows following log and internal extension (200) rings for<br>
> > that call and hangup (log below).<br>
> ><br>
> > I tested the system with some other service provider and it worked fine<br>
> > for IB and OB calls.<br>
> ><br>
> > i would like to get your feedback to resolve the issue and will<br>
> > appreciate your feedback.<br>
> ><br>
> > Thanks<br>
> > Selva<br>
><br>
> Don't try to run before you can walk. First of all, simplify your dialplan<br>
> right down to the minimum. Have just this context for calls coming in from<br>
> the card:<br>
><br>
> [from-pstn]<br>
> s,1,NoOp(Incoming call from ${CALLERID(num)})<br>
> s,2,Dial(200)<br>
<br>
</div>Huh?<br>
<div class="im"><br>
> s,3,Hangup()<br>
> ; end of from-pstn context<br>
<br>
</div>The example extensions.conf provides a simple IVR context called 'demo'.<br>
Either use that file or copy the part starting with '[demo]' up until<br>
the next '[<section>'] to your extensions.conf and in your<br>
chan_dahdi.conf (or dahdi-channels.conf) set 'context=demo'. Reload, and<br>
try again.<br>
<br>
In the Asterisk CLI you should see output for 'dialplan show demo'. You<br>
should see the context your dahdi channels go to in the output of 'dahdi<br>
show channels'.<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>