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

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to