I am using the version 1.8-15
I have to write a line like :
Exten => _22[a,b,c,d,e,…]X.,1,Dial (…)
numbers between brackets are more than 60. Apparently, this is disturbing it.
I’ve got the message : Wrong usage of [] in the extension
Any idea if there is limit of character per ligne ?
[ ] are like standard Unix regular expressions; they are character classes, not lists of sub-strings. As such, there can be no more than one “,” as comma is not a meta character.
how can I do ?
How can I define about about 70 extensions with the same dialplan declaration? / same provider ?
example :
exten ‘441x’ and ‘442x’ and ‘4470’, etc…etc… (70 numbers) to use with the same provider ?? dial (sip/xxx@tt) ?