3

I use Twilio, and I'm required to use the full ISO spec "+" before all phone calls.

MY PBX is Asterisk 13.26.0, connected through private network.

I have a Cisco SPA122, with the latest firmware. Here is my current dialplan:

(911S0|310xxxx|<:1613>1[2-9]xx[2-9]xxxxxxS0|1[2-9]xx[2-9]xxxxxxS0|[2-9]xx[2-9]xxxxxxS0|*xx|***xxx|*xx.|[3468]11|822|0|00|4xxx|**275*x.|xxxxxxxxxxxx.)

With this dial plan I can reach extension 8002 by calling 8002#. However, *60 *69 do not work.

jvb
  • 3,196

2 Answers2

2

I resolved the issue with this dialplan for USA.

It adds + after country code.

(*xx|80xxS0|<:+>1xxxxxxxxxxS0)

-2

You should add *6[09]| to your dialplan at start.

arheops
  • 1,425