Re: PbxAdminApi - Option "Do Not Disturb"
Hello Ralf,
sorry for the late reply.
If you just want so set Presence i would say you should you the PbxApi for that:
https://sdk.innovaphone.com/14r1/doc/appwebsocket/PbxApi.htm#SetPresence
For example, if you want to set it for the user with h323-name "ralf".
{
"api": "PbxApi", "mt": "SetPresence", "sip": "ralf", "activity": "dnd"}
Best Regards,
Peter