ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Contact functions (Lotus Notes or Android/iPhone/iPad)
  • Properties specific to the description of SIPAddress variables
  • Reinitialization
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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 nameType usedEffect
AddressCharacter stringSIP address.
LabelCharacter stringLabel 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.
TypeInteger constantType 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.
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help