Search results

  1. C

    cant able to enable nginx.service (getting error)

    Check the logs, likely a permission issue. It will tell you exactly what file is unable to be read. If you don't know you should able to tail -f /var/log/nginx/error in the terminal
  2. C

    error when trying to run upgrade option

    https://www.pbxforums.com/threads/updating-source-git-issue.4026/ This thread will probably help you.
  3. C

    How To install SSL wildcard Certificate

    I think what your asking starts at line 98 of the letsencrypt.sh script in the default install. You'd need to change the filenames used for your certificates
  4. C

    SOLVED TLS connection handshake terminated by FS

    Sorry on a phone "eval $${certs_dir}" is the correct command
  5. C

    SOLVED TLS connection handshake terminated by FS

    You don't specify if you've configured FPBX to accept tls in advanced > vars but if you have try eval $${certs_dir} in fs_cli. I had an issue where no matter what I did it wouldn't use the correct directory until it magically did it on its own
  6. C

    SOLVED Error creating call recordings

    Possibly permissions since its complaining of creating the directory
  7. C

    dashboard empty

    Renaming header_domain_visible to domain_visible in default settings will bring the domain name back, haven't figured out how to get the dashboard to show up though
  8. C

    2 recieved call when using webrtc

    when I make a call to an extension on the web browser it recieves 2. the first hangs up when I try to accept and then a 2nd comes in and then the call proceeds as normal. I'm trying to figure out why that happens. I only have 5 extensions and its only happening with 1 of them. All softphones...
  9. C

    Double Call when using verto

    I'm trying to find out why when I call between a browser and softphone the browser recieves 2 calls the first will automatically hang up and then the 2nd will work as expected
  10. C

    "Lenny" - The Telemarketers Nightmare

    I'm pretty sure it has to do with the structure of the files but I don't know what its supposed to be. If you know lua or someone who does I'm sure its probably really easy.
  11. C

    "Lenny" - The Telemarketers Nightmare

    Like I said I'm unable to get the script to work also, it's the first function block that fails for me. I don't know lua so I haven't been able to figure it out. I assume its not finding the files but I don't know what needs to be done to get it to work. everything you've done looks correct though.
  12. C

    "Lenny" - The Telemarketers Nightmare

    dialplan > dialplan manager > add (top of screen) > name it and add 1 condition and 1 action > save. open up the dialplan that you just created and you'll see a screen similar to the screenshot you'll have to edit for your use. if lua isn't an option to select then you need to install the...
  13. C

    "Lenny" - The Telemarketers Nightmare

    I've created a directory at /etc/freeswitch/scripts and place scripts in there but default location I believe is /usr/share/freeswitch/scripts/ but it may be overwritten on upgrade if placed there. You can change the dialplan but this should be the simplest way to implement it. I know the...
  14. C

    "Lenny" - The Telemarketers Nightmare

    I couldn't figure out how to get the script to work but Here shows a developer of freeswitch providing a script. I got the sound files from nerdvittles tutorial since I don't believe linking to the files is ok
  15. C

    SIMPLE messaging

    Thanks but that evaluates as false since something is causing my from_host to be the ip address. I can set the variable to change that but the issue stays since from_full isn't correct, I believe. The problem is the messages don't show as 'threaded' , ie. in the same chat window, I send it in...
  16. C

    SIMPLE messaging

    I'm trying to get SIMPLE messaging working between 2 extensions that are on local lan no firewall in between them but when I send from 1 client it has the ip address rather than the domain as the host but from the other client it sends it correctly. Clients are both linphone, the problem one is...
  17. C

    SOLVED verto installation

    I've figured it out. I thought the wss-binding needed to change to the port in verto.conf.xml but it needs to stay as :7443
  18. C

    SOLVED verto installation

    I've setup a fusionpbx install and have tried getting verto installed. 4.5.18 is the version, I've added the port in sip profiles, edited the verto.conf.xml file for the port, and opened ports on server. This is on a lan so no external firewall. When I enter the login info on the site it asks...
  19. C

    GUI passwrod does not work

    If that happened you need to have <user>@<original-ip> for username to login
  20. C

    MOH not showing

    https://www.pbxforums.com/threads/upgrade-to-master-missing-caller-id-fields-on-extensions-resolved.3913/post-16195