[Asterisk-Users] X100P Answer
Hermann Wecke
hermann at wecke.com
Fri Apr 23 07:43:29 MST 2004
On Fri, 23 Apr 2004, Mark Olliver wrote:
> I seam to have a problem working out how to get my X100P to answer after
> 1 ring. Currently it is working fine and connects to the switchboard
> menu correctly but just does it after 4 rings, which I would prefer if
> we could reduce.
Try this:
zapata.conf:
...
immediate=yes
usecallerid=no
...
=====
Check all your rules for the context you included into zapata.conf for
that line and get rid of any "wait(x)" line.
My extensions.conf:
[inbound]
exten => s,1,Dial(${RECEPTION},25,tr)
exten => s,2,Hangup
exten => h,1,Hangup
=====
I'm getting an immediate ring with these settings...
More information about the asterisk-users
mailing list