= The Fritz!Box Call Log Plugin for Vera = 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. === Preparing your FRITZ!Box to send the calling information === 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. === Installing the Fritz!Box call log plugin === * Go to: Apps -> Develop Apps -> Luup files * Download and add the four files below using "Browse". Click "Restart Luup after upload" checkbox and press Go. * Go to: Apps -> Develop Apps -> Create Device * Set "Upnp Device Filename" to "D_FritzBox.xml" * Set "Upnp Implementation Filename" to "I_FritzBox.xml" * Click "Create Device" * Reload * If you have a non standard ip. Go to device settings and update the default ip === Notifications === * Outgoing Call (CALL) * Incoming Call (RING) * Call ended (DISCONNECT) * Connect (CONNECT) === Variables === Fetch incoming/outgoing number `luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Number", )` Fetch triggering action `luup.variable_get( 'urn:hek:serviceId:FritzBox1', "Action", )` === Version history === '''v0.1''' - Initial version released. Basic functionality. === Links === [http://forum.micasaverde.com/index.php/topic,12719 Forum thread]