Hi all,
Any idea how to remove the 9 from from a dial-9-then-x-digits so that it's properly formatted in the E.164 format? Effectively it'd be using $1 but dropping the first character, so 9 in this case. Guessing it's a regex replace command, but want to use the proper solution in the proper place/s.
Should it be used anywhere $1 is referenced in the dialplan, such as callee_id_number and sofia/gateway/GATEWAYNAME? Or is it set within in the dialplan and then referenced?
Thank you.
Any idea how to remove the 9 from from a dial-9-then-x-digits so that it's properly formatted in the E.164 format? Effectively it'd be using $1 but dropping the first character, so 9 in this case. Guessing it's a regex replace command, but want to use the proper solution in the proper place/s.
Should it be used anywhere $1 is referenced in the dialplan, such as callee_id_number and sofia/gateway/GATEWAYNAME? Or is it set within in the dialplan and then referenced?
Thank you.