Realtime Data || Active Calls

Hello,

i am trying to check the active calls on Yeti Switch, but when i go to the active calls page it always shows “There are no Active Calls yet.” even if i have active live calls running. Is there anything i am doing wrong ?

Ensure that your SEMS node defined at System->Nodes and RPC endpoint describes jsonrpc socket on SEMS.

for instance:

cat /etc/sems/etc/jsonrpc.conf
jsonrpc_listen=127.0.0.1
jsonrpc_port=7080
server_threads=2

RPC endpoint should be 127.0.0.1:7080 - such configuration will work only for case when SEMS and web is running on same node.

i’ll change the RPC endpoint and update the results here. Thank you.

Changing the RPC endpoint made it work.
Thank you.