Search results

  1. whut

    Can't find speech/transcribe default settings

    Run update 2, 2B, 3, & 5
  2. whut

    Provising overwrites label length

    You will want to set the default setting variable to be your desired length. The longest/widest option is being overwritten when you provision or re-provision the phone. The Yealink variable name is in my previous response. For other manufactures you will need to investigate by finding...
  3. whut

    Change Page Extension from *8[ext] to **[ext]

    The intercept-ext dialplan is already using **. **[ext]
  4. whut

    Best Practices for Fail2Ban and Event Guard Configuration in FusionPBX?

    This is what I do. But I also add a comment in line with the ip addresses to better keep track.
  5. whut

    Best Practices for Fail2Ban and Event Guard Configuration in FusionPBX?

    Fail2ban recommends that you never edit the .conf files. The recommendation is to make the edits in your .local files instead. This works very well.
  6. whut

    Provising overwrites label length

    Are you using the variable created for the label length? yealink_dsskey_length
  7. whut

    CustomPBX GUI and API for Freeswitch

    I like the EEP/HEP : Details page. Will you provide more details on the phone dialer in your first image? How to open the dialer?
  8. whut

    Just Started Using Midnight Commander on Debian — Loving It!

    That Midnight Commander screenshot takes me back in history. Ah, the 'good old days'... VS Code works very well for multiple file manipulations. An SFTP GUI is excellent for moving directories and files.
  9. whut

    bind_digit_action not working on correct call leg

    Good catch. I would add the action to a dialplan instead of where you have in your screenshot.
  10. whut

    bind_digit_action not working on correct call leg

    You are pulling my b-leg! I don't know for certain, but look at bind_target variable in the call_recording_on_demand dialplan. dtmf_target_leg and event_target_leg also look promising https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Modules/mod-dptools/6586414/
  11. whut

    bind_digit_action not working on correct call leg

    Start by changing to a feature code that is not already in use. The group-intercept dialplan has *8 the assignment.
  12. whut

    911 emails

    Review the already included emergency application. https://github.com/fusionpbx/fusionpbx/tree/master/app/emergency
  13. whut

    yealink T31P call park light not working

    Line 1 is for account 1 on the accounts page of the phone's web GUI. Setting it to line 1 connects the call park key to your extension 101 as you have the phone programmed. Use line 2 for account number 2.
  14. whut

    Importing Follow-Me info

    Run this SQL to make sure you can generate v4 before incorporating SELECT uuid_generate_v4();
  15. whut

    2FA | MFA |FusionPBX 5.3

    I seem to remember there are default settings for MFA
  16. whut

    Importing Follow-Me info

    use version 4 uuids uuid_generate_v4()
  17. whut

    Importing Follow-Me info

    The first item I see as an issue in your sql is the last line where you update extension 3333. Add a where clause of domain_uuid = . You do not want to update all extensions 3333
  18. whut

    Internal Calls

    Ah! You have an interesting configuration @dcitelecom. The issue becomes more clear. Are most of your DIDs all on the same domain? Your design of numbers has been created with thoughtfulness which greatly reduces the potential of "collisions". I am thinking of a modified copy of the is_local...
  19. whut

    least cost routing in fusionpbx

    Thank you both for your comments
  20. whut

    Internal Calls

    I would never use >= 10 digit length numbers for extensions, ivrs, anything else. >= 10 digits length is reserved for DIDs in North America. And if you do any smart dialing that prepends the area code on a 7 digit dial out you would not use >= seven digits length for anything other than DIDs...