Gsm.voicecall (Voice Call States And Events) - FALCOM MAMBOII User Manual

Table of Contents

Advertisement

C
C
ONFIGURATION
OMMAND
3.2.25.1.1.6.3
STATES-are checked every second
State notification code
GSM.VoiceCall.sReady
GSM.VoiceCall.sIncoming=<"p_number">
GSM.VoiceCall.sRingCounter<comp><"value">
GSM.VoiceCall.sOutgoing=<"p_numbe
GSM.VoiceCall.sInside=<"p_number">
<"p_number">
<comp>
<value>
EVENTS-are evaluated just when the event occurs
Event notification code
GSM.VoiceCall.eIncoming=<"p_number">
GSM.VoiceCall.eRingStopped=<"p_number">
GSM.VoiceCall.eOutgoing=<"p_number">
GSM.VoiceCall.eEstablished=<"p_number">
GSM.VoiceCall.eHangup=<"p_number">
<"p_number">
This confidential document is a property of FALCOM and may not be copied or circulated without previous permission.
S
- F
R
ET
IRMWARE

GSM.VoiceCall (Voice Call states and events)

Meaning
">
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 voice call.
A value from 0 to 255, which determines the number of rings of an
incoming call to wait for release an alarm.
Meaning
Table 35:
GSM Voice Call states and events.
2.4.0_
-
EVISION
BETA
True when the device is ready to receive or dial a voice call (currently
there is no incoming or established voice call).
True when the device receives an incoming voice call [or a call from a
specific phone number]..
Example:
GSM.VoiceCall.sIncoming="+4913131313"
True when the number of rings of an incoming voice and user
specified <"p_number"> are evaluated true.
Example:
GSM.VoiceCall.sRingCounter>2
True when the device makes an outgoing voice call [or a call from a
specific phone number], until the call is accepted or cancelled.
Example:
GSM.VoiceCall.sOutgoing="+4913131313"
True when a GSM voice call [or a call from a specific phone number]
is accepted until the call is cancelled. This state can be used when
you want to know whether a call is currently in progress .
Example:
GSM.VoiceCall.sInside="+4913131313"
Compares two values and return a Boolean (True/False) value that
represents the result of the comparison. It can be set to =, !=, <, >, <=
or >=.
Occurs when the device receives a GSM voice call. This event can
then decide whether to accept that call or not.
Example:
GSM.VoiceCall.eIncoming="+4913131313"
Occurs when the device is already set into the ringing mode and the
caller hangs up the phone.
Example:
GSM.VoiceCall.eRingStopped="+4913131313"
Occurs when the device sets up an outgoing voice call, before the
recipient's phone rings.
Example:
GSM.VoiceCall.eOutgoing="+4913131313"
Occurs when an incoming voice call has been established
successfully.
Example:
GSM.VoiceCall.eEstablished="+4913131313"
Occurs when an established voice call has been hanged up.
Example:
GSM.VoiceCall.eHangup="+4913131313"
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 voice call.
V
1.0.0
ERSION
Page 227 of 271

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MAMBOII and is the answer not in the manual?

Questions and answers

Table of Contents