Picture of JiangNan
Registered 6 years 73 days
JiangNan Thursday, 9 January 2020, 02:48 AM
Don't receive any valid presence status from Innovaphone via WebSocket
Hi there, We have a CC solution communicating to Innovaphone pbx via WebSocket using RCC, PbxApi. This is the Subscribe request we send to Innovaphone pbx using user's phone number: var subscribe = new SubscribePresence { src = "80141", num = "80141" }; This is we receive for "PresenceState": "mt": "PresenceState", "up": true, "sip": "j80141", "dn": "Josie80141", "email": null, "api": "PbxApi", "src": "80141" This is we receive for "PresenceUpdate": "mt": "PresenceUpdate", "presence": [ { "contact": "tel:", "status": "closed", "activity": null, "note": null }, { "contact": "im:", "status": "closed", "activity": null, "note": null } ], "api": "PbxApi", "src": "80141" We don't receive any update if the user is on call or change note or activity on the phone Could you please let me know what we have done wrong? Many thanks!
Picture of Matthias Schertler (innovaphone)
Moderator Registered 12 years 192 days
Matthias Schertler (innovaphone) Thursday, 9 January 2020, 12:36 PM
Re: Don't receive any valid presence status from Innovaphone via WebSocket
Hi JiangNan,

did you configure appropriate visibility settings for the monitored PBX objects? This must be done in order to see the presence information of a user.

See http://wiki.innovaphone.com/index.php?title=Reference13r1:PBX/Objects/Edit_Allow for details.

Best regards,
Matthias
Picture of JiangNan
Registered 6 years 73 days
JiangNan Thursday, 9 January 2020, 08:15 PM
Re: Don't receive any valid presence status from Innovaphone via WebSocket
Hi Matthias

Thanks

← You can define your color theme preference here