Matched a name with an N

Hi,

I would like to matcher a call(appeal) SIP to the “2300-Name” with the following chaine:
exten => _XXXX-Name,1,Macro(…)
However because of N, the expression is not recognized.

Has It a syntax to specify that I want the “N” and not a figure between 1 and 9?

Thanks you for your help.

Try

exten => _XXXX-[N]ame,1,Macro(…)

Ian
www.cyber-cottage.co.uk