1.3.7 Pause Source in Session

Enter the command to pause a source in a session. Defined by the CmdPar1 = SessionId and CmdPar2 = SourceId parameters. If the CmdPar1 and CmdPar2 values are non-existent, the server replies OK, but no source will be suspended.

Request

<msg Id="CTI_NSPK_CMD_REQ">
<CTI_NSPK_IE_SES_CMD Cmd="PAUSE" CmdPar1="0x1" CmdPar2="0x1"/>
<CTI_IE_REFERENCE Ref="0x420"/>
</msg>

Response

<msg Id="CTI_NSPK_CMD_CONF">
<CTI_IE_REFERENCE Ref="0x420"/>
<CTI_IE_RESULT Result="OK"/>
</msg>