Search results

  1. C

    Changing 911 as an emergency number

    Thanks. That makes sense. However, I set this up and I used a real number to test. When I dial this number, it still does not come up in status | emergency calls. Looking at the outbound route, it doesn't appear to have any lines to indicate it is setting a flag that would show this as an...
  2. C

    Changing 911 as an emergency number

    I've searched for this high and low, but I can't seem to find a definitive answer. I live in Australia where the emergency number is 000. I note that there are features pertaining to emergency calling like status | emergency logs. What I need to do is to change the emergency number from 911...
  3. C

    Git confusion

    Thanks. I did that and I got "Already up to date".
  4. C

    Git confusion

    I think I have done this cleanly. From /var/www/fusionpbx/app I ran the following commands. sudo -u www-data git stash Ran the upgrade through the UI successfully. then ran sudo -u www-data git stash drop stash@{0}
  5. C

    Git confusion

    I am a novice with git and I have created a situation that I am hoping is a quick fix. I had an issue with voicemail transcription and when I was trying to figure it out, I went into voicemail_edit.php. I haven't done any changes, but I must have inadvertently saved at some point and now the...
  6. C

    Bulk editing of menu item groups

    I have created a group called add_move_change and I would like to assign this group to selected menu items in the menu manager. This is very tedious to be done manually. Is there a way to make bulk changes, rather than editing each menu item, adding the group and saving?
  7. C

    Transcription installed, but options not showing up in extension, or voicemail pages

    Yeah thanks Mark. I figured there must be a unique identifier on the record somewhere. All good now. Nothing like the school of hard knocks to learn the intricate details. :)
  8. C

    Transcription installed, but options not showing up in extension, or voicemail pages

    Issue resolved. I had entered the settings manually into the Transcribe section in defaults. I noticed whenever I did an upgrade, it duplicated my settings with default ones. So I transferred the details to the defaults, removed my own ones (which were identical) and enabled the defaults...
  9. C

    Transcription installed, but options not showing up in extension, or voicemail pages

    I installed 5.3 new. I then, a little later, installed the transcription option and setup all the defaults for this. It all looks correct, but the "Transcription Enabled" field does not appear in my extension edit, or voicemail edit screens and my voicemails are not transcribed. On another...
  10. C

    Outbound Route with Prefix, Urban Call Issue

    You would need to have fixed length leading 0 numbers first and your wildcard leading 0 to strip last. E.G. In Australia, we have 8 digit numbers with a 2 digit state code starting with 0. Also a 2 digit prefix for mobiles. These are 02 03 04 07 and 08 So I would need in front of your two...
  11. C

    Understanding vendor functions

    I am having difficulty understanding the purpose and use of Vendor functions. I notice the values are numeric for some brands E.G. Yealink and alphanumeric for others, like Fanvil. I can't see anywhere these values relate elsewhere in the system. I have looked at templates and there is nothing I...
  12. C

    Feature request. Show original caller ID on park return/pickup

    When you park a call then you, or someone else picks it up, the caller ID is the pickup dialcode you used to retrieve the park. It would be very useful to have the original caller ID return with the park instead. I don't believe this is available currently. Cheers
  13. C

    Create a gateway that uses the internal dialplan

    Ok thanks. I understand the purpose, but I'd like to find the reference for the syntax.
  14. C

    Create a gateway that uses the internal dialplan

    @ad5ou , you are a legend! This works perfectly. Could you please explain the part of the string in bold italics that you used to send the ultimate destination and where you found this information? sofia/internal/sip:$1${regex(${sofia_contact(3211112233@customer.domain.com)}|^[^@]+(.*)|%1)}
  15. C

    Create a gateway that uses the internal dialplan

    I gave your method a try, but no luck so far. Where i am stuck is even if I use an extension (199 in this case), calls coming from that extension are still being resolved as in the public context. I can't figure out what makes Freeswitch think this is the case. 2024-10-16 13:13:43.813146 96.40%...
  16. C

    Create a gateway that uses the internal dialplan

    Yeah thanks. I have done similar using a trunk instead of an extension. I'll give it a try your way. If FusionPBX allows me to send multiple destinations through the extension, this will work. It would be nice if you could simply define a trunk as internal and create an inbound route to a number...
  17. C

    Create a gateway that uses the internal dialplan

    I have found a partial answer. I can create a user bridge, but this only allows the remote pbx to call user extensions, not groups etc. I am sure I could write manual diaplan rules to get it to work (maybe), but if the trunk could be deemed internal instead of public, then it would simply be...
  18. C

    Create a gateway that uses the internal dialplan

    I haven't tried this. I suspect it might work, but it is very inelegant. It would also require me to create two sip trunks on the remote PBX as I couldn't route multiple extension outbound through a single extension.
  19. C

    Create a gateway that uses the internal dialplan

    I have a IP PBX behind my FusionPBX (FreePBX). I want the Fusion PBX to treat this IP-PBX as internal, so when calls come from the second PBX, they behave the same as calls made from extensions. I.E. They route out through our external gateway and allow intercom functionality between the two...
  20. C

    SOLVED Problem with external IP in contact header

    I removed the ext_rtp_ip and ext_sip_ip variables from the internal profile and it works now.