MasterVitronic / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Eavesdrop lua error #426

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.use eavesdrop by call *88extension_number
2.
3.

What is the expected output? What do you see instead?
2013-05-23 12:42:18.975093 [ERR] mod_lua.cpp:198 
/usr/local/freeswitch/scripts/eavesdrop.lua:39: ')' expected near 'then'

What version of the product are you using? On what operating system?
Path: .
URL: http://fusionpbx.googlecode.com/svn/trunk/fusionpbx
Repository Root: http://fusionpbx.googlecode.com/svn
Repository UUID: e2954ef0-caed-11de-bd98-e341d93cc3cc
Revision: 4060
Node Kind: directory
Schedule: normal
Last Changed Author: markjcrane@gmail.com
Last Changed Rev: 4060
Last Changed Date: 2013-05-22 23:33:47 +0400 (Wed, 22 May 2013)

freeswitch@internal> version
FreeSWITCH Version 1.5.1b+git~20130523T003920Z~5556731b64 (git 5556731 
2013-05-23 00:39:20Z)

Please provide any additional information below.

Original issue reported on code.google.com by di3na...@gmail.com on 23 May 2013 at 8:46

GoogleCodeExporter commented 9 years ago
Change line 39 to   
if (file_exists(database_dir.."/core.db")) then

This will fix it.

Original comment by nysoluti...@gmail.com on 23 May 2013 at 2:33

GoogleCodeExporter commented 9 years ago
Thanks to both of you. Fixed in revision 4062.

Original comment by markjcrane@gmail.com on 23 May 2013 at 4:10