Add "+" to Cisco SPA122 (latest firmware)

1

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.

user2179760

Posted 2019-05-11T03:52:24.780

Reputation: 11

https://wiki.voip.ms/article/Dial_Plan_for_Linksys_ATAs – arheops – 2019-05-11T10:55:28.563

Answers

0

I resolved the issue with this dialplan for USA.

It adds + after country code.

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

user2179760

Posted 2019-05-11T03:52:24.780

Reputation: 11

-1

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

arheops

Posted 2019-05-11T03:52:24.780

Reputation: 977

Can you explain what this does/why it works? – I say Reinstate Monica – 2019-05-11T14:27:58.480

That is regexp. For more info see article above. Answer is very long for SO. – arheops – 2019-05-11T16:18:01.757

Very well. Why should the OP add this particular Regex? What does it do? Good answers don't just give the answer, they teach the reader too. – I say Reinstate Monica – 2019-05-11T17:24:10.827

Good question should show some efforts too. Anyway, you can extend if you want. If i see no attempt solve issue, i just give hint. – arheops – 2019-05-11T20:04:52.013

I added *6[09]| to the start of my dialplan, and I'm still not able to make outgoing calls. The dialplan should add + to the start of the telephone number – user2179760 – 2019-05-11T20:47:19.280