ReceiveAlarmNotification command
The ReceiveAlarmNotification command receive a Contact ID alarm message using Ademco Contact ID protocol.
<ReceiveAlarmNotification> command example usage:
You need an IVR extension to use this command. Using the IVR extension you can find a detailed description on the following page: Using IVR extension
You can receive a Contact ID alarm with the ReceiveAlarmNotification command. If the receiving was sucessful, then commands will be executed between the <Received></Received> tags. There are several commands you can use here, for example Call, SendSms, SendEmail. In these commands, you can use the received contact id message using the following parameters:
- $account = AccountNumber
- $eventqualifier = Event qualifier
- $eventcode = Event code
- $eventname = Event name
- $partition = Partition number
- $zone = Zone numer
OzML example:
With the help of the following example you can send an sms about the alarm was received. Here you can use any of the above parameters. Currently, send the account number, the event name, and the zone number.
<OzML> <ReceiveAlarmNotification> <Received> <SendEmail Recipient="recepient@mail.com" Message="Account $account, Event name $eventname, Zone $zone" Subject="alarmTest"> </SendEmail> </Received> </ReceiveAlarmNotification> </OzML>
More information
- SQL command
- OzML Array command
- OzML BlindTransfer HTTP command to Ozeki Phone System
- OzML Call HTTP command to Ozeki Phone System
- OzML Delay HTTP command to Ozeki Phone System
- OzML DeleteFile Command
- OzML ForEach command
- OzML GoTo HTTP command to Ozeki Phone System
- OzML Hangup HTTP command to Ozeki Phone System
- OzML MoveFile command
- OzML Play HTTP command to Ozeki Phone System
- OzML ReceiveAlarmNotification
- OzML Record HTTP command to Ozeki Phone System
- OzML Reject HTTP command to Ozeki Phone System
- OzML SendAlarmNotification
- OzML SendEmail HTTP command to Ozeki Phone System
- OzML SendSMS HTTP command to Ozeki Phone System
- OzML Speak HTTP command to Ozeki Phone System
- OzML Userinput HTTP command to Ozeki Phone System
- OzML Var command