[Asterisk-Users] Asterisk on WRT54GS
Brancaleoni Matteo
mbrancaleoni at espia.it
Mon Apr 4 12:02:10 MST 2005
Hi,
> Also, the issue i have with incoming calls is odd. I seem to get a
> timeout when dialing my SPA2000. Atleast that is the message. my
> incomeing context is
>
> [incoming]
> exten => s,1,Wait(10)
> exten => s,10,Dial(SIP/3518,20,tr)
/me wonders why s,10
you should use next priority after 1 , ie 2
so:
[incoming]
exten => s,1,Wait(10)
exten => s,2,Dial(SIP/3518,20,tr)
Matteo
More information about the asterisk-users
mailing list