Ringgroups and followme

Hello,

For an incoming call, I would like to ring two extensions at the same time then a series of extensions. I have created two groupring, the first with my two extensions with the option ringall and another including the extension of the first group 600 and other extensions with option memoryhunt.
It does not work.
I also tried with the module Followme without success.

Would you please a solution?

Best Regards,
Fabien

Hello,

to resolve my problem, i wrote an context in the files extensions_custom.conf where my incomings calls come :

[from-numeris]
exten => s,1,NoOp(“On est dans le context numeris”)
exten => s,2,Dial(SIP/101&SIP/106,30,tTwW)
exten => s,3,Dial(SIP/101&SIP/106&SIP/104&SIP/105,10,tTwW)
exten => s,4,Dial(SIP/101&SIP/106&SIP/104&SIP/105&SIP/100,10,tTwW)
exten => s,n,Set(LANGUAGE()=fr)
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-NOANSWER,1,Voicemail(u101@default)
;exten => s-BUSY,1,Voicemail(b101@default)
exten => s-BUSY,1,Voicemail(u101@default)

exten => 7800,1,NoOp(“On est dans le context numeris”)
exten => 7800,2,Dial(SIP/101&SIP/106,20,tTwW)
exten => 7800,3,Dial(SIP/101&SIP/106&SIP/104&SIP/105,10,tTwW)
exten => 7800,4,Dial(SIP/101&SIP/106&SIP/104&SIP/105&SIP/100,10,tTwW)
exten => 7800,n,Set(LANGUAGE()=fr)
exten => 7800,n,Goto(7800-${DIALSTATUS},1)
exten => 7800-NOANSWER,1,Voicemail(u101@default)
;exten => 7800-BUSY,1,Voicemail(b101@default)
exten => 7800-BUSY,1,Voicemail(u101@default)

But i have not reports for all calls (incoming and outgoing)
have you please a solution ?

Best Regards,
Fabien

hello,

Thanks you for your answer.
But i want the sip extensions 101 and 106 ring in same time during an incoming call ‘ringall strategy’. And if they don’t pick up then we ring one after one the others extensions 104,105,100 (memoryhunt strategy) with always 101 and 106 ringing.
But the ringall strategy for all extensions is not good in my case.

Best Regards,
Fabien

If you have put the ring group number of the 1st RG into the extension list of the 2nd RG, that probably will not work. Put the two extensions instead.

For trouble shooting, change your ring strategy to ringall.

Bill.W5WAF