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?