Search results

  1. T

    strange CODEC NEGOTIATION ERROR

    Thank you and sorry for delay. Firmware is the last one, updated a few months ago from Yealink 124.87.0.15 However I perfomed a factory reset of the phone, reconfigured account, and now.. it works. It cannot register using UDP and still requires TCP, but calls are accepted.
  2. T

    strange CODEC NEGOTIATION ERROR

    Hi, I have a PBX running well, but a single phone cannot call. The phone is a Yealink T33G. Every time it tries an outgoing call (to external o internal recipients) it fails with CODEC NEGOTIATION ERROR. CDR reports always PCMA/PCMA as codec, that is ok. Calls TO this phone work well. I was...
  3. T

    how to upgrade freeswitch

    Hi, I upgraded freeswitch from 5.1 to 5.3 changing git branch. All seems ok, but I see I run Freeswitch 1.10.10 and not 1.10.12. How can I perform the upgrade of freeswitch? thanks
  4. T

    sip trunk over an internet service

    It's the same, you may start with a gateway configuring SIP parameters...
  5. T

    Export and move contacts

    Is there any way to export contacts and to import them to an other FusionPBX?
  6. T

    Fusion stopped user authentication

    I'm using only SIP, but maybe the PBX is vulnerable to some kind of DDoS? I was force to start a new instance to restore services, no way to restore the old one. I still have on the old system, but it was restarted, etc. to try to restore it, and currently it has gateways disabled and nobody is...
  7. T

    Fusion stopped user authentication

    Hi, today my Fusion has stopped to authenticate any connection. Is does not reports problems, and from "sofia global siptrace on" I can see REGISTER SIP requests, but there isn't any response from PBX. Also Fusion reports timeout registering to upstream trunks. Connectivity is ok, etc. I...
  8. T

    Upload Recordings does nothing

    nothing in that fil
  9. T

    Upload Recordings does nothing

    just upgraded to 5.1, reapplied permissions, etc. still I have the problem :(
  10. T

    Upload Recordings does nothing

    Nothing :( however owner on subfolders was freeswitch:freeswitch also before to run the command, and after seems unchanged
  11. T

    Upload Recordings does nothing

    It was my same idea, so I tried with a file of about 70KB and it was the same :(
  12. T

    Upload Recordings does nothing

    When I upload a new file in Recordings, GUI does nothing. No entry is created, no file is saved on the server. I haven't any browser error or http error. FusionPBX 5.0.1 on debian 11 any idea? thanks
  13. T

    Freeswitch seems not updating

    it didn't work I solved reinstalling freeswitch as fusion's setup script does: apt-get update && apt-get install freeswitch-meta-all freeswitch-all-dbg gdb
  14. T

    Freeswitch seems not updating

    I noticed that apt stopped to upgrade Freeswitch from many months. I found this: root@f:/etc/apt/preferences.d# apt policy freeswitch freeswitch: Installed: (none) Candidate: 1.10.9~release~21~a615e85afc~bullseye-1~bullseye+1 Version table...
  15. T

    Other multi tenant pbx

    KAZOO master (5.x) is closed at the moment Development of KAZOO 5.x is currently closed to public commits as we prepare the infrastructure necessary for the app exchange. and all code has not been updated after last August. I think is not "live" currently.
  16. T

    Received faxes are not sent by eMail, but sent ones are.

    meantime my working workaround is changing result = api:executeString(cmd); with result = api:execute("system", cmd); at line 230 of /usr/share/freeswitch/scripts/app/fax/resources/scripts/hangup_rx.lua
  17. T

    Received faxes are not sent by eMail, but sent ones are.

    so the problem is the last row in fusionpbx/app/scripts/resources/scripts/app/fax/resources/scripts/hangup_rx.lua that may be fixed as api:execute("system", cmd)?
  18. T

    Received faxes are not sent by eMail, but sent ones are.

    Hi, I have the same problem with a a 5.0.1: incoming fax are received, but saved as TIF instead of PDF, and emails are not sent. Email service is ok (voicemails are delivered), it seems that the PBX is ignoring the received fax. I tried to found the suggested line to fix, but it seems missing in...
  19. T

    Errors during plain setup

    my goal was to migrate an other server, so I moved the pgsql backup from the old one to the new one, and this seems good to avoid the problem related to SQL data. but I'm not sure there aren't any other errors (I noticed many errors compiling freeswitch), and this kind of problem on a clean...
  20. T

    Errors during plain setup

    Hi I have a clean Debian 11 where I'm trying to run the setup script. I noticed a lot of errors. For example, at the end: ERROR: relation "v_domains" does not exist LINE 1: insert into v_domains (domain_uuid, domain_name, domain_enab... ^ PHP Parse error: syntax error...