Swyx Server: Setting rich presence status

Swyx Server Rich Presence Status

This will set a users presence indicator to away. You’ll have needed to install the IpPbx PowerShell modules first. Oh, and be sure to replace [servername] with, well, the name of your server.

Import-Module IpPbx
Connect-IpPbx [servername]
$name = Read-Host 'Username?'
Set-IpPbxUserPresenceState -Name $name -IsAway:$true -IsDND:$false

For more information about Swyx telephony, please check out the following link:

http://www.swyx.com/