CALL:VIDeo

CALL:VIDeo

Last updated: January 16, 2009

This section is only applicable to the lab application or feature-licensed test application.

GPIB Command Conventions

CALL:VIDeo:LAN:CONTrol:CSISend[:STATe]

Function

Sets/queries Sending of Call Status Indications State . This setting can only be changed when call status is idle.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:CONTrol:CSISend ON"
! Sets Sending of Call Status Indications State to on.

CALL:VIDeo:LAN:CONTrol:RCORiginate[:STATe]

Function

Sets/queries Allow Remote Call Origination State . This setting can only be changed when call status is idle.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:CONTrol:RCORiginate ON"
! Sets Allow Remote Call Origination State to on.

CALL:VIDeo:LAN:CONTrol:RCRelease[:STATe]

Function

Sets/queries Allow Remote Call Release State . This setting can only be changed when call status is idle.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:CONTrol:RCRelease ON"
! Sets Allow Remote Call Release State to on.

CALL:VIDeo:LAN:CONTrol:RECeive:UDP:PORT

Function

Sets/queries Control Message Receiving UDP Port . This setting can only be changed when call status is idle.

Setting

Range: 6001 to 6010

Resolution: 1

Query

Same as setting

Factory Setting

6001 (this parameter is not affected by any reset operation and can only be changed by direct user access)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:CONTrol:RECeive:UDP:PORT 6006"
! Sets Control Message Receiving UDP Port to 6006.

CALL:VIDeo:LAN:CONTrol:SEND:IP:ADDRess

Function

Sets/queries Control Message Destination IP Address . This setting can only be changed when call status is idle.

Setting

Range: 15 characters formatted as follows: A.B.C.D where A= 0 to 126 and 128 to 223, B.C.D = 0 to 255 (no embedded spaces), blank field

Query Range: 15 characters formatted as follows: "A.B.C.D" where A= 0 to 126 and 128 to 223, B.C.D = 0 to 255 (no embedded spaces), "".

Factory Setting

"" (this parameter is not affected by any reset operation and can only be changed by direct user access)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:CONTrol:SEND:IP:ADDRess '10.10.10.16'"
! Sets Control Message Destination IP Address to 10.10.10.16.

CALL:VIDeo:LAN:CONTrol:SEND:UDP:PORT

Function

Sets/queries Control Message Destination UDP Port . This setting can only be changed when call status is idle.

Setting

Range: 6001 to 6010

Resolution: 1

Query

Same as setting

Factory Setting

6001 (this parameter is not affected by any reset operation and can only be changed by direct user access)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:CONTrol:SEND:UDP:PORT 6006"
! Sets Control Message Destination UDP Port to 6006.

CALL:VIDeo:LAN:DATA:RECeive:UDP:PORT

Function

Sets/queries Data Message Receiving UDP Port . This setting can only be changed when call status is idle.

Setting

Range: 6011 to 6020

Resolution: 1

Query

Same as setting

Factory Setting

6011 (this parameter is not affected by any reset operation and can only be changed by direct user access)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:DATA:RECeive:UDP:PORT 6016"
! Sets Control Message Destination UDP Port to 6016.

CALL:VIDeo:LAN:DATA:SEND:IP:ADDRess

Function

Sets/queries Data Message Destination IP Address . This setting can only be changed when call status is idle.

Setting

Range: 15 characters formatted as follows: A.B.C.D where A= 0 to 126 and 128 to 223, B.C.D = 0 to 255 (no embedded spaces), blank field

Query Range: 15 characters formatted as follows: "A.B.C.D" where A= 0 to 126 and 128 to 223, B.C.D = 0 to 255 (no embedded spaces), "".

Factory Setting

"" (this parameter is not affected by any reset operation and can only be changed by direct user access)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:DATA:SEND:IP:ADDRess '10.10.10.06'"
! Sets Data Message Destination IP Address to 10.10.10.6.

CALL:VIDeo:LAN:DATA:SEND:UDP:PORT

Function

Sets/queries Data Message Destination UDP Port . This setting can only be changed when call status is idle.

Setting

Range: 6011 to 6020

Resolution: 1

Query

Same as setting

Factory Setting

6011 (this parameter is not affected by any reset operation and can only be changed by direct user access)

Requirements

Lab Application Revision: D.00.04 and above.

Programming Example

 
OUTPUT 714;"CALL:VIDeo:LAN:DATA:SEND:UDP:PORT 6016"
! Sets Data Message Destination UDP Port to 6016.

CALL:VIDeo:TYPE

Function

Sets/queries Video Call Type . This setting can only be changed when call status is idle.

Setting

Range: UE|LAN8960|LOOPback

Query

Range: UE|LAN8960|LOOP

*RST Setting

UE

Requirements

Lab Application Revision: D.00.04 and above.

Lab Application Revision E.00.16 added LOOPback

Programming Example

 
OUTPUT 714;"CALL:VIDeo:TYPE LAN8960"
! Sets Video Call Type to UE-to-8960LAN.