[Asterisk-Users] Wait for X rings before answering?

Derek Whitten derek at kfuq.net
Fri Dec 9 09:19:51 MST 2005


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


.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051209/1b47aca0/signature.pgp


More information about the asterisk-users mailing list