Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
2012-12-07 21:28:20 (11 years ago)
Author:
hek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    11= The Fritz!Box Call Log Plugin for Vera = 
    22 
    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. 
     3The 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. 
    44 
    5 == Preparing your FRITZ!Box to send the calling information ==  
     5=== Preparing your FRITZ!Box to send the calling information ===  
    66 
    77You 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. 
     
    2020* If you have a non standard ip. Go to device settings and update the default ip 
    2121 
     22=== Notifications === 
     23 
     24* Outgoing Call (CALL) 
     25* Incoming Call (RING) 
     26* Call ended (DISCONNECT) 
     27* Connect (CONNECT) 
     28 
     29=== Variables === 
     30 
     31Fetch incoming/outgoing number 
     32`luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Number", <deviceId>)` 
     33 
     34Fetch triggering action 
     35`luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Action", <deviceId>)` 
     36 
    2237 
    2338=== Version history ===