CALL:CPNumber

CALL:CPNumber

Last updated: January 15, 2009

GPIB Command Conventions

CALL:CPNumber[:SELected]

Function

Sets/queries the ASCII representation of the calling party number.

The value is included in the SETUP message to the called mobile station when INCLude is selected by CALL:CPNumber:INCLusion .

It is displayed on the called mobile station's screen when "ALLowed" is selected by CALL:CPNumber:PRESentation[:INDicator] .

Setting

Range: 0 to 20 characters enclosed by quotes, each character from the set of 0123456789abc*#

Query

Range: 0 to 20 characters enclosed by quotes, each character from the set of 0123456789abc*#

*RST Setting

"5099214001"

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:CPNumber '#0123456789*'"
!Sets the calling party number to #0123456789*.

CALL:CPNumber:INCLusion

Function

Sets/queries whether to include the calling party number information record.

The value is not included in the message to the called mobile station. When "INCLude" is selected, the calling party number parameters configured by CALL:CPNumber[:SELected] , CALL:CPNumber:PLAN , CALL:CPNumber:PRESentation[:INDicator] , CALL:CPNumber:SCReening[:INDicator] and CALL:CPNumber:TYPE is sent to the mobile station.

Setting

Range: INCLude|EXCLude

Query

Range: INCL|EXCL

*RST Setting

EXCL

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:CPNumber:INCLusion INCLude"
!Set to include the calling party number to the called mobile station.

CALL:CPNumber:PLAN

Function

Sets/queries the numbering plan used for the calling party number. See Parameter Descriptions for details.

The value is included in the SETUP message to the called mobile station when INCLude is selected by CALL:CPNumber:INCLusion .

Setting

Range: UNKNown|ISDN|NATional|PRIVate|TELex|DATA

Query

Range: UNKN|ISDN|NAT|PRIV|TEL|DATA

*RST Setting

UNKN

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:CPNumber:PLAN PRIVate"
!Set the numbering plan for calling party number to private.

CALL:CPNumber:PRESentation[:INDicator]

Function

Sets/queries the presentation indicator (PI) used for the calling party number. See Parameter Descriptions for details.

The value is included in the SETUP message to the called mobile station when INCLude is selected by CALL:CPNumber:INCLusion .

Setting

Range: ALLowed|RESTricted|NNAVailable

Query

Range: ALL|REST|NNAV

*RST Setting

ALL

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:CPNumber:PRESentation RESTricted"
!Set the presentation indicator of Calling Party Number to restricted.

CALL:CPNumber:SCReening[:INDicator]

Function

Sets/queries the screening indicator (SI) for the calling party number. See Parameter Descriptions for details.

The value is included in the SETUP message to the called mobile station when INCLude is selected by CALL:CPNumber:INCLusion .

Setting

Range: UNSCreened|UVPassed|UVFailed|NETWork

Query

Range: UNSC|UVP|UVF|NETW

*RST Setting

UNSC

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:CPNumber:SCReening NETWork"
!Set the screening indicator of calling party number to network.

CALL:CPNumber:TYPE

Function

Sets/queries the number type of the calling party number. See Parameter Descriptions for details.

The value is included in the SETUP message to the called mobile station when INCLude is selected by CALL:CPNumber:INCLusion .

Setting

Range: UNKNown|INATional|NATional|NETWork|DEDicated

Query

Range: UNKN|INAT|NAT|NETW|DED

*RST Setting

UNKN

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"CALL:CPNumber:TYPE NATional"
!Set the number type of calling party number to national.