[asterisk-users] User busy issue in A400P 4 FXO card

Tzafrir Cohen tzafrir.cohen at xorcom.com
Mon Jan 7 05:11:16 CST 2013


On Thu, Jan 03, 2013 at 09:44:43AM +0000, A J Stiles wrote:
> On Thursday 03 January 2013, Selva M wrote:
> > Hi,
> > 
> >  I setup PBX with A400P 4 x FXo board. There are one analog line plugged
> > into port 1.
> > 
> >  Internal extension cane make calls to PSTN without any issue.
> > 
> >  When I make inbound call, caller get busy tone "user busy' message right
> > away.
> > 
> >  Asterisk log shows following log and internal extension (200) rings for
> > that call and hangup (log below).
> > 
> >   I tested the system with some other service provider and it worked fine
> > for IB and OB calls.
> > 
> >    i would like to get your feedback to resolve the issue and will
> > appreciate your feedback.
> > 
> > Thanks
> > Selva
> 
> Don't try to run before you can walk.  First of all, simplify your dialplan 
> right down to the minimum.  Have just this context for calls coming in from 
> the card:
> 
> [from-pstn]
> s,1,NoOp(Incoming call from ${CALLERID(num)})
> s,2,Dial(200)

Huh?

> s,3,Hangup()
> ; end of from-pstn context

The example extensions.conf provides a simple IVR context called 'demo'.
Either use that file or copy the part starting with '[demo]' up until
the next '[<section>'] to your extensions.conf and in your
chan_dahdi.conf (or dahdi-channels.conf) set 'context=demo'. Reload, and
try again.

In the Asterisk CLI you should see output for 'dialplan show demo'. You
should see the context your dahdi channels go to in the output of 'dahdi
show channels'.

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list