[asterisk-users] 11.3: how to hang up on google voice
Joshua Colp
jcolp at digium.com
Thu Mar 7 08:48:51 CST 2013
sean darcy wrote:
> Some calls I get from google voice, I just send myself an email about
> the call and want to hangup. But I can't seem to make gv know I've hung up.
>
> extensions.conf:
>
> same => n,GoToIf($["${CALLERID(num)}"="office"]?email)
> .................
> same => n(email),System(/usr/local/bin/emailme........)
> same => n,Answer() ; also tried without this
> same => n,Hangup()
You need to Answer, Wait, send a DTMF of 1, wait a bit more, and then
hang up.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: www.digium.com & www.asterisk.org
More information about the asterisk-users
mailing list