FRITZ!Box CallMonitor v0.3.3.1 (2009-06-16) (3 Viewers)

kleiner8

Portal Pro
September 4, 2007
63
2
Home Country
Germany Germany
Thats not so nice. But for right understanding: i don't mean my e-mails, i mean my voice mails. If the LED (on FritzBox) is flashing, i press the button 1 on my phone and can listen to my messages, which are spoken from my frends on the box.


kleiner
 

fe-cologne

Portal Member
February 2, 2008
7
0
First of all,.....> GREAT PLUGIN!

the only thing i'm missing is the possibility to choose the size of the Infomation Screen that pops up on an incomming call. I'm sitting 4-5 meters in range of my TV and in this case it's a little bit difficult to read the message on the screen. Is it possible to add this feature?
 

chefkoch

Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    Hi fe-cologne

    thx, and nice that the plugin is working for you.

    The dialog itself is defined by the skin, iirc.
    You can try to modify the DialogNotify.xml in you skin directory, maybe this could solve your problem.

    I won't change that much for this plugin anymore, because it is working well now, as it seems, and changes could break things again, i am busy with mp itself and real life, too. So also time is a problem for huge improvements, sorry.

    kind regards
    chefkoch
     

    ManOnMoon

    Portal Member
    July 26, 2006
    15
    0
    Germany
    I just installed this plugin - regarding the features it sounds great. Unfortunateley my Mediaportal crashes as soon as a call is coming in. I'm using the latest svn from RC1 and monochrome skin together with fritzbox 7270. Are there any other people encountering this issue?

    Thanks a lot!
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    Hi,

    same here.
    I've found a bug in the "ParseAction" function (row 369 of the 'FritzBox.cs' module).

    The DateTime.Parse function fail in non german(?) environment (i think... :confused:).

    However... :rolleyes:
    Replace the code:

    Code:
    callAction.time = DateTime.Parse(strList[0]);

    with the following code:

    Code:
    callAction.time = DateTime.Parse(strList[0], new System.Globalization.CultureInfo("de-DE", true));

    Now it works... ;)

    x ManOnMoon: try the dll in attach.

    Bye,
    Nephilim
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    Hi,

    same here.
    I've found a bug in the "ParseAction" function (row 369 of the 'FritzBox.cs' module).

    The DateTime.Parse function fail in non german(?) environment (i think... :confused:).

    However... :rolleyes:
    Replace the code:

    Code:
    callAction.time = DateTime.Parse(strList[0]);

    with the following code:

    Code:
    callAction.time = DateTime.Parse(strList[0], new System.Globalization.CultureInfo("de-DE", true));

    Now it works... ;)

    x ManOnMoon: try the dll in attach.

    Bye,
    Nephilim
    :D Nephilim

    if ManOnMoon can confirm that it is working now, i'll change that, commit it to svn and release a new version for the plugin in repository

    regards
    chefkoch
     

    ManOnMoon

    Portal Member
    July 26, 2006
    15
    0
    Germany
    hi,
    I just replaced the dll. Unfortunateley MP is still crashing...
    Any other suggestions?

    Thanks for the help!
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    x chefkoch

    I think that the fix have to be commit anyway.
    So non german users can use this plugin.

    :D

    x manonmoon

    Please post the mediaportal.log file.

    Bye,
    Nephilim
     

    Users who are viewing this thread

    Top Bottom