Hi all
I’m config a simple ring group like this
exten => _X.,1,answer()
exten => _X.,n,dial(SIP/5200,20)
exten => _X.,n,dial(SIP/5201,20)
Ring group can work, if SIP/5200 don’t answer call will ring to SIP/5201
But i have small problem, when the first call to my PBX and SIP/5200 answer, the second incoming
and SIP/5200 is answering the first call but SIP/5200 ringging with second call, I want if extensions in group is answering, it will not ringging and call move right now to free extension in group
Hi David
I try use your method, and it work, but i have some problem, I want to my group, when have call, ringging will is sequence it means: call to 5200 if in 15 second 5200 not answer, call come to 5201, this is my time config in queues.conf
[banhang]
;strategy = random
autofill=yes
timeout = 30
member => SIP/5200,1,0
member => SIP/5201,1,15
ringinuse = no
I don’t strategy sequence in template so I stuck here
I modify some thing
timeout = 30
member => SIP/5200,1,0
member => SIP/5201,2,15
ringinuse = no
my idead is call to SIP/5200 first in 15 second, from second 16 to 30 call to SIP/5201, call to 5200 first but if call in 16 second, call doesn’t come 5201
Can you give me some idea ??
Thanks!!
Thanks for help. David
I have request Advanced: my topology ISP–> asterisk (config call queue in queues.conf)–> proxy–> extensions (that recive call)
It very simple if extensions register on asterisk but extensions only register on proxy and call to queue must dial to proxy, so how can I figure where ip or location of extension in queue config
This looks like a path through a GUI menu. This forum is not the right place for questions abut GUI front ends to Asterisk. Actually I almost challenged the reference to ring groups, as there is no such concept in Asterisk, although you can implement what are more commonly called ring groups in several different ways.