Hi,
I have an Asterisk v.18.24.3 on Ubuntu 22.04.5. I wrote in the dialplan the next lines:
exten => _X.,1,NoOp(Call to Provider)
same => n,Set(Group()=TrunkProvider)
same => n,ExecIf($[${GROUP_COUNT(TrunkProvider)}>100]?Hangup())
same => n,Dial(SIP/${EXTEN}@Provider,30,t)
same => n,Hangup()
When, the call is processing, the CLI shows ‘Function Group not registered’.
Any suggestions?
Mauro