SOLVED: PIAF and Google Voice: outbound not working

sdkovacs

New Member
Joined
Jan 28, 2010
Messages
1
Reaction score
0
Hi, I just installed pbxiaf on a Virtualbox VM. I am able to call in using my Sipgate DID to X-lite, but am unable to call out using X-lite. Google Voice is also unable to confirm my DID for inbound calling. I'm a newbie to Asterisk and pbxiaf, but am familiar with CentOS.

When running gvoice manually, it fails with the following message:

Traceback (most recent call last):
File "/usr/bin/gvoice", line 125, in ?
getattr(voice,action)(*args)
File "/usr/lib/python2.4/site-packages/googlevoice/voice.py", line 82, in call
self.__validate_special_page('call', {
File "/usr/lib/python2.4/site-packages/googlevoice/voice.py", line 193, in __validate_special_page
load_and_validate(self.__do_special_page(page, data))
File "/usr/lib/python2.4/site-packages/googlevoice/util.py", line 62, in load_and_validate
validate_response(loads(response.read()))
File "/usr/lib/python2.4/site-packages/googlevoice/util.py", line 56, in validate_response
raise ValidationError('There was a problem with GV: %s' % response)
googlevoice.util.ValidationError: There was a problem with GV: {u'data': {u'code': 20}, u'ok': False}
Logging out of voice...
 
This was happening to me too until I was downloading Orgasmatron 5.1 and read the bottom of the article (http://nerdvittles.com/?p=671):

Code:
cd /root
wget http://pygooglevoice.googlecode.com/files/pygooglevoice-0.5.tar.gz
tar zxvf pygooglevoice-0.5*
cd pygooglevoice-0.5
python setup.py install
cd /etc/asterisk
sed -i 's|\${RINGBACK}|\${RINGBACK} 3|' extensions_custom.conf
asterisk -rx "dialplan reload"
That solved my problem for 10 minutes, then I installed 5.1 and had no problems :D.
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top