Recent content by matt

  1. M

    Number translation

    **[FIX] Number Translation broken after FreeSwitch update – PGRES_FATAL_ERROR / SQL syntax error** After updating FreeSwitch, number translations stop working with the following error in the log: ``` [DEBUG] mod_pgsql.c:829 Query (select * from v_number_translations order by...
  2. M

    Number translation

    today I updated to the latest freeswitch version. since then the number translation doesn´t work anymore: 2026-05-26 14:56:49.877126 96.67% [DEBUG] mod_pgsql.c:829 Query (select * from v_number_translations order by number_translation_name asc number_translation_enabled = true ) returned...
  3. M

    SIP Profiles

    Thanks a lot for your quck support... Everything is up and running again. Yours, Matt
  4. M

    SIP Profiles

    After the latest update both sip profiles are invalid and don´t start anymore. There is the following error: 2025-09-22 11:27:18.658566 [ERR] mod_lua.cpp:202 ...l_handler/resources/scripts/configuration/sofia.conf.lua:130: unfinished string near '"cast(supress_cng as text),' 2025-09-22...
  5. M

    Call Detail Records page is blank after update

    No - it doesn´t ;)
  6. M

    Call Detail Records page is blank after update

    After the update (Commit 968706dac216f2189ff00f32268a86aa872eef79) today the old entries are present, but no new ones are shown... The problem here was, that the module XML Cdr wan not running... Now I get records again, but 3 days are missing...
  7. M

    Call Detail Records page is blank after update

    Here the same... The fix would be interesting...
  8. M

    SOLVED xml_cdr not working after update

    Did you restart php?
  9. M

    SOLVED xml_cdr not working after update

    thx - it´s working again...
  10. M

    SOLVED xml_cdr not working after update

    Hi everybody, The latest update Version 5.1.1 Git Information Branch: master Commit: 24bdccdb0b272dc6366fe61cd1e38b76e2ccee27 Origin: https://github.com/fusionpbx/fusionpbx Status: Your branch is up to date with 'origin/master'. +0 days ago...
  11. M

    Number Translations are not behaving as expected and as before

    Hi, The problem lies in this file: /var/cache/fusionpbx/configuration.translate.conf You can fill in the missing "$" there, but everytime you clear the cache you have to redo it. Somehow the file isn´t generated correctly. Yours, Matt
  12. M

    After Last Update (Add mutli-factor authentication.) Lost Acess

    I just followed https://docs.fusionpbx.com/en/latest/advanced/upgrade.html. Update the source from command line * cd /var/www/fusionpbx git pull chown -R www-data:www-data * Back to the GUI *Upgrade Database with advanced -> upgrade schema *Update permissions *Update the menu *Logout and...
  13. M

    After Last Update (Add mutli-factor authentication.) Lost Acess

    i fixed it with an update over the editor...
  14. M

    xml_CDR

    Hello everybody, I have a fusionpbx, which has been running for several years, where the entries in the CDR look like this: For several reasons i made a new install and now the entries look like this: How can I change the caller destination to the format in the first picture? Any help is...