In advanced dial, the "simple wizard" processes removing chars from front. For e.g. 00${EXTEN:3} will change 011971xxxx to 00971xxxx
Now, how do I extract only first 10 digits?
For e.g. re-dialled pattern on keypad is 188812312345678, I want only 1st 10 digits. But advanced dial -> ${EXTEN:0:10}@MyProvider does not work. How do I ?
