Hello
So far I can call a local 10 digit number and a toll free number. I'd like to add international calling 011 and the ability to dial 3 digit numbers such at 211, 310, 411, 611 & 911. Here is my current destination number:
^\+?1?([2-9]\d{2}[2-9]\d{2}\d{4})$
What do I need to add in order to make the above numbers work? My system is small and so I only need to define one outbound route as all extensions will have access to it. My apologies if this has been answered before. Thanks in advance for any help that can be provided.
So far I can call a local 10 digit number and a toll free number. I'd like to add international calling 011 and the ability to dial 3 digit numbers such at 211, 310, 411, 611 & 911. Here is my current destination number:
^\+?1?([2-9]\d{2}[2-9]\d{2}\d{4})$
What do I need to add in order to make the above numbers work? My system is small and so I only need to define one outbound route as all extensions will have access to it. My apologies if this has been answered before. Thanks in advance for any help that can be provided.