Search results

  1. P

    Inbound Calls gets a Busy Signal

    It tells you that the domain doesn't exist with that name. It's also a domain that looks like IP address. Have you tried a simple name?
  2. P

    Internal Calls

    Technically, yes, but you do have an extension like that in your dial plan, so it's possible that the ${user_exist} variable is set to true at that point. You can check the variable values and confirm.
  3. P

    Internal Calls

    This is your issue. Why are you making your IVR numbers 10 digits? It will match the REGEX for outbound trunk. Make it 3 digit long and it will work as you expect.
  4. P

    Internal Calls

    This must be how your dialplan external routes are set up. Your conditions for sending external calls through the trunk are too lose so it matches even internal extensions. I'd recommend you investigate the external dialplan to only match outbound calls.
  5. P

    least cost routing in fusionpbx

    I know some people do it outside of FusionPNX with ASTPP. All calls will be sent to ASTPP trunk and then ASTPP will do the LCR.
  6. P

    Webhooks with FusionPBX

    Give it a try—I hope you find it useful! We're constantly innovating and adding new features. Currently, we're redesigning the outdated IVR page to make it more intuitive and user-friendly. Additionally, we're working on integrating webhooks with Yealink and Polycom redirect services to...
  7. P

    Calls records not showing in Call Detail Records (CDR)

    if you are using the HTTP upload method, check if the cron job Is running.
  8. P

    Webhooks with FusionPBX

    I have built both inbound and outbound webhooks for the FS PBX dashboard, enabling seamless integration with external systems. For instance, the faxing functionality in FS PBX leverages webhooks from Postmark. When Postmark receives an email containing a fax, it triggers a webhook request to FS...
  9. P

    SOLVED quickscript not installing FusionPBX properly?

    Recent updates to Debian 12 have disrupted the FusionPBX installation script, leading to installation failures. While Debian 11 was a viable alternative until recently, similar updates have now affected its compatibility as well. The FusionPBX support team is aware of these issues and is...
  10. P

    Ring group extensions with custom dial strings (MS Teams)

    If you modified the Lua script in the FusionPBX directory, you need to run the Update command (you can do it from the web). It copies all Lua scripts to the correct directories for FreeSWITCH.
  11. P

    Ring group extensions with custom dial strings (MS Teams)

    You may need a custom dialplan for this instead of using ring groups.
  12. P

    Hello World

    Welcome to the community!
  13. P

    Fail2ban not blocking failed sip logins

    Yes you should see the blocks in the IP Tables
  14. P

    Out going calls failing - provider states ANI is wrong

    @smokinjo, did you restart the gateway after making changes? A restart is necessary after each update, as simply saving the changes won’t fully apply them.
  15. P

    Change "Choose Greeting" on an Automated schedule

    Yes, those two suggestions above are the most optimal.
  16. P

    Water flow at Beach and Seagull Noises randomly when calling out

    I can't answer why the same call goes through different paths. It seems like an issue with dialplan or how the number is dialed.
  17. P

    Out going calls failing - provider states ANI is wrong

    I think what you are loking for is a setting in Gateways. It's called Caller ID in From. It will pass your phone number to the carrier in the header instead of Freeswith. I had the same issue with US trunk providers.
  18. P

    Voicemail Prompts

    This, in fact, was an issue some time ago. Probbaly a year or os ago. A bug in the LUA script made those buttons not work properly. You must ensure you have the updated voicemail LUA script in the right folder.
  19. P

    Call Centre Issues

    That doesn't seem right. If the agent is logged out, the queue will not send calls to that agent. You may have some misconfiguration.
  20. P

    Call Centre Issues

    For optimal queue operation, it's recommended that agents log out rather than use Do Not Disturb (DND). The queue system is designed to function most effectively when agents actively log in and out, ensuring smooth workflow and accurate agent availability tracking.