Search results

  1. M

    Sara Phone

    Microsip is a good option for Windows. It's also cheap for branding. https://www.microsip.org/
  2. 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...
  3. 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?
  4. 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.
  5. 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...
  6. 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.
  7. 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.
  8. M

    SIP Profiles

    Matt, I'm taking a look at this now
  9. 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.
  10. 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
  11. 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...
  12. 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.
  13. 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.
  14. 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...
  15. 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...
  16. 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.
  17. M

    Fusionpbx Fax Inbound Issue

    The screenshot shows where it is configured wrong. My previous message said this The FAX Server Extension number is 18801. Now set the Destination Number to 18801. Then try calling it again. You should get FAX tone on your next test after you correct the setting.
  18. M

    strange CODEC NEGOTIATION ERROR

    UDP has a limit for the header size of the packet. SIP can easily exceed that limit. When the limit is exceeded then the packet doesn't reach its destination.
  19. M

    Fusionpbx Fax Inbound Issue

    On your fax server what is the extension number and destination number? In most cases they should match with the same value. Have you tried calling the fax server extension number from a local extension on the same system and domain to see if you get a tone?