On Sat, 2019-11-02 at 11:42 +0100, Antony Stone wrote:

> Doesn't that send an email for every call once it ends, not just
> unanswered ones?

Whoops! You are right! :-)

exten => h,1,GotoIf($["${DIALSTATUS}" = "ANSWER"]?done)
exten => h,n,System(echo "Missed Call Open on Asterisk from
${CALLERID(num)}" | mail -s "Missed VIP Call on Asterisk from
${CALLERID(num)}" -a "From: Astersik PBX <p...@example.com>" myemailaddr
e...@example.com)
exten => h,n(done),NoOp()
exten => h,n,HangUp()

> > exten => h,n,HangUp()
> That looks most strange to me - calling Hangup() in the hangup
> extension...

:-D

Probably it is not necessary. But isn't a good practice to end any
extension with a "HangUp"?



-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

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

Reply via email to