|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoPartyInfo
Title:Party Info
Description: This interface defines the party info of the call
Copyright: Copyright (c) 2005
Company: Cisco Systems
Field Summary | |
---|---|
static int |
ABBREVIATED_NUMBER
This NumberType is same as 4; it represents caller is from same CallManager |
static int |
INTERNATIONAL_NUMBER
This NumberType is same as 0; it represents nothing is configured |
static int |
NATIONAL_NUMBER
This NumberType is same as 1; it represents caller is INTERNATIONAL |
static int |
NET_SPECIFIC_NUMBER
This NumberType is same as 2; it represents caller is NATIONAL |
static int |
RESERVED_FOR_EXTENSION
This NumberType is same as 6; it represents its a fast dial call - not being used currently |
static int |
SUBSCRIBER_NUMBER
This NumberType is same as 3; it represents call is from MGCP/H.323 gateway |
static int |
UNKNOWN_NUMBER
|
Method Summary | |
---|---|
javax.telephony.Address |
getAddress()
returns address |
boolean |
getAddressPI()
returns Presentation Indicator(PI) associated with Address If it returns true, Application can display this Address name to end users if it returns false, Applications should not display this Address name to end user |
java.lang.String |
getDisplayName()
returns display name of the party |
boolean |
getDisplayNamePI()
returns Presentation Indicator(PI) associated with DisplayName If it returns true, Application can display this DisplayName to end users if it returns false, Applications should not display this DisplayName to end user |
int |
getlocale()
This interface returns the locale of the party unicode display name. |
int |
getNumberType()
returns number type of the party |
java.lang.String |
getUnicodeDisplayName()
returns unicode display name of the party |
CiscoUrlInfo |
getUrlInfo()
returns Url Info |
java.lang.String |
getVoiceMailbox()
returns voice mail box of the party |
Field Detail |
---|
static final int UNKNOWN_NUMBER
static final int INTERNATIONAL_NUMBER
static final int NATIONAL_NUMBER
static final int NET_SPECIFIC_NUMBER
static final int SUBSCRIBER_NUMBER
static final int ABBREVIATED_NUMBER
static final int RESERVED_FOR_EXTENSION
Method Detail |
---|
CiscoUrlInfo getUrlInfo()
javax.telephony.Address getAddress()
java.lang.String getDisplayName()
java.lang.String getUnicodeDisplayName()
boolean getAddressPI()
boolean getDisplayNamePI()
int getlocale()
java.lang.String getVoiceMailbox()
int getNumberType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |