Start the option for http_cache.

This commit is contained in:
Mark Crane 2015-04-06 07:34:02 +00:00
parent 25b5f0b193
commit 0dfe0f6732
1 changed files with 3 additions and 1 deletions

View File

@ -252,6 +252,8 @@
end
end);
end
elseif (storage_type == "http_cache") then
end
--define the ivr menu
@ -360,7 +362,7 @@
session:execute("transfer", digits.." XML "..context);
else
--run the menu again
menu();
menu();
end
end
end