Search results

  1. ewdpb

    Disable logging for section of LUA script

    Hi all. I've got a LUA question: Is there a way to force no-logging for part of the script?. Basically, I do not want DTMF entries to be logged or shown to anyone running fs_cli. I tried: session:execute('log', '0') but it does not seem to do anything at all.I am writing an application that...
  2. ewdpb

    using LUAROCKS in FusionPBX box

    Hi all, I am trying to install LUA packet through luarocks but it complains about not finding lua.h: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------...
  3. ewdpb

    CURL authentication

    Thank you @Adrian Fretwell ! I had no idea about the r -K/--config <config file> option. I will play with it. I'll also explore the options of following the $CURL_HOME. However, as I mentioned in the post, it all works well when I run the command from the command line regardless of the location...
  4. ewdpb

    CURL authentication

    Hi @Adrian Fretwell , absolutely it could. How the heck do I enable some logging letting me know what the problem may be. I am sure about the file permissions but I am not so sure about the location. I have tried several locations with absolute and relative paths but since there is no indication...
  5. ewdpb

    CURL authentication

    Hi all,I am trying to use mod_curl. According to the docs basic authentication is done like this: local auth_url = "http://username : password@mysecure_web_service.com" local response = api:execute("curl", auth_url) However, I do not want to send credentials in the URL. I am trying to use it...
  6. ewdpb

    API for extensiom creation

    Hi @elitesystems , how did it work out for you with thte support. I am about to make the decision but I have not been able to find comments anywhere from somebody that has actually enrolled as a FusionPBX member.
  7. ewdpb

    Combining python and lua

    OK, thank you. So, in the case of freeswich I understand one can call a script using mod_[something] : mod_lua, mod_python, mod_erlang, etc. or using ESL. Is that what you are refering to? I realize the answer to it may be too simple but I have not really been able to understand exactly how...
  8. ewdpb

    Combining python and lua

    Hi @Adrian Fretwell , I forgot to ask: are python scripts syncronous or syncronous then? Do you happen to know? Thanks!
  9. ewdpb

    Combining python and lua

    Thanks @Adrian Fretwell , this is the kind of feedback I was looking for. I also found the suggestion to use LUA and I have been doing my best to get to terms with it. What I found annoying is dealing with simple things (e.g. how many rows a SQL query returns? (that should be straigtforward))...
  10. ewdpb

    Combining python and lua

    Hi all, I am trying to write a basic IVR. What it does is: 1. Fetch some data from database at call start 2. Interact with the caller 3. Fetch some data from remote Web Services 4. Interact with the caller again. I have been trying to implement 1 and 3 with lua and while it does work, some...
  11. ewdpb

    Is Fusionpbx the only game in town

    None as far as I am aware of. Have a look at this: https://freeswitch.org/confluence/display/FREESWITCH/Freeswitch+GUI If you find any I would also be very interested.
  12. ewdpb

    Grammar example for Freeswitch

    I already asked this question on the FreeSwitch forums but I have not gotten an answer. I am trying to understand how grammar works on FreeSwitch. Would anybody have a pointer to a resource explaining: - What the expected format is. - Where the grammar files go - An example! Thank you!
  13. ewdpb

    Is Fusionpbx the only game in town

    Hi, @ou812 , FusionPBX is the most comprehensive and complete GUI option I have also been able to find for FreeSwitch. It is not perfect but it is quite good. You do not really need it to use FreeSwitch but it makes some tasks (especially for FreeSwitch beginners) quite easy. The point I...
  14. ewdpb

    Freeswitch 1.10

    lol.... you made me laugh.... yes, I would take your word as well. What you would recommend for a stable system btw?
  15. ewdpb

    Freeswitch 1.10

    After a rough start I was able to finally have a stable system: - Debian 10 (Buster) - Freeswitch 1.10.1. - FusionPBX: 4.4.10. This is my very bias advise for a system that is not yet in production: - Install the stable FusionPBX. Do not install from Master. - Install all freeswitch packages...
  16. ewdpb

    502 Bad Gateway

    Hi @KonradSC. Thanks for your reply. I did restart php-fpm (and everythig else, including a box reboot). After a while I just got frustrated with the thing and recovered from a snapshot :).
  17. ewdpb

    Need help properly understanding ACL

    Thank you @ad5ou for the reply, that is very helpful indeed!. So, do you know what the LAN ACL is for?
  18. ewdpb

    Need help properly understanding ACL

    Hi all, I was wondering if somebody could help me understand what is the logic of ACL in FusionPBX. By default FusionPBX creares a domain ACL and an IP ACL. In the domain ACL it automatically adds, in the Domain field, whatever you have set as domain_name in your config installation file (it...
  19. ewdpb

    PowerPBX sources. Are they trustworthy?

    Well, it certainly does :), thanks @DigitalDaz
  20. ewdpb

    PowerPBX sources. Are they trustworthy?

    Hi all, In my pursue for a stable version of FusionPBX, I came across this step by step: https://www.powerpbx.org/content/fusionpbx-v44-freeswitch-v18-debian-v9-postgresql-nginx-install-guide-v1 They use they own version of FusionPBX which they claim comes with some fixes...