[asterisk-users] Interesting email project.
adamk at 3a.hu
adamk at 3a.hu
Tue May 4 01:27:43 CDT 2010
Hello Mike,
On 05-04-2010 06:18, mike mosier wrote:
> When DID 713xxxxxxx is dialed send an email to mmosier at xxx.com. with the
> time date and CID included in the email. I know how to code some but am
> looking for the best way to do this.
>
something like this?
exten => _713X.,1,System(/web/html/icq.php <censored UIN> [VoIP]
Incoming call, CLID: ${CALLERID(num)}.)
exten => _713X.,n,System(echo "Incoming call at `date`." | /bin/mail -s
"InCall from ${CALLERID(num)} at `date`." <censored e-mail>)
regards
adam
More information about the asterisk-users
mailing list