Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 2012-12-07 21:28:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 1 1 = The Fritz!Box Call Log Plugin for Vera = 2 2 3 The Fritz!Box is a router with build in VOIP and Dect functionality. With this plugin you can trigger scenes on incoming calls, outgoing calls and hangup.3 The Fritz!Box is a router with build in VOIP and Dect functionality. With this plugin you can trigger scenes on incoming calls, outgoing calls, connect and hang-up. Use it to turn off music or announce who is calling in you speakersystem. 4 4 5 == Preparing your FRITZ!Box to send the calling information==5 === Preparing your FRITZ!Box to send the calling information === 6 6 7 7 You need to open the TCP-Port 1012 on your FRITZ!Box to use the plugin. For opening the port call `#96*5*` on your phone. If you want to close the port again you can call `#96*4*`, but then the plugin won't work anymore. … … 20 20 * If you have a non standard ip. Go to device settings and update the default ip 21 21 22 === Notifications === 23 24 * Outgoing Call (CALL) 25 * Incoming Call (RING) 26 * Call ended (DISCONNECT) 27 * Connect (CONNECT) 28 29 === Variables === 30 31 Fetch incoming/outgoing number 32 `luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Number", <deviceId>)` 33 34 Fetch triggering action 35 `luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Action", <deviceId>)` 36 22 37 23 38 === Version history ===