fusionpbx/resources/install/scripts/app/voicemail
jebsolutions 513e22a766 Update macro.lua to fix reading voicemail extension number (#1929)
Expected result: The person at extension XXX is unavailable ...
Actual result: The person at is unavailable... 
i.e. it doesn't say the extension number.

bug: trying to access local variable voicemail_greet_id outside it's scope...so it doesn't exist and you get this in the logs:

2016-09-18 12:32:54.615249 [ERR] switch_cpp.cpp:977 Error! invalid args. 

Fix moves local variable creation outside the inner "if" so it's available for the later table.insert
2016-09-18 14:02:25 -06:00
..
resources Update macro.lua to fix reading voicemail extension number (#1929) 2016-09-18 14:02:25 -06:00
app_languages.lua Add. Text class to manage translate texts. 2015-11-30 10:22:55 +03:00
index.lua Allow use odbc to store files (record/voicemail) in database. (#1535) 2016-09-04 13:05:47 -06:00