home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
FRITZ!Box CallMonitor v0.3.3.1 (2009-06-16)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Rudi99" data-source="post: 326164" data-attributes="member: 57577"><p>ok, here is the content of the debugger-window with old FritzBox 7170:</p><p>[CODE]</p><p>[DEBUG ] StartClient</p><p>[DEBUG ] Connect</p><p>[DEBUG ] ConnectCallback</p><p>[DEBUG ] Socket connected to 192.168.178.1:1012</p><p>[DEBUG ] Receive</p><p>StateObject state = new StateObject();</p><p>state.workSocket = client;</p><p>Available 0</p><p>Connected True</p><p>IsBound True</p><p>client.BeginReceive(state.buffer, 0, StateObject.BufferSize, 0,</p><p>[DEBUG ] ReceiveCallback</p><p>[DEBUG ] ReceiveCallback</p><p>[DEBUG ] StopClient</p><p>[/CODE]</p><p></p><p>and here's the second debugger-log, with new FritzBox 7270:</p><p>[CODE]</p><p>[DEBUG ] StartClient</p><p>[DEBUG ] Connect</p><p>[DEBUG ] ConnectCallback</p><p>[DEBUG ] Socket connected to 192.168.178.1:1012</p><p>[DEBUG ] Receive</p><p>StateObject state = new StateObject();</p><p>state.workSocket = client;</p><p>Available 0</p><p>Connected True</p><p>IsBound True</p><p>client.BeginReceive(state.buffer, 0, StateObject.BufferSize, 0,</p><p>[DEBUG ] ReceiveCallback</p><p>[DEBUG ] ReceiveCallback</p><p>[DEBUG ] StopClient</p><p>[DEBUG ] ReceiveCallback</p><p>[/CODE]</p><p></p><p>looks identic.</p><p></p><p>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.</p><p></p><p> hmm, after reboot, it doesnt work anymore, even if the debugger-result seems to be the same:</p><p>[CODE]</p><p>[DEBUG ] StartClient</p><p>[DEBUG ] Connect</p><p>[DEBUG ] ConnectCallback</p><p>[DEBUG ] Socket connected to 192.168.178.1:1012</p><p>[DEBUG ] Receive</p><p>StateObject state = new StateObject();</p><p>state.workSocket = client;</p><p>Available 0</p><p>Connected True</p><p>IsBound True</p><p>client.BeginReceive(state.buffer, 0, StateObject.BufferSize, 0,</p><p>[DEBUG ] ReceiveCallback</p><p>[DEBUG ] ReceiveCallback</p><p>[DEBUG ] StopClient</p><p>[DEBUG ] ReceiveCallback</p><p>[/CODE]</p><p></p><p>That's what i suspected a few days ago, that it only works once and then stops working. Any idea?</p><p></p><p>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).</p></blockquote><p></p>
[QUOTE="Rudi99, post: 326164, member: 57577"] 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 [/CODE] 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 [/CODE] 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 [/CODE] 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). [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
FRITZ!Box CallMonitor v0.3.3.1 (2009-06-16)
Contact us
RSS
Top
Bottom