Hello,
For a certain specfic scenario, I noticed that Janus plugin just hangs up.
I'm trying to do an echo test for a SIP endpoint and in the middle of the call,
Janus SIP plugin stops responding, in the Janus logs, I see the following message
-------
[plugins/janus_sip.c:janus_sip_relay_thread:2883] [SIP-click2vox] Error polling: POLLERR.
-------
Additional info, I'm connected to Janus over websockets.
I'm registered as a guest, only piece of information, I'm supplying to it is username,
username is randomly set it '
sip:clic...@voxbone.com'
var register = {
"request" : "register",
"username" : "
sip:clic...@voxbone.com",
"type" : "guest"
};
voxbone.WebRTC.sipplugin.send({"message": register});
Any ideas what could be wrong with the setup or Janus?
Thanks,
Nitesh