Robert La Ferla wrote:
Derek Whitten wrote:
[incoming]
exten => s,1,Dial(SIP/myext&SIP/myext1&SIP/myext2,25,t,r)
exten => s,2,Voicemail(myext)
exten => s,3,Hangup()
Thanks. This will call/ring multiple extensions but what about waiting for X rings before going to voicemail? How do I do that?

NEVER EVER put commas between the dial opts. Honestly, I don't trust anyone that puts "r" on the Dial line.

exten => s,1,Dial(SIP/myext&SIP/myext1&SIP/myext2,25)

The above will wait for 25 seconds before going to the next priority.
_______________________________________________
--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