openvoips / OV500

OpenSource Freeswitch & Kamailio Billing, rating and Routing Software
http://ov500.openvoips.org
GNU Affero General Public License v3.0
100 stars 54 forks source link

Error instalation make freeswitch centos 7 #41

Open boxlostdvdr opened 2 years ago

boxlostdvdr commented 2 years ago

Hello, I'm doing the installation oncentos 7, but when installing freeswitch after echo (in /usr/local/src/freeswitch/modules.conf) the make command doesn't work. Any idea what's going on? Thanks

openvoips commented 2 years ago

What error showing.

On Tue, Nov 30, 2021, 11:26 PM boxlostdvdr @.***> wrote:

Hello, I'm doing the installation oncentos 7, but when installing freeswitch after echo (in /usr/local/src/freeswitch/modules.conf) the make command doesn't work. Any idea what's going on? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openvoips/OV500/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6JLVF5FFJDSEENIPMQ62LUOUF4JANCNFSM5JCOE5CQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

boxlostdvdr commented 2 years ago

Hi, I managed to install, I'm already testing, could you please tell me how to include the BRL currency and leave it default? The server's date and time are correct, but when I go into billing it shows a difference of 3 hours, where can I change it?

Also when I try to add credit or balance nothing happens!

Thanks

boxlostdvdr commented 2 years ago

Hello, Kamailio and freeswitch are ok, extension registered on freswitch ok, using branch 1.0.1!

branch 1.0.1 does not add credit/balance! branch 2.0 of the nginx error branch 1.0.3 shows error in sql table as below:

A Database Error Occurred Error Number: 42S02/1146 Table 'switch.web_access' doesn't exist select customers.customer_id, account_id, name, account_type, emailaddress from web_access INNER JOIN customers on web_access.customer_id = customers.customer_id where username='admin' AND secret ='123456' Filename: models/Login_mod.php Line Number: 37

Please let me know if the project is active, I hope so, because I liked it a lot, I need to know if you can develop some resources like IVR, clicktocall etc... If the project is stopped, please inform.

Congratulations on the beautiful work!

openvoips commented 2 years ago

version 2.0.0 is not using web_access table it is using users table and it is last updated version till today

On Thu, 2 Dec 2021 at 05:38, boxlostdvdr @.***> wrote:

Hello, Kamailio and freeswitch are ok, extension registered on freswitch ok, using branch 1.0.1!

branch 1.0.1 does not add credit/balance! branch 2.0 of the nginx error branch 1.0.3 shows error in sql table as below:

A Database Error Occurred Error Number: 42S02/1146 Table 'switch.web_access' doesn't exist select customers.customer_id, account_id, name, account_type, emailaddress from web_access INNER JOIN customers on web_access.customer_id = customers.customer_id where username='admin' AND secret ='123456' Filename: models/Login_mod.php Line Number: 37

Please let me know if the project is active, I hope so, because I liked it a lot, I need to know if you can develop some resources like IVR, clicktocall etc... If the project is stopped, please inform.

Congratulations on the beautiful work!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/openvoips/OV500/issues/41#issuecomment-984170550, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM6JLVGYR5DEM7WXA6UCJO3UO22GHANCNFSM5JCOE5CQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.