Displaying 1 result from an estimated 1 matches for "processcallemail".
2011 Apr 21
3
missed call notification
...they press #, return to start
exten => _s-.,1,Goto(s-NOANSWER,1) ; Treat anything else as no answer
exten => a,1,VoicemailMain(${ARG1}) ; If they press *, send the user into VoicemailMain
exten => h,1,System(/var/lib/asterisk/agi-bin/processcallemail.sh "${ARG3}" "${CALLERID(num)}" "${CALLERID(name)}" "${DIALSTATUS}" "${VMSTATUS}" "${EXTEN}")
[from-sip]
exten => _7[0123]XX,1,macro(stdexten,${EXTEN},sip/${EXTEN})
Following CLI output look like its not executing h extension in ma...