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


_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to