Our 911 outbound route sends an email to us each time an end user dials 911.
The lua script below works fine except it does not list the caller id name. Anyone know how to fix this?
email.lua ${email_to} ${email_from} '' '911 Alert!' '${sip_from_user}@${domain_name} ${emergency_caller_id_name} ${strftime(%a, %d %b %Y %T %z)} has called 911 '
The lua script below works fine except it does not list the caller id name. Anyone know how to fix this?
email.lua ${email_to} ${email_from} '' '911 Alert!' '${sip_from_user}@${domain_name} ${emergency_caller_id_name} ${strftime(%a, %d %b %Y %T %z)} has called 911 '