Sipsorcery for no XMPP calling with Google Voice

<< < (5/10) > >>

azrobert:
Your ITSP DigitMap will match the dialed number with "xx.".
OutboundCallRoute processing goes left to right using the first matching rule, so it doesn't matter if the VG2 rule is first.

Check the OBi call history to see what's happening.
Log into the OBi directly using the Web interface.
Go to Status -> Call History.

You are dialing the number with a "2" prefix?

AntonS:
In the Call history it shows the number without the "2", while I do dial with the "2" prefix. The call is made by GoogleVoice1. I had put the VG2 rule not quite at the beginning, so I'll change that and see what happens.

AntonS:
I just moved {(Mvg2):vg2} and 2xxxxxxxxxx|2xxxxxxx|2011xx. to the front of  Phone Port OutboundCallRoute and of the Digit Map respectively and now the call does not go out at all. After a long silence with some clicking noises I get the dial tone.

AntonS:
I tried this again (maybe the Obitalk network does not update immediately). Now I got an error message and I had the console open at Sipsorcery and saw this:
DialPlan 02:10:15:394 sip1(6116): There was a syntax error in your dial plan on line 21, please check.
DialPlan 02:10:15:394 sip1(6116): Dialplan cleanup for user.
DialPlan 02:10:15:473 sip1(6116): Dial plan execution completed without answering and had an execution error message of Dial plan syntax error.
DialPlan 02:10:15:473 sip1(6116): UAS call failed with a response status of 500 and Dial plan syntax error.

As far as I can see line 21 is the end of the script, so I don't quite understand the error message (the "2" was stripped successfully from the number)

AntonS:
I found one error. When I copied your Ruby script, I missed the second "end". I added it and tried again, but now I had another error:
DialPlan 02:17:27:791 sip1(6116): Using dialplan dialplan for Out call to sip:803xxxxxxx@sipsorcery.com.
NewCall 02:17:27:806 sip1(6116): Executing script dial plan for call to 803xxxxxxx.
DialPlan 02:17:27:853 sip1(6116): Phone Number 803xxxxxxx
DialPlan 02:17:27:853 sip1(6116): SDP on GoogleVoiceCall call had public IP not mangled, RTP socket xxx.53.114.116:16802.
DialPlan 02:17:27:853 sip1(6116): UAS call progressing with Ringing.
DialPlan 02:17:27:853 sip1(6116): Logging into google.com for user.
DialPlan 02:17:27:884 sip1(6116): Google Voice pre-login page loaded successfully.
DialPlan 02:17:27:900 sip1(6116): GALX key G0q9gKFG5H0 successfully retrieved.
DialPlan 02:17:28:494 sip1(6116): Google Voice home page loaded successfully.
DialPlan 02:17:28:509 sip1(6116): Could not find _rnr_se key on your Google Voice account page, callback cannot proceed.
DialPlan 02:17:28:509 sip1(6116): Exception on GoogleVoiceCall. Could not find _rnr_se key on your Google Voice account page, callback cannot proceed.
DialPlan 02:17:28:509 sip1(6116): Dialplan cleanup for user.
DialPlan 02:17:28:837 sip1(6116): Dial plan execution completed without answering and with no last failure status.
DialPlan 02:17:28:837 sip1(6116): UAS call failed with a response status of 480.

Here 803xxxxxxx is the number I was trying to dial, but I have no clue what "_rnr_se key on your Google Voice account page" means.

Navigation

[0] Message Index

[#] Next page

[*] Previous page