Search results

  1. whut

    Voicemail Transcription version 5.3 - Step by Step

    In transcribe_azure.php we see that we also need the language variable. Add it and set the value to en-US.
  2. whut

    Voicemail Transcription version 5.3 - Step by Step

    Improved! api_url variable was added 2 months ago. https://github.com/fusionpbx/fusionpbx-app-transcribe/commit/b09d71bac0094ce85c954fea602fac3111ce30b3 The description could use improvement for when to use or not to use for clarity in my opinion.
  3. whut

    Voicemail Transcription version 5.3 - Step by Step

    There is your problem. Close approximation to someone named Bill Gates. Azure requires API URL variable. You must create the variable and set the variable to the region that you set in azure. I Believe the transcription application should include this field and should have a description...
  4. whut

    Voicemail Transcription version 5.3 - Step by Step

    @mak_make which speech to text service are you trying to use?
  5. whut

    Remote Call Forwarding & Caller ID

    You could create a dialplan for each domain that executes before your outbound routes where you have a condition for outbound caller ID name and outbound caller ID number are not set, then set them to xyz... and 123...
  6. whut

    Inbound Calls parking into different domain

    Edit the valet_park dialplan. Make sure the context and the domain are both set to the name of the domain that you are currently in. Every domain should have its own valet park dial plan. You should not need to include @domain name in your call park BLF. But it does not harm anything if you do...
  7. whut

    Voicemail Transcription version 5.3 - Step by Step

    I would simply configure on the existing server and skip temp server.
  8. whut

    Dialing 000 Failing (Solved)

    Create a 911 outbound route and add "emergency" or similar to the description. After saving the outbound route edit the 2 outbound routes that fusionpbx created for you and replace any 911 or 933 regex variations of 911 or 933 Example (^911$|^933$) With (^000$) 911 = USA emergency services 933...
  9. whut

    Dialing 000 Failing (Solved)

    (^000$)
  10. whut

    Inbound Calls parking into different domain

    Hi feeling stumped, Look at the CDR details page of the call that parked the call in a different domain. Check the variables for domain name, domain UUID, and especially parking lot CDR call log will also be important to review. Make sure the DID only exists in the correct domain.
  11. whut

    Create user to manage recordings

    You need to provide permissions in a permissions group, as it sounds like you are doing, and provide permissions to the menus and sub menus for the permissions group the user is assigned to.
  12. whut

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

    Did you update the number and the destination_number in the dial plan edit page? destination_number = ^\*\*(\d{2,7})$ Watch the phone display when you dial **. Some phones will cycle to another character when you quickly press double * or #.
  13. whut

    Can't find speech/transcribe default settings

    Run update 2, 2B, 3, & 5
  14. 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...
  15. whut

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

    The intercept-ext dialplan is already using **. **[ext]
  16. 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.
  17. 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.
  18. whut

    Provising overwrites label length

    Are you using the variable created for the label length? yealink_dsskey_length
  19. 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?
  20. 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.