C
ONFIGURATION
C
OMMAND
S
ET
- F
IRMWARE
R
EVISION
2.4.0_
BETA
-
V
ERSION
1.0.0
3.2.25.1.1.6.5
GSM.DataCall (Data Call states and events)
STATES
-
are checked every second
State notification code
Meaning
GSM.DataCall.sReady
True when the device is ready to receive a data call, but before the
data call is established.
GSM.DataCall.sIncoming=[
”p_number“
]
True when the device receives an incoming data call
[or
a call from a
specific phone number]
.
Example:
GSM.DataCall.sIncoming =”+4913131313”
GSM.DataCall.sRingCounter<
comp
><
value
>
Based on the user set comparator <
comp
>, the MAMBOII device
compares the number of rings that have elapsed since an incoming
data call was generated. This state is true when the comparison of both
values result True until it results false.
Example:
GSM.DataCall.sRingCounter>2
GSM.DataCall.sInside=[
”p_number“
]
True when a GSM data call [
or call from specific phone number
] is
accepted, until the call is cancelled.
Example:
GSM.DataCall.sInside=”+4913131313”
<
”p_number“
>
It is
optional
. It specifies in quotation marks (" ") the phone number (e.g.
+493677XXXX
, including country and area code) to be compared. If it is
omitted, the event occurs for incoming/outgoing data call.
<
comp
>
Compares two values and return a Boolean (True/False) value that
represents the result of the comparison. It can be set to =, !=, <, >, <= or
>=.
<
value
>
It is an integer value between 0 and 255, which determines the number
of rings of an incoming call to wait for release an alarm.
EVENTS
-
are evaluated just when the event occurs
Event notification code
Meaning
GSM.DataCall.eIncoming=[
”p_number“
]
Occurs when the device receives a CSD call or a CSD call from a
specific phone number.
Example:
GSM.DataCall.eIncoming =”+4913131313”
GSM.DataCall.eRingStopped=[
”p_number“
]
Occurs when the device is already set into the ringing mode and the
caller hangs up the phone.
Example:
GSM.DataCall.eRingStopped=”+4913131313”
GSM.DataCall.eEstablished=[
”p_number“
]
Occurs when a CSD call has been established successfully
Example:
GSM.DataCall.eEstablished=”+4913131313”
GSM.DataCall.eHangup=[
”p_number“
]
Occurs when hanging up p_numberan established CSD call.
Example:
GSM.DataCall.eHangup=”+4913131313”
[
”p_number“
]
It is
optional
. It specifies in quotation marks (" ") the phone number (e.g.
+493677XXXX
, including country and area code) to be compared. If it is
omitted, the event occurs for incoming/outgoing data call.
Table 37:
GSM Data Call states and events.
This confidential document is a property of FALCOM and may not be copied or circulated without previous permission.
Page 229 of 271