Hi All,
Need some help with another query. I've been scratching my head for two days on how to do this and my regex capability is abysmal.
My requirement is to remove the 1st 3 digits of the destination number. For example, if i dial 6770412345678, then i want to set the destination number as 0412345678.
I can get the first bit done by doing ^(677\d{10})$, but i'm confused at the stripping part.
Here's the dialplan I'm trying to setup.
Any help would be appreciated
Need some help with another query. I've been scratching my head for two days on how to do this and my regex capability is abysmal.
My requirement is to remove the 1st 3 digits of the destination number. For example, if i dial 6770412345678, then i want to set the destination number as 0412345678.
I can get the first bit done by doing ^(677\d{10})$, but i'm confused at the stripping part.
Here's the dialplan I'm trying to setup.
Any help would be appreciated