search for: sf8rapd6

Displaying 1 result from an estimated 1 matches for "sf8rapd6".

2019 Oct 30
3
email notification on missed call
...n on missed call ? So far, I have been using a solution that I hacked together. I create a hangup-handler, inside which I check for "${DIALSTATUS}" and use System(): System(/bin/echo ... | /usr/bin/mail ....) I have pasted the block here, for better formating: https://pastebin.com/Sf8raPD6 My question is: Do I have to call external echo and pipe it to mail command? Does asterisk not have some internal function to send email ? It does so for voicemail. Is there perhaps a better way to this than described above ? thanks,