Update index.lua (#5487)

Add the name of the voice mail box in the VM to email template. (part B)
This commit is contained in:
Joseph
2020-09-26 18:10:59 -04:00
committed by GitHub
parent 52f1b64947
commit e164817bdb

View File

@@ -89,6 +89,7 @@
sip_from_user = session:getVariable("sip_from_user");
user_name = session:getVariable("user_name");
sip_number_alias = session:getVariable("sip_number_alias");
origination_callee_id_name = session:getVariable("origination_callee_id_name");
--modify caller_id_number if effective_caller_id_number is set
if (effective_caller_id_number ~= nil) then