D14128.02—NOVEMBER 2008
72
Codec C90
System Integrator Guide
Contents Introduction Getting Started Interfaces About the API xConfiguration xCommand xStatus Cameras Appendices Contact us
xCommand
xCommand DTMFSend
Send DTMF tones to the far end.
Required parameters with (r):
CallId(r): <0..65534>
DTMFString(r): <S: 0, 32>
Example:
xCommand DTMFSend CallId:2 DTMFString:1234
*r DTMFSendResult (status=OK):
*r/end
OK
xCommand TStringSend
Used to send data to far end, e.g. for Telepresence control systems. Uses the H.245 control channel (TCP).
Only works with H.323 calls.
Required parameters with (r):
CallId(r): <0..65534>
Message(r): <S: 1, 1450>
Example:
xCommand TStringSend CallId:1 Message:”This is an example”
*r TStringSendResult (status=OK):
*r/end
OK
The DTMF Send command The TString Send command