1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 18:36:46 +00:00

Use the right variable

This commit is contained in:
Brian West 2010-11-12 13:50:12 -06:00
parent b160942bc0
commit c12f81cd0f

@ -8,7 +8,7 @@ session:sleep(3000);
-- Give the agent time to bring up ZRTP.
local zrtp_secure_media_confirmed = session:getVariable("zrtp_secure_media_confirmed_audio");
local zrtp_new_user_enrolled = session:getVariable("zrtp_new_user_enrolled");
local zrtp_new_user_enrolled = session:getVariable("zrtp_new_user_enrolled_audio");
local zrtp_already_enrolled = session:getVariable("zrtp_already_enrolled_audio");
if zrtp_secure_media_confirmed == "true" then