Search results

  1. V

    Inbound Calls not working with a new gateway

    Hi, I'm trying to add a new gateway to my fusionPBX. I have two working gateways and everything is nice with them. When I add this new gateway (it's from inopla), it's getting registered as expected and I can also use it to make outbound calls. Now, the issue is that when I create a...
  2. V

    Play MOH from start for every user in a call center queue

    Hi, I have a call center queue setup, it's using a custom music on hold (.wav file) Whenever someone joins the queue they hear the file as expected but it's not from the start, the audio is from somewhere between for example 0:30 I want the audio (music on hold) to start from 0:00 for every...
  3. V

    Custom Conference Room

    Hi, I have two issues going on i) I want to create a conference room that calls an external number as soon as anyone joins the room, if the external call fails, the user should be directed to another fixed conference room. ii) I want another conference room that keeps playing a hold music...
  4. V

    Unable to transfer a call from one conference room to another using fs_cli

    Hi, I want to transfer a call that is present in one conference room to another conference room that is active. Currently, I'm using the uuid_transfer command in the fs_cli to transfer the call but the call gets disconnected. I tried other methods like putting the call on hold before using the...
  5. V

    Unable to access django server on debian running FusionPBX

    have a Debian server running fusionPBX, I installed it using this official script. It uses nginx to host the application, I tried adding another server (Django) in the config file of nginx to support another server that's running on the same machine. Still, I can't access the Django server. I...