[asterisk-users] Notifying missed calls
Frank Vanoni
mailinglist at linuxista.com
Sat Nov 6 08:38:23 CDT 2021
Here my configuration:
[incoming]
; Incoming from Swisscom
exten => +4191xxxxxxx,1,NoOp(Call from ${CALLERID(num)})
same => n,Dial(SIP/deskphone,120)
same => n,Hangup()
exten => h,1,GotoIf($["${DIALSTATUS}" = "ANSWER"]?done)
exten => h,n,System(echo "Missed Call from ${CALLERID(num)}" | mail -s
"Missed Call from ${CALLERID(num)}" my-email at address.here)
exten => h,n(done),NoOp()
More information about the asterisk-users
mailing list