Pear0 / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Cannot use Gizmo5 forward number #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Using the latest version of PyGoogleVoice, 

It works fine forwarding to a regular number but not to a Gizmo number. If
i call directly to the GV number then set GV to forward to Gizmo it works
fine but not thru pygooglevoice.

Is it suppose to work ?

Original issue reported on code.google.com by nissanmihai@gmail.com on 5 Jan 2010 at 10:39

GoogleCodeExporter commented 9 years ago
Try adding the number 7 at the end of your gvoice command. I have the following 
in my
Asterisk config, and I can usually place calls...sometimes it doesn't work, but 
I'm
not sure why. 

exten => _X.,n,System(gvoice -b -e \${ACCTNAME} -p \${ACCTPASS} call \${EXTEN}
\${RINGBACK} 7)

Original comment by stuporglue@gmail.com on 19 Jan 2010 at 2:47

GoogleCodeExporter commented 9 years ago
I believe this is directly related to issue 30.  (I have the same problem, and 
adding phone type 7 does not help.)

Original comment by gregory....@gmail.com on 13 Apr 2010 at 1:09