The
SIPAddress type is used to define the advanced characteristics of a SIP address. SIP (Session Initiation Protocol) is a standardized protocol used to establish multimedia communications (sound and images). It is mainly used for VoIP (voice on IP).
The characteristics of this SIP address can be defined and modified by several WLanguage properties.
This type of variable is used by the
Contact variables.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see
Declaring a variable.
Remarks
Properties specific to the description of SIPAddress variables
The following properties can be used to handle a SIP address:
| | |
Property name | Type used | Effect |
---|
Address | Character string | SIP address. |
Label | Character string | Label for the types of custom SIP addresses (optional). If Type does not correspond to the sipCustom constant, the value of this property will be ignored. |
Type | Integer constant | Type of SIP address: - sipOther: other types.
- sipWork: professional SIP address.
- sipHome: personal SIP address.
- sipCustom: custom type corresponding to the value of the Label property.
|
Reinitialization
You can use
VariableReset to reset the contents of a variable of type
SIPAddress.