Smartswitch
|
This interface enables to manipulate the SIP parameters of a User. More...
defined in <UserSipParameters.ice>
interface UserSipParameters extends Smartswitch::Destroyable { ... }
Operations | |
idempotent void | setSecret (string secret) throws AccessException, EmptyArgumentException, InsecureArgumentException |
Set the SIP secret (user both for registration and calling). More... | |
Operations inherited from Smartswitch::Destroyable | |
void | destroy () |
Destroy the proxy entity at the Smartswitch side. More... | |
This interface enables to manipulate the SIP parameters of a User.
idempotent void setSecret | ( | string | secret | ) | throws AccessException, EmptyArgumentException, InsecureArgumentException |
Set the SIP secret (user both for registration and calling).
password | The SIP secret. |