Function GROUP() isn't working

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

As far as I know, all the builtin functions are upper case only. Their names are definitely case sensitive.

Thanks. It is.

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