Recent content by eman

  1. E

    ACTIVE CALLS

    good day Please help me, I'm having this issue where there are calls, but I can't see them on active calls, as it doesn't show real-time data of active calls. Please assist me if I'm missing something 'Websocket Disconnected' .
  2. E

    ACTIVE CALLS

    good day Please help me, I'm having this issue where there are calls, but I can't see them on active calls, as it doesn't show real-time data of active calls . Please assist me if I'm missing something 'Websocket Disconnected' I'm getting this error.
  3. E

    ACTIVE CALLS

    ohh yea i am using fusionpbx
  4. E

    ACTIVE CALLS

    'Websocket Disconnected' I'm getting this error when I run inspect. not sure how to work around this
  5. E

    ACTIVE CALLS

    yes i have but still i get nothing
  6. E

    ACTIVE CALLS

    good day Please help me, I'm having this issue where there are calls, but I can't see them on active calls, as it doesn't show real-time data of active calls . Please assist me if I'm missing something
  7. E

    network failure and then phone de registers

    Good day, can you please kindly assist I'm having this issue where now and then the extension I have registered would say, the extension XXX is currently unavailable, please try again later. Whilst on fusion, it shows it is registered and can make outbound calls, and then after a while, the...
  8. E

    Issue with outbound calls from a specific domain extension

    I’m experiencing an issue with a newly created domain on our FusionPBX (version 5.4.4). Here’s the situation: I can successfully make outbound calls: Directly from the SIP trunk. From an extension registered on MicroSIP softphone. However, when I register the same extension on a physical...
  9. E

    All outbound calls are going through only one gateway

    STILL having the same issue of calls going through the first gateway it hits
  10. E

    All outbound calls are going through only one gateway

    I have created a dialplan for an extension (e.g., 101) so that it calls out through a specific gateway. I also have a dial plan for the gateway itself. I want the extension to use that gateway automatically when making outbound calls. I have attached the XML for one of the gateways and the...
  11. E

    All outbound calls are going through only one gateway

    I will try and send the outbound routes.... I have 4 extensions and 4 outbound gateways in FusionPBX. I have set up dialplan rules so that each extension should call out using its assigned gateway. I have also set the “order” for all gateways to the same value. However, calls from all...
  12. E

    All outbound calls are going through only one gateway

    In FusionPBX, I have created multiple outbound gateways (for example, 4 gateways). I also have multiple extensions, and I want each extension’s outbound calls to use a specific gateway. However, right now all outbound calls are going through only one gateway, even though: I have created...
  13. E

    What command do I type to capture details pressed in an IVR

    <action application="set" data="answer2=${ivr_digit_pressed}"/> <action application="log" data="INFO Captured answer2 (digit pressed): ${ivr_digit_pressed}"/> <action application="set" data="answered_by_ext=${last_bridge_to}"/> <action application="export"...
  14. E

    What command do I type to capture details pressed in an IVR

    <action application="set" data="answer2=${ivr_digit_pressed}"/> <action application="log" data="INFO Captured answer2 (digit pressed): ${ivr_digit_pressed}"/> <action application="set" data="answered_by_ext=${last_bridge_to}"/> <action application="export"...