[asterisk-users] google voice calling dial plan question.
Dave Aibel
daibel at pervasivetelecom.com
Tue Dec 6 09:36:39 CST 2011
On Sat, Dec 3, 2011 at 12:59 AM, white hat <whitehat238 at gmail.com> wrote:
> When a caller calls my google voice phone number, I must answer, wait and
> press one to accept. Sometimes even that does not work.
>
>
> I just need a little advice on how to write the dial plan. I still have
> much to learn about asterisk, and appreciate any advice.
>
Geez,
Maybe I am just brute forcing it, but, the following dialplan seems to
work (at least, most of the time!):
[gtalk_incoming]
exten => s,1,Answer()
exten => s,n,Wait(5)
exten => s,n,SendDTMF(1)
exten => s,n,Dial(SIP/Ciscofficephone,10)
exten => s,n,Playback(vm-nobodyavail)
exten => s,n,Playback(vm-pls-try-again)
same => n,Hangup()
HTH,
dwa
daibel at pervasivetelcom.com
More information about the asterisk-users
mailing list