Ring Groups and Follow Me

When using follow-me into a ring group (Ring All Strategy), with multiple extensions, the calls sent to this ring group only ring in the numbers defined for one follow me instead of ringing to all the others.

The follow-me configurations are pointing to external numbers.

FollowMe Configurations

[FWM200]
musicclass=>default
pls_hold_prompt=>
status_prompt=>
sorry_prompt=>
enable_callee_prompt=>no
context=>outgoing
number=>0558270,20,1

[FWM201]
musicclass=>default
pls_hold_prompt=>
status_prompt=>
sorry_prompt=>
enable_callee_prompt=>no
context=>outgoing
number=>0558271,20,1

DialPlan

[ring-groups]
exten => 600,1,Noop(My Ring Group)
 same => n,Dial(Local/200@extensions/n&Local/201@extensions/n,30,TtkK)

[extensions]
exten => 200,1,FollowMe(FWM200,Nd)
 same => n,Hangup()

exten => 2001,1,FollowMe(FWM201,Nd)
 same => n,Hangup()

Is this an issue? or could be resolved in some way?

Is that a typo on the 2001 ? Should it be 201 ?

Also is your outbound route limited to one concurrent call ?

All seems to be fine on your follow me but when dialing on the local channel you have 201 and the the extensions is 2001 for follow me FWM201

It was a typo during I was typing the post but the real configurations haven’t this typo

[ring-groups]
exten => 600,1,Noop(My Ring Group)
same => n,Dial(Local/200@extensions/n&Local/201@extensions/n,30,TtkK)

[extensions]
exten => 200,1,FollowMe(FWM200,Nd)
same => n,Hangup()

exten => 201,1,FollowMe(FWM201,Nd)
same => n,Hangup()

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.