Sunr1ses / google-voice-sipsorcery-dialplans

Automatically exported from code.google.com/p/google-voice-sipsorcery-dialplans
1 stars 0 forks source link

Could not find _rnr_se key on your Google Voice account page #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.not workig when i dial 411 and other us number 
2.266 number work correctly
3.

What is the expected output? What do you see instead?
Monitor 08:18:29:249: basetype=console, ipaddress=*, user=****, event=*, 
request=*, serveripaddress=*, server=*, 

regex=.*.
DialPlan 08:18:35:297 sip1(50028): New call from udp:117.253.223.73:5060 
successfully authenticated by digest.
DialPlan 08:18:35:312 sip1(50028): Using dialplan default for Out call to 
sip:411@sip1.sipsorcery.com.
NewCall 08:18:35:312 sip1(50028): Executing script dial plan for call to 411.
DialPlan 08:18:35:359 sip1(50028): ** Call from 
<sip:****@sip1.sipsorcery.com>;tag=GFTO3YDMBhD to 411 **
DialPlan 08:18:35:359 sip1(50028): Calling 18004664411 via Google Voice
DialPlan 08:18:35:359 sip1(50028): SDP on GoogleVoiceCall call had public IP 
not mangled, RTP socket 

117.253.223.73:50000.
DialPlan 08:18:35:359 sip1(50028): UAS call progressing with Ringing.
DialPlan 08:18:35:359 sip1(50028): Logging into google.com for mcee4u@yahoo.ca.
DialPlan 08:18:35:390 sip1(50028): Google Voice pre-login page loaded 
successfully.
DialPlan 08:18:35:390 sip1(50028): GALX key xd4Bpz1R5gs successfully retrieved.
DialPlan 08:18:35:656 sip1(50028): Google Voice home page loaded successfully.
DialPlan 08:18:35:672 sip1(50028): Exception on GoogleVoiceCall. Could not find 
_rnr_se key on your Google Voice 

account page, callback cannot proceed.
DialPlan 08:18:35:672 sip1(50028): Dialplan cleanup for ****.
DialPlan 08:18:35:734 sip1(50028): Dial plan execution completed without 
answering and with no last failure 

status.
DialPlan 08:18:35:734 sip1(50028): UAS call failed with a response status of 
480.

What version of the product are you using? On what operating system?
m using cutecom and counterpath s bria on windows xp sp3

Please provide any additional information below.
i have 3 gv account but not working with outbound sipsorecery .reciving call on 
sipsorcery is working and outbound call from google voice web is working but 
sipsorery outbound not working i checked all issue about find _rnr_se key error 
but couldnt helpful same errors after changing values of google voice 
,ipkall,sipsorcey .plz help 

thanx a lot

Original issue reported on code.google.com by mce...@yahoo.ca on 29 Jun 2011 at 8:36

GoogleCodeExporter commented 8 years ago
I believe you have addressed the issue with my help on Sipsorcery forum :-)

Original comment by mte...@gmail.com on 4 Jul 2011 at 7:23

GoogleCodeExporter commented 8 years ago
I was able to fix the "Could not find _rnr_se key ..." problem on my local 
copy. When trying to authenticate in GoogleVoiceCall.cs, the response text from 
google was that my cookies weren't enabled. I was able to fix it by adding this 
after the galx request, before the login request, "m_cookies.Add(new 
Uri(PRE_LOGIN_URL), galxResponse.Cookies);" My change is on line 187.

Original comment by godwin....@gmail.com on 11 Sep 2011 at 9:24

Attachments: