Recent content by Vaibhav28890

  1. 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...
  2. 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...
  3. 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...