FRITZ!Box CallMonitor v0.3.3.1 (2009-06-16) (1 Viewer)

chefkoch

Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    So here is a small debugging utility. For this i change the logging stuff and some other things.

    please test it and send me the log via pm.

    to be honest, if have no clue what's causing this and it's my last try to find something, unless more users have problems like you.
    Are you able to replace your new fritzbox with your older one? for testing only and keeping all other settings in mp, windows other network computers.

    regards
    chefkoch
     

    Rudi99

    Portal Pro
    October 3, 2007
    238
    4
    Home Country
    Germany Germany
    ok, here are the first logs with FritzBox 7270 and your debugger running in background.
    (does the debugger write into the standard-MP-logfiles?)
     

    Rudi99

    Portal Pro
    October 3, 2007
    238
    4
    Home Country
    Germany Germany
    ok, here is the content of the debugger-window with old FritzBox 7170:
    Code:
    [DEBUG             ]  StartClient
    [DEBUG             ]  Connect
    [DEBUG             ]  ConnectCallback
    [DEBUG             ]  Socket connected to 192.168.178.1:1012
    [DEBUG             ]  Receive
    StateObject state = new StateObject();
    state.workSocket = client;
    Available 0
    Connected True
    IsBound True
    client.BeginReceive(state.buffer, 0, StateObject.BufferSize, 0,
    [DEBUG             ]  ReceiveCallback
    [DEBUG             ]  ReceiveCallback
    [DEBUG             ]  StopClient

    and here's the second debugger-log, with new FritzBox 7270:
    Code:
    [DEBUG             ]  StartClient
    [DEBUG             ]  Connect
    [DEBUG             ]  ConnectCallback
    [DEBUG             ]  Socket connected to 192.168.178.1:1012
    [DEBUG             ]  Receive
    StateObject state = new StateObject();
    state.workSocket = client;
    Available 0
    Connected True
    IsBound True
    client.BeginReceive(state.buffer, 0, StateObject.BufferSize, 0,
    [DEBUG             ]  ReceiveCallback
    [DEBUG             ]  ReceiveCallback
    [DEBUG             ]  StopClient
    [DEBUG             ]  ReceiveCallback

    looks identic.

    And: huh? Now it works, popup appears, don't know why... i will reboot both pc's and restart the 7270 and let you know, if it still works.

    hmm, after reboot, it doesnt work anymore, even if the debugger-result seems to be the same:
    Code:
    [DEBUG             ]  StartClient
    [DEBUG             ]  Connect
    [DEBUG             ]  ConnectCallback
    [DEBUG             ]  Socket connected to 192.168.178.1:1012
    [DEBUG             ]  Receive
    StateObject state = new StateObject();
    state.workSocket = client;
    Available 0
    Connected True
    IsBound True
    client.BeginReceive(state.buffer, 0, StateObject.BufferSize, 0,
    [DEBUG             ]  ReceiveCallback
    [DEBUG             ]  ReceiveCallback
    [DEBUG             ]  StopClient
    [DEBUG             ]  ReceiveCallback

    That's what i suspected a few days ago, that it only works once and then stops working. Any idea?

    Update 2008-11-08 17:32: still not working, even with new 0.3.2.5 and new FritzBox.dll. The debugger on htpc shows the callers data but the MP-notification-window doesn't appear. Tried two different settings (see screenshots attached).
     

    providers

    MP Donator
  • Premium Supporter
  • October 3, 2007
    158
    4
    Home Country
    Denmark Denmark
    chefkoch

    Damn nice plugin.
    I have one question, is it possible that you could make an option for export/import the phonebook?
    that would be nice.

    keep up the great work
    /Providers
     

    chefkoch

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

    Damn nice plugin.
    I have one question, is it possible that you could make an option for export/import the phonebook?
    that would be nice.

    keep up the great work
    /Providers

    Currently it's possible to import from a cvs file, which has been created by the AVM's Fritz!Box Monitor.
    Export is currently not possible.
    Exporting to cvs wouldn't be a problem.

    What exactly are looking for or do you want to do?

    kind regards
    chefkoch
     

    chefkoch

    Retired Team Member
  • Premium Supporter
  • October 5, 2004
    3,129
    1,634
    Dresden / Munich / Maastricht
    Home Country
    Germany Germany
    Update 2008-11-08 17:32: still not working, even with new 0.3.2.5 and new FritzBox.dll. The debugger on htpc shows the callers data but the MP-notification-window doesn't appear. Tried two different settings (see screenshots attached).

    k, if the call informatioon are displayed in the debugging tol and/or in MediaPortal's log file, the problem is not the connection to the fritzbox.
    The must be anything else wrong with MP. Maybe the skin or so, i will test the plugin the next days again, but the other users have no problems so far with Blue3 and this plugin?

    regards
    chefkoch
     

    providers

    MP Donator
  • Premium Supporter
  • October 3, 2007
    158
    4
    Home Country
    Denmark Denmark
    Currently it's possible to import from a cvs file, which has been created by the AVM's Fritz!Box Monitor.
    Export is currently not possible.
    Exporting to cvs wouldn't be a problem.

    What exactly are looking for or do you want to do?

    kind regards
    chefkoch


    When I configure the plugin, under the tab "phonebook"
    I would like to have the possibility to export my phonebook details "names and numbers"
    If I then later need to reinstall then I dont have to write all name & numbers once more.
    I can just import my "phonebook" file I exportet erlyer.


    rgs
    Providers
     

    Users who are viewing this thread

    Top Bottom