Recent content by markjcrane

  1. 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...
  2. 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.
  3. 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.
  4. 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...
  5. 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...
  6. 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.
  7. 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.
  8. 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.
  9. 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?
  10. M

    Fusionpbx Fax Inbound Issue

    You should definitely hear a FAX tone. You can try calling the FAX extension number from a registered phone on the server. Then you should hear FAX tone. Advanced -> Modules page, you should see one that says SPANDSP. This module is required for FAX.
  11. M

    Fusionpbx Fax Inbound Issue

    If you are directing one of your numbers to a FAX Server I recommend using a dedicated phone number for FAX. When using a dedicated phone number for faxing then you can skip fax detection. The correct FAX settings are dependent on your VoIP provider. You should look for their documentation on...
  12. M

    Trying to get FusionPBX working, Newbi questions

    Yes, that looks correct.
  13. M

    FusionPBX 5.4 Released

    The new active calls works but require setting up the websocket configuration in NGINX. Look for the websocket section at the following link. https://docs.fusionpbx.com/en/latest/advanced/version_upgrade.html Make sure you are using the latest code on the git branch you are using. If you are...
  14. M

    Trying to get FusionPBX working, Newbi questions

    In place of the condition for caller_id_number just exchange caller_id_number with ${sip_from_user}
  15. M

    Are call backs possible? Start Stop Recording? Scheduled Reporting by email

    Call back feature on an IVR, for example they get the option for a call back either within a call queue or by selecting an option on an IVR, when someone is available the call back is automatically processed? FusionPBX has a member feature for call center callback *Can we do start / stop...