[Asterisk-Users] Advanced Ring All Hunt Group

B. J. Bomar bbomar at raccoon.com
Thu Dec 16 10:43:45 MST 2004


Here is an idea to try.  Maybe someone else has a "cleaner" solution.
 
exten =>
9043442342,1,Dial(local/102 at rollover&local/102 at rollover&local/102 at rollover&l
ocal/102 at rollover,,20)
exten => 9043442342,2,Voicemail(u102)

[rollover]
exten => _10X,1,Dial(SIP/10${EXTEN:2},,21)
exten => _10X,102,Dial(SIP/20${EXTEN:2},,21)
exten => _10X,203,Dial(SIP/30${EXTEN:2},,21)
exten => _10X,304,Busy

See if that works for you.

B. J.





________________________________

From: voipbuilder [mailto:voipbuilder at yahoo.com] 
Sent: Wednesday, December 15, 2004 16:56
To: Asterisk-Users at lists.digium.com
Subject: [Asterisk-Users] Advanced Ring All Hunt Group


Hello Everyone,
 
I need to setup a dialplan where if a incoming call is rec'd to a number,
Asterisk needs to dial several SIP extensions at the same time.  The SIP
extensions are for Cisco 7960s and each have multiple line appearnces.  
 
For example,
exten => 9043442342,1,DIAL(SIP/102&SIP/103&SIP/104&SIP/105,,20)
exten => 9043442342,1,Voicemail(u102)
 
The issue I have is that I need each user of these extensions to have
multiple line appearances ("roll over" lines).  In a traditional PBX,
usually this is accomplished by setting up a roll over lines...
 
i.e  my extension is 100, my roll over extension is 200, and next roll over
extension is 300.  So if i am on my first line, the next call will roll over
to 200.  
I have this setup and it works great for calling a single phone by setting
incomingcalllimit=1 and I can do something like:
 
exten 100,1,DIAL(SIP/100,,20)
exten 100,102,DIAL(SIP/200,,20)
exten 100,203,DIAL(SIP300,,20)
 
Does anyone have this setup?  Or is it possible for a multiple phones to
register to the same extension (i.e. office mail number)?
 
Thanks.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 






More information about the asterisk-users mailing list