Calback fails with new GV provider definition

Found something wrong ?
Post Reply
azrobert
Posts: 55
Joined: Sat Oct 24, 2009 11:37 pm

Calback fails with new GV provider definition

Post by azrobert » Sun Mar 20, 2011 4:33 pm

I can successfully use sysDial with the new GoogleVoice Provider definition, but it fails when used with the Callback command via Webcallback.

This worked: sys.Dial("6235941000@GV")

DialPlan 16:17:45:964 sip1(14212): Google Voice Call callback received.
DialPlan 16:17:45:964 sip1(14212): Call leg for Google Voice call to 6235941000@GV answered.
DialPlan 16:17:45:964 sip1(14212): Cancelling all call legs for ForkCall app.
DialPlan 16:17:45:964 sip1(14212): Answering client call with a response status of 200.
DialPlan 16:17:46:058 sip1(14212): Dial command was successfully answered in 3.58s.
DialPlan 16:17:46:058 sip1(14212): Dialplan cleanup for username.
DialPlan 16:17:46:058 sip1(14212): Closing user database connection for username.
DialPlan 16:17:46:058 sip1(14212): Dial plan execution completed with normal clearing.

This failed: sys.Callback("username@Local", "6235941000@GV")

DialPlan 15:03:57:350 sip1(13928): Callback app commencing second leg to 6235941000@GV.
DialPlan 15:03:57:350 sip1(13928): Attempting to locate a provider for call leg: sip:6235941000@GV.
DialPlan 15:03:57:350 sip1(13928): ForkCall commencing call leg to 6235941000@GV.
DialPlan 15:03:57:350 sip1(13928): Creating Google Voice user agent for 6235941000@GV.
DialPlan 15:03:57:350 sip1(13928): Progress response of Ringing received on CallBack Dial.
DialPlan 15:03:57:350 sip1(13928): Logging into google.com for username.
DialPlan 15:03:57:413 sip1(13928): Google Voice pre-login page loaded successfully.
DialPlan 15:03:57:413 sip1(13928): GALX key oXV2lXSpiYM successfully retrieved.
DialPlan 15:03:57:491 sip1(13928): Dial plan execution completed with normal clearing.
DialPlan 15:03:58:491 sip1(13928): Google Voice home page loaded successfully.
DialPlan 15:03:58:522 sip1(13928): Call key 0DTPvdQa10JTaj6P1iMZyTwHdUk= successfully retrieved for username, proceeding with callback.
DialPlan 15:03:58:538 sip1(13928): Cancelling all call legs for ForkCall app.
DialPlan 15:03:58:538 sip1(13928): The second call leg to 6235941000@GV was unsuccessful.

ychauhan4u
Posts: 4
Joined: Fri Feb 27, 2009 11:06 pm

Re: Calback fails with new GV provider definition

Post by ychauhan4u » Thu Mar 24, 2011 8:52 am

I am also not able to use googlevoice as provider for callback.

sys.Dial is working with Googlevoice as provider.

Code: Select all

sys.Dial("+14153767253@Googlevoice")
But sys.Callback is not working with Googlevoice as provider

Code: Select all

sys.Callback("#{req.Header.From.FromURI.User}@voxalot", "+14153767253@Googlevoice")
Also when i tried sys.Callback without Googlevoice as provider, its working fine.

Code: Select all

sys.Callback("#{req.Header.From.FromURI.User}@voxalot", "music@iptel.org")

kenarcher
Posts: 15
Joined: Mon Aug 08, 2011 8:24 pm

Re: Calback fails with new GV provider definition

Post by kenarcher » Sat Jan 14, 2012 6:47 am

I realize this thread is pretty old but was there a workaround found for this? I'm setting this up now and have the same issue.

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Calback fails with new GV provider definition

Post by Aaron » Sun Jan 15, 2012 11:30 am

Try it again now.

kenarcher
Posts: 15
Joined: Mon Aug 08, 2011 8:24 pm

Re: Calback fails with new GV provider definition

Post by kenarcher » Tue Jan 17, 2012 6:27 am

It works good now, thanks Aaron.

Post Reply