Open GoogleCodeExporter opened 9 years ago
Thanks for this, i reinstalled ver .5 and gv still wouldnt work, i could make
calls
using gvoice cli, but when asterisk did it it refused to work... then i added
this to
my extensions_custom.conf, and it worked perfect.
Original comment by Russell....@gmail.com
on 1 May 2010 at 3:49
exten => _X.,n,System(gvoice -b -e ${ACCTNAME} -p ${ACCTPASS} call
${EXTEN} ${RINGBACK})
but if I change the above line to include(PHONETYPED=1):
exten => _Z.,n,System(gvoice -b -e ${ACCTNAME} -p ${ACCTPASS} call
${EXTEN} ${RINGBACK} ${PHONETYPED})
I have same issue today but not too clear about this line.
include(PHONETYPED=1) or just ${PHONETYPED}
If someone can make it clear... thanks.
Original comment by firexx...@gmail.com
on 13 Jun 2010 at 4:15
Try using the instructions in my blog post at
http://michigantelephone.wordpress.com/2010/05/21/how-to-use-google-voice-for-fr
ee-outgoing-calls-on-an-asteriskfreepbx-system-the-easy-way/ - I think you will
find those will work for you.
Original comment by michigantelephone
on 14 Jun 2010 at 8:07
In my case I have a custom script in the config file: extensions_custom.conf
or wherever you see the System (gvoice, ...
exten => _Z.,n,Set(PHONETYPED=1)
exten => _Z.,n,System(gvoice -b -e ${ACCTNAME} -p ${ACCTPASS} call ${EXTEN}
${RINGBACK} ${PHONETYPED})
This continues to work for me.
Original comment by mark...@gmail.com
on 19 Nov 2010 at 5:07
Original issue reported on code.google.com by
mark...@gmail.com
on 9 Mar 2010 at 1:18