Search results

  1. M

    [SOLVED] Newly installed FusionPBX times out SIP connection on port 5060

    If you are trying to watch SIP traffic that is not secured with SSL. Then you can use sngrep, it has an easy and intuitive interface. FusionPBX installs this by default, as it is a very useful command-line tool. ``` sngrep ``` You also need to look at FreeSWITCH. If using FusionPBX, you would...
  2. M

    Anyone facing call recordings for failed and missed call without setting recording to destination?

    What is your version of FreeSWITCH? You can find it by going to Status -> System Status.
  3. M

    Call parking change

    Yealink Call Park function key used to work on Yealink then they broke it and it has remained broken for years. So if using Yealink then use BLF Grandstream Call Park function key is working and has been working for years.
  4. M

    Sara Phone

    Microsip is a good option for Windows. It's also cheap for branding. https://www.microsip.org/
  5. M

    SIP Profiles

    Transcription history in FusionPBX. 3 Major Versions. 1. The first version was contributed. This version was written in Lua. I added some providers to the Lua transcription code that was originally contributed. Improved it for a while. As it became used more heavily, it was noticed that it was...
  6. M

    SIP Profiles

    @pbxgeek Your install script picks up code I wrote for transcribe and speech. These features were written after your old 5.1 version was forked. Your install script used a git clone to pull these. You could have written your own version. Did you forget about this?
  7. M

    SIP Profiles

    I can handle using GIT. I've been using it for years now. It is likely the reason for the comment about basing development around branches with pull requests is to make it easier for his cherry picking. I have no motivation to make cherry picking easier for him.
  8. M

    SIP Profiles

    This was built on a separate branch and then added to the master branch. The master branch is the development branch. New installs haven't used the master branch for a couple of years. They use the release branches. The current branch used by the install at the moment is 5.4. Previously, we...
  9. M

    SIP Profiles

    Thanks for reporting this issue. Finished checking all other Lua files. Alex, a member of the FusionPBX, saw your message and relayed it to me.
  10. M

    SIP Profiles

    The issue has been fixed and committed. Checking all other Lua scripts to ensure there are no others with a syntax issue.
  11. M

    SIP Profiles

    Matt, I'm taking a look at this now
  12. M

    SOLVED Trying to Get Cisco 7940G Provisioned

    Use the device edit page, and you can download the files needed. - Save provisioning config files using the drop-down link. - Move the files to a TFTP server on the same network as the phones. - Use DHCP option 66 to point the phones to your TFTP server.
  13. M

    Updating an extension/device generates 6 psql UPDATE queries per device.

    @mdoupe, you can reach me with information here to discuss this further. https://www.fusionpbx.com/support
  14. M

    FusionPBX 5.4 Released

    Bug reports should be in their own thread. So they can be discussed on their own. The user_record dialplan is not a bug. You can review the complete user_record dialplan here. https://github.com/fusionpbx/fusionpbx/blob/master/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml...
  15. M

    SOLVED Incoming calls are not working (number not assigned when called)

    Yes, that is what they are doing. I'm happy it's working for you.
  16. M

    SOLVED Incoming calls are not working (number not assigned when called)

    Go to Advanced -> Default Settings and search for sip_to_user. Change the value to sip_to_user if it is not already that value.
  17. M

    SOLVED Incoming calls are not working (number not assigned when called)

    This means you need your inbound routes to use a different variable. Search for sip_to_user, and that will find a variable in the dialplan category. With the name of the destination. Edit this and set the value to sip_to_user. Then press the RELOAD button or log out and back in, then go to your...
  18. M

    SOLVED I think I have an ACL issue but can't figure it out.

    The provider's ACL is for your carrier's IP addresses. The domain acl was renamed to providers to attempt to make it more intuitive as to what belongs in that Access Control List. Adding your subnet to rfc1918 list is usually not needed. In most cases, this is just left with the defaults. If...
  19. M

    Fusionpbx Fax Inbound Issue

    Update your version of FusionPBX to get the latest source for version 5.4 or the master branch. Then resave you fax server and it should work.