Displaying 1 result from an estimated 1 matches for "neveretheless".
Did you mean:
nervertheless
2005 Mar 22
2
Regex howto proof and change a dialed number
before inventing the wheel once more, I would like to ask the list
Problem:
the dial command does it's job by
exten => _X.,1,Dial(SIP/${EXTEN}@192.168.161.135,60,tTr)
now, if the given number (extension) is one of these
+49(2244)870663 or +49(02244)870663
the dial command fails, since it cannot handle "(" ")" and "+"
My idea was a regex, I use normaly