Skip to content

Instantly share code, notes, and snippets.

@hackworth
Created February 23, 2012 04:19
Show Gist options
  • Save hackworth/1890106 to your computer and use it in GitHub Desktop.
Save hackworth/1890106 to your computer and use it in GitHub Desktop.
[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]
@BITCOIN-MIN
Copy link

how do i get a bank's serviceid, appid, entityid, clientid .......................................

@BITCOIN-MIN
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment