Recent content by AndyX90

  1. A

    Call Detail Records Number Format

    Hi, i have a problem understanding the number-format in the call detail records page. I generally use the e164 number format for external calls, but in the call detail records page, the leading plus in the first two rows (Caller Name and Caller Number) is always missing. Is it somehow possible...
  2. A

    Gateway - 1und1 Germany

    I have attached some screenshots. The following is one call: I would be very grateful for any hint.
  3. A

    Gateway - 1und1 Germany

    EDIT: The only issue here seems to be, that there is no inbound rtp traffic. Resulting in 3 Calls hitting my conference but the (single) caller has no audio.
  4. A

    Gateway - 1und1 Germany

    Hi folks, i have a problem which i am currently not able to solve... I have a Gateway which requires the setting 'extension-in-contact' and the extension has to be the phone number in e164 without leading plus. The Gateway registers successfully, and outbound calling is working well. But...
  5. A

    Update - Defaults not applying

    Hi folks, i have a problem on updating fusionpbx to latest release. Everything goes well until the point to update the app defaults. After i hit that, nothing happens anymore. It seems that it never completes. Any suggestions on this? Thanks in advance!
  6. A

    mod_translate issue

    I haven't found a solution yet. What OS are you using? I am on Debian 11..
  7. A

    mod_translate issue

    Hi @markjcrane i think i found the issue in this commit. It removes the "$" in the replacement regex.
  8. A

    mod_translate issue

    I checked everything again and noticed that on mod_translate startup the $ signs are stripped away. But this happens on the default profiles as well. Maybe somebody can doublecheck? 2023-06-18 20:34:00.515882 0.00% [DEBUG] mod_translate.c:89 Replace number matching [^\+(\d+)] with [1]...
  9. A

    mod_translate issue

    If i test outbound call with e164 format, the following happens: 2023-06-18 10:02:36.676536 99.97% [DEBUG] mod_translate.c:128 translating [+491234567890] against [DE_national_to_e164] profile 2023-06-18 10:02:36.676536 99.97% [DEBUG] mod_translate.c:137 +491234567890 =~ /^\+(\d+)/ 2023-06-18...
  10. A

    mod_translate issue

    Hi i have created a translate profile for converting numbers DE_national_to_e164 (copied from GB default). And i use it right before the bridge statement in outbound routes. But the logs show the following: 2023-06-17 16:24:01.810642 98.70% [DEBUG] mod_translate.c:128 translating...
  11. A

    Domain install issue

    I did a second install without changing the domain_name setting in config.sh and there are the GUI elements of conferences working. If someone calls in, the conference is working and calls are visible in active conferences. On my other install with domain used instead of ip, the conference works...
  12. A

    Domain install issue

    Hi folks, i have a small issue with my fusionpbx install. I installed fusionpbx using the official install-script on debian11. But i changed the default domain_name setting in config.sh to a custom value (e.g. pbx.xxx.com). I noticed some points: the moh menu was empty and i couldn't choose...
  13. A

    Ringback problems

    Hi all, i have a problem with a new FusionPBX Installation. It runs on Ubuntu 20.04.3 LTS and was installed via the ubuntu-install-script. As i am living in Germany, i have set both ringback variables (ringback and tranfer_ringback) to $${de-ring}. There are currently 3 phone-extensions and one...