exten => context,1,Dial( SIP/[EMAIL PROTECTED])
exten => context,2,Dial(SIP/[EMAIL PROTECTED])

Currently, if the first number doesn't answer, the session is closed.

Specify a time out. Without it * will not continue to priority 2 if
[EMAIL PROTECTED] is reachable but does not answer.

exten => context,1,Dial(SIP/[EMAIL PROTECTED],20)
exten => context,2,Dial(SIP/[EMAIL PROTECTED],20)
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to