I have a very simple set up atm.
piaf 2.0.6.1
freepbx 2.9.0.7
astrisk 1.8.8.0
centos 6.1
kernel 2.6.32 (32 bit)
incredible PBX 180
1 google voice line in. being directed to a PAP2.
for the most part it seems to be working but 1 caller (her boss seems to be having trouble reaching her twice now she has gotten some error message (number no longer available).
i also wanted to use just Google Voicemail for her and tried to follow the instructions here:
but i have no [googlein] marker in my file.
i would appreciate some advice on how to get this setup working solid. i do not want to use the internal voicemail or the auto attendant at this time.i just want it to ring that extention including caller id and the rest just go to Google voicemail
thanks
piaf 2.0.6.1
freepbx 2.9.0.7
astrisk 1.8.8.0
centos 6.1
kernel 2.6.32 (32 bit)
incredible PBX 180
1 google voice line in. being directed to a PAP2.
for the most part it seems to be working but 1 caller (her boss seems to be having trouble reaching her twice now she has gotten some error message (number no longer available).
i also wanted to use just Google Voicemail for her and tried to follow the instructions here:
Enabling Google Voicemail. Some have requested a way to retain Google's voicemail system for unanswered calls in lieu of using Asterisk voicemail. The advantage is that Google offers a free transcription service for voicemail messages. To activate this, you'll need to edit the [googlein] context in extensions_custom.conf in /etc/asterisk. Just modify the last four lines in the context so that they look like this and then restart Asterisk: amportal restart
Code:;exten => s,n(regcall),Answer ;exten => s,n,SendDTMF(1) exten => s,n(regcall),Set(DIAL_OPTIONS=${DIAL_OPTIONS}aD(:1)) exten => s,n,Goto(from-trunk,gv-incoming,1)
but i have no [googlein] marker in my file.
i would appreciate some advice on how to get this setup working solid. i do not want to use the internal voicemail or the auto attendant at this time.i just want it to ring that extention including caller id and the rest just go to Google voicemail
thanks