fritzboxtr064
fritzboxtr064 copied to clipboard
issue with FB connected via LAN
It seems, if the FB is not directly connected to DSL but via an external modem (Kabel Deutschland, "vorhandener Zugang über LAN"/"existing access via LAN"), the communication flow to the FB gets interrupted. Flow: DeviceInfo - ok WLANConfiguration:2 - ok WLANConfiguration:3 - ok WANPPPConnection:1 - failed And then no further communication happens. So I'm missing all the remaining data like all from callmonitor_ringing*, tam*, etc.
Here is the trace-log:
2017-01-24 00:21:32.106 [TRACE] [ing.fritzboxtr064.internal.Tr064Comm] - Raw SOAP Response from FritzBox: <?xml version="1.0"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:GetInfoResponse xmlns:u="urn:dslforum-org:service:WLANConfiguration:1"> <NewEnable>1</NewEnable> <NewStatus>Up</NewStatus> <NewMaxBitRate>Auto</NewMaxBitRate> <NewChannel>12</NewChannel> <NewSSID>xxxxxxx</NewSSID> <NewBeaconType>WPAand11i</NewBeaconType> <NewMACAddressControlEnabled>0</NewMACAddressControlEnabled> <NewStandard>n</NewStandard> <NewBSSID>xxxxxxx</NewBSSID> <NewBasicEncryptionModes>None</NewBasicEncryptionModes> <NewBasicAuthenticationMode>None</NewBasicAuthenticationMode> <NewMaxCharsSSID>32</NewMaxCharsSSID> <NewMinCharsSSID>1</NewMinCharsSSID> <NewAllowedCharsSSID>0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz !"#$%&'()*+,-./:;<=>?@[\]^_{|}~</NewAllowedCharsSSID> <NewMinCharsPSK>64</NewMinCharsPSK> <NewMaxCharsPSK>64</NewMaxCharsPSK> <NewAllowedCharsPSK>0123456789ABCDEFabcdef</NewAllowedCharsPSK> </u:GetInfoResponse> </s:Body> </s:Envelope> 2017-01-24 00:21:32.108 [TRACE] [ing.fritzboxtr064.internal.Tr064Comm] - Raw SOAP Request to be sent to FritzBox: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><u:GetExternalIPAddress xmlns:u="urn:dslforum-org:service:WANPPPConnection:1"/></SOAP-ENV:Body></SOAP-ENV:Envelope> 2017-01-24 00:21:32.335 [DEBUG] [ing.fritzboxtr064.internal.Tr064Comm] - Releasing connection 2017-01-24 00:21:32.335 [TRACE] [ing.fritzboxtr064.internal.Tr064Comm] - Raw SOAP Response from FritzBox: <?xml version="1.0"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring>UPnPError</faultstring> <detail> <UPnPError xmlns="urn:dslforum-org:control-1-0"> <errorCode>402</errorCode> <errorDescription>Invalid Args</errorDescription> </UPnPError> </detail> </s:Fault> </s:Body> </s:Envelope> 2017-01-24 00:21:32.336 [ERROR] [ing.fritzboxtr064.internal.Tr064Comm] - FritzBox returned unexpected response. Could not find expected datavalue NewExternalIPAddress in response. 2017-01-24 00:21:32.336 [DEBUG] [ing.fritzboxtr064.internal.Tr064Comm] - <?xml version="1.0"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring>UPnPError</faultstring> <detail> <UPnPError xmlns="urn:dslforum-org:control-1-0"> <errorCode>402</errorCode> <errorDescription>Invalid Args</errorDescription> </UPnPError> </detail> </s:Fault> </s:Body> </s:Envelope>
BTW: I'm using it with OH2.
Would be great to get it running.
BR Michael