Robert La Ferla wrote:
> How do I set up extensions.conf to wait for "x" rings (ringing all
> extensions) before answering?  I'm trying to mimic a regular answering
> machine on an multiple analog phone system.  Currently, Asterisk picks
> up after 1 ring and just tries to dial one extension.  I want all
> extensions to ring.
> 
> [incoming]
> exten => s,1,Dial(SIP/myext,25,t,r)
> exten => s,2,Voicemail(myext)
> exten => s,3,Hangup()
> 
> Also, I couldn't find documentation on the "r" option for Dial().
> 
> _______________________________________________
> --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

[incoming]
exten => s,1,Dial(SIP/myext&SIP/myext1&SIP/myext2,25,t,r)
exten => s,2,Voicemail(myext)
exten => s,3,Hangup()
-- 
.


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/GIT> d-@ s+:+ a? C+++ BLHIS$ U+++ P+> L+++ !E W+++$ N++ o+ K w--
PS+++ PE@ Y+ PGP++ t 5? X !R tv+ b- DI-- D G e+> h---- r+++ y++++
 ------END GEEK CODE BLOCK------


.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
--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