Created
February 23, 2012 04:19
-
-
Save hackworth/1890106 to your computer and use it in GitHub Desktop.
Asterisk Home Automation - http://www.jordanhackworth.com/home-automation-with-asterisk-and-freepbx/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ivr-2] | |
exten => 2,1,Macro(blkvm-clr,) | |
exten => 2,n,TrySystem(wget --spider "http://10.10.0.6:49451/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=2") | |
exten => 3,1,Macro(blkvm-clr,) | |
exten => 3,n,TrySystem(wget --spider "http://10.10.0.6:49451/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=4") | |
exten => 4,1,Macro(blkvm-clr,) | |
exten => 4,n,TrySystem(wget --spider "http://10.10.0.6:49451/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=10") | |
exten => 5,1,Macro(blkvm-clr,) | |
exten => 5,n,TrySystem(wget --spider "http://10.10.0.6:49451/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=11") | |
exten => 0,1,Macro(blkvm-clr,) | |
exten => 0,n,TrySystem(wget --spider "http://10.10.0.6:49451/data_request?id=lu_action&output_format=xml&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=RunScene&SceneNum=12") | |
; end of [ivr-2] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how do i get a bank's serviceid, appid, entityid, clientid .......................................