Comfort Automation/ Security System Forums

Full Version: Dial Out
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I would like Comfort to dial out to a specified number twice a month. I have the required number set in the dial out list as number 3. Is there some code I could put in a response to achieve this?

The reason is to fulfill the terms of my BT contract, where I need to make at least 2 calls a month, but am frequently away from home for months at a time.

Thank You
I am struggling to figure out how that can be helpful
Yes you can dial to a number only on a few selected days of the month

Create this Response, call it say  \"DialResponse\"
If Day = 1 And Day = 15 Then
    AlarmUser FamilyCare
End If

In Alarm Type FamilyCare, check  Dial-out box and select only to one of the 8 phones

Create a Time Program, set a Time of Day, and enable for every day of the week. Remember to Enable the Time program otherwise it will not work

Assign the above  Response to the Time Program

This time program runs at the selected time every day and dials out Family care alarm only on the 1st and 15th of the month

This was not in the Youtube video



Hi ident,

Sorry this is offtopic.

Is there a setting on this forum you can use to disable posting links for newly registered members(spammers).
Unfortunately not. There is no moderation facility on the forum

Thanks very much. That is exactly what I was after.