Okay,
I should probably know this but it's been a long day and I am just not sure of the answers to a couple of questions..
1.) In vm_email.inc I can change the emailbody = asignment to vary the body of emails going out, but this is not dial plan and does not appear to be shell script either so if I want to condition the value of emailbody based on a range of extensions how would I code that. A shell might be
But this is not a shell script..
Also, is emailheader the value sent to pagers and Cell phones if the Pager/Email Address is specified in the extension ??
Thanks.....
I should probably know this but it's been a long day and I am just not sure of the answers to a couple of questions..
1.) In vm_email.inc I can change the emailbody = asignment to vary the body of emails going out, but this is not dial plan and does not appear to be shell script either so if I want to condition the value of emailbody based on a range of extensions how would I code that. A shell might be
Code:
if $VM_MAILBOX -eq 2521 then
emailbody=.................
exit 0
#
else
emailbody=...................
exit 0
fi
But this is not a shell script..
Also, is emailheader the value sent to pagers and Cell phones if the Pager/Email Address is specified in the extension ??
Thanks.....