Action - Init Variables Phone Info
The action Init Variables Phone Info initializes the desired variables (not all values are available on all devices).
Examples:
- Check the network operator once an hour.
Settings
SIM
The SIM card.
Variable Device ID (e.g. IMEI/MEID/ESN)
The name of the variable.
Variable Software Version (e.g. IMEI/SV)
The name of the variable.
Variable Line 1 Number (e.g. MSISDN)
The name of the variable.
Variable Network Country ISO
The name of the variable.
Variable Network Operator (e.g. MCC+MNC)
The name of the variable.
Variable Network Operator Name
The name of the variable.
Variable Phone Type
The name of the variable.
Variable SIM State
The name of the variable.
Variable SIM Country ISO
The name of the variable.
Variable SIM Operator
The name of the variable.
Variable SIM Operator Name
The name of the variable.
Variable SIM Serial Number
The name of the variable.
Variable Subscriber ID (e.g. IMSI)
The name of the variable.
Variable Voice Mail Alpha Tag
The name of the variable.
Variable Voice Mail Number
The name of the variable.
A variable is a container for a value that can be used in many actions and conditions to dynamically define a part of a text.
See action Script for a description.
See action Script for a description.
Supplied Variables
device_idthe device ID (e.g. IMEI/MEID/ESN), null when unavailable
device_software_versionthe software version (e.g. IMEI/SV), null when unavailable
line1_numberthe phone number string for line 1 (e.g. MSISDN), null when unavailable
network_country_isothe ISO country code (only when registered to a network, unreliable on CDMA)
network_operatornumeric network operator name MCC+MNC (only when registered to a network, unreliable on CDMA)
network_operator_namenetwork operator name (only when registered to a network, unreliable on CDMA)
phone_typetype of the phone (0=no, 1=GSM, 2=CDMA, 3=SIP)
sim_stateState of the SIM (0=unknown, 1=absent, 2=PIN required, 3=PUK required, 4=network locked, 5=ready)
sim_country_isoSIM ISO country code
sim_operatorSIM MCC+MNC (only available when SIM in state ready)
sim_operator_nameservice provider name SPN (only available when SIM in state ready)
sim_serial_numberserial number of the SIM, null when unavailable
subscriber_idthe subscriber ID (e.g. IMSI), null when unavailable
voice_mail_alpha_tagthe alphabetic identifier associated with the voice mail number
voice_mail_numberthe voice mail number, null when unavailable