Hallo - ich versuche im Moment das Phonebook meiner FB_7170 auszulesen und bekommen die Fehlermeldung:
2015.09.01 15:48:01 2: FB_CALLMONITOR (myFritzBox) - could not identify remote phonebooks - no password available to access FritzBox
Wenn ich das Password mit set myFritzBox password xxxxx setze erhalte ich folgende Rückmeldung:
unable to check password - no phonebooks could be found
Die Datei /opt/fhem/FHEM/FhemUtils/uniqueID gehört dem user fhem zeigt sich aber vom oben aufgeführten Versuch das Password zu setzen unbeeindruckt (nicht geändert)
Ich habe den Verdacht, dass das Password nicht gespeichert wird und deshalb das Phonebook nicht abgefragt werden kann.
Hat hier jemand Erfahrung mit diesem 'Verhalten' oder gibt es generell mit der 7170 Schwierigkeiten - da die Gute ja nicht mehr zu den aktuellsten Modellen zählt :)
Grüße
hollyghost
Hi,
Setze bitte vorher mal das Attribut fritzbox-remote-phonebook-via auf tr064 und dann versuch das Passwort nochmal zu setzen.
Viele Grüße
Markus
Hi Markus,
das hatte ich zuvor auch schon probiert - nach deinem Post gleich nochmal!
Unterschiedlche Fehlermeldung aber gleiches Ergebnis:
unable to check password - could not identify remote phonebooks - no phonebooks could be found
uniqueID wird wieder nicht geändert (die ändert sich eigentlich nur, wenn in der CALLLIST ein neuer Anruf registriert wird...)
Grüße
Holger
Existiert denn auf der FritzBox mind. 1 Telefonbuch?
Die Datei uniqueId wird erst dann geändert, wenn mit dem Passwort, was via set-Kommando gesetzt wird ein erfolgreiches Abrufen der Telefonbücher durchgeführt werden konnte. Dann wird das Passwort gespeichert.
Hallo Markus - danke für die Rückmeldung - nun macht das 'nicht verändern' der uniqueID auch einen Sinn für mich.
Also meine FB 7170 hat die Firmware-Version 29.04.88 - bei der wird im WebIF nur ein Telefonbuch angezeigt - und da sind auch Einträge vorhanden.
Vielleicht stimmt auch bei meiner Definition etwas nicht
define myFritzBox FB_CALLMONITOR 192.168.1.251:1012
attr myFritzBox fritzbox-remote-phonebook 1
attr myFritzBox fritzbox-remote-phonebook-via tr064
attr myFritzBox group Anrufe
attr myFritzBox reverse-search dasoertliche.de,phonebook
attr myFritzBox reverse-search-cache 0
attr myFritzBox reverse-search-cache-file /opt/fhem/callmoncache.txt
attr myFritzBox room Anrufe
attr myFritzBox unique-call-ids 1
Welchen Aufruf schickst du denn zur Box zum 'Password-Test' - vielleicht kann ich mich ja so näher an mein Problem herantasten.
Grüße
Holger
setz mal bitte das Attribut verbose auf 5, mach das ganze nochmal und poste den Logoutput.
Hallo Markus,
Mit verbose = 5 lässt sich erkennen, dass der Zugriff nicht erlaubt ist (401 Unauthorized)??
Liegt das an der verwendeten UserID 'admin' oder ist das Standard?
Ich seh in diesem Envelope auch keine Angabe zum Password.
Grüße
Holger
2015.09.02 08:38:02 4: FB_CALLMONITOR (myFritzBox) - identifying available phonebooks
2015.09.02 08:38:02 5: FB_CALLMONITOR (myFritzBox) - requesting TR-064 authentication challenge:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" >
<s:Header>
<h:InitChallenge xmlns:h="http://soap-authentication.org/digest/2001/10/" s:mustUnderstand="1">
<UserID>admin</UserID>
</h:InitChallenge >
</s:Header>
<s:Body>
<u:SetEnable xmlns:u="urn:dslforum-org:service:X_AVM-DE_OnTel:1">
</u:SetEnable>
</s:Body>
</s:Envelope>
2015.09.02 08:38:02 5: FB_CALLMONITOR (myFritzBox) - received TR-064 challenge response:
<HTML><HEAD><TITLE>401 Unauthorized (ERR_ACCESS_DENIED)</TITLE></HEAD><BODY><H1>401 Unauthorized</H1><BR>ERR_ACCESS_DENIED<HR><B>Webserver</B> Wed, 02 Sep 2015 06:38:02 GMT</BODY></HTML>
2015.09.02 08:38:02 4: FB_CALLMONITOR (myFritzBox) - generated auth string for phonebook request: 9176b2a57bf77b56a152a59dabb0a464
2015.09.02 08:38:02 5: FB_CALLMONITOR (myFritzBox) - requesting available phonebook id's:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ClientAuth xmlns:h="http://soap-authentication.org/digest/2001/10/" s:mustUnderstand="1">
<Nonce></Nonce>
<Auth>9176b2a57bf77b56a152a59dabb0a464</Auth>
<UserID>admin</UserID>
<Realm></Realm>
</h:ClientAuth>
</s:Header>
<s:Body>
<u:GetPhonebookList xmlns:u="urn:dslforum-org:service:X_AVM-DE_OnTel:1">
</u:GetPhonebookList>
</s:Body>
</s:Envelope>
2015.09.02 08:38:02 5: FB_CALLMONITOR (myFritzBox) - received response:
<HTML><HEAD><TITLE>401 Unauthorized (ERR_ACCESS_DENIED)</TITLE></HEAD><BODY><H1>401 Unauthorized</H1><BR>ERR_ACCESS_DENIED<HR><B>Webserver</B> Wed, 02 Sep 2015 06:38:02 GMT</BODY></HTML>
2015.09.02 08:38:02 3: FB_CALLMONITOR (myFritzBox) - no phonebooks found
2015.09.02 08:38:02 2: FB_CALLMONITOR (myFritzBox) - could not identify remote phonebooks - no phonebooks could be found
Hallo Holger,
erstaunlicher weise antwortet die FritzBox nicht wie vorgegeben mit einer SOAP Challenge Response. Das kann an einer veralteten Firmware liegen.
Der Username "admin" wird verwendet, wenn man in der FritzBox keine Multi-User Umgebung nutzt (verschiedene Usernamen + PW). Das Passwort siehst du auch nicht, da es sich hier um eine Digest Authentifizierung handelt wo nur Hashes ausgetauscht werden.
Gruß
Markus
Hallo Markus,
wird es was nützen, wenn ich von tr064 wieder auf web umstelle - wobei das ja bisher auch nicht ging.
Ich werde mal zusehen, ob ich für die 7170 eine neue Firmware bekomme - wobei ich eigentlich dachte, dass ich einigermaßen aktuell bin - wenn mich nicht alles täuscht, hatte ich das letzte Update gefahren, als diese Panikmache von gekapertern Fritzboxen durch die Medien ging.
Ich melde mich wieder
Grüße
Holger
EDIT: Habe gerade bei AVM nachgesehen - die 29.04.88 vom 10.02.2014 ist die aktuellste Firmware für die 7170 :(
Mit dieser funktioniert auch die FonApp (auch das Telefonbuch) und ich denke mal, die arbeitet auch über SOAP.
Vielleicht läuft hier doch was anderes schief. Benötige ich 'spezielle' / aktuelle Perl Versionen?
Zitat von: hollyghost am 02 September 2015, 17:57:10
EDIT: Habe gerade bei AVM nachgesehen - die 29.04.88 vom 10.02.2014 ist die aktuellste Firmware für die 7170 :(
Mit dieser funktioniert auch die FonApp (auch das Telefonbuch) und ich denke mal, die arbeitet auch über SOAP.
Vielleicht läuft hier doch was anderes schief. Benötige ich 'spezielle' / aktuelle Perl Versionen?
Hallo Holger,
eine spezielle Perl-Version ist nicht notwendig. Deine FritzBox antwortet auf der SOAP Schnittstelle nicht so wie erwartet. Ruf mal bitte folgende URL auf und schicke mir den Inhalt: http://fritz.box:49000/tr64desc.xml
Danke
Gruß
Markus
Hallo Holger,
bitte probier mal die angehangene Version. Dazu die Datei in den Modul-Ordner kopieren und FHEM einmal neustarten. Bitte weiterhin die Methode tr064 verwenden mit verbose 5 (direkt in die Konfig speichern).
Danke
Gruß
Markus
Hallo Markus,
Ein Aufruf von http://fritz.box:49000/tr64desc.xml liefert mir:
Sorry für das komische Format - aber das kam so im Browser an (in Sublime sieht es ganz ordentlich aus....)
1
0
urn:dslforum-org:device:InternetGatewayDevice:1
SilberfishAtHome UPnP/1.0 AVM FRITZ!Box Fon WLAN 7170 29.04.88
AVM
www.avm.de
FRITZ!Box Fon WLAN 7170
FRITZ!Box Fon WLAN 7170
- avm
www.avm.de
uuid:739f2409-bccb-40e7-8e6c
image/gif
118
119
8
/ligd.gif
urn:dslforum-org:service:DeviceInfo:1
urn:DeviceInfo-com:serviceId:DeviceInfo1
/upnp/control/deviceinfo
/upnp/control/deviceinfo
/deviceinfoSCPD.xml
urn:dslforum-org:service:DeviceConfig:1
urn:DeviceConfig-com:serviceId:DeviceConfig1
/upnp/control/deviceconfig
/upnp/control/deviceconfig
/deviceconfigSCPD.xml
urn:dslforum-org:service:Layer3Forwarding:1
urn:Layer3Forwarding-com:serviceId:Layer3Forwarding1
/upnp/control/layer3forwarding
/upnp/control/layer3forwarding
/layer3forwardingSCPD.xml
urn:dslforum-org:service:LANConfigSecurity:1
urn:LANConfigSecurity-com:serviceId:LANConfigSecurity1
/upnp/control/lanconfigsecurity
/upnp/control/lanconfigsecurity
/lanconfigsecuritySCPD.xml
urn:dslforum-org:service:ManagementServer:1
urn:ManagementServer-com:serviceId:ManagementServer1
/upnp/control/mgmsrv
/upnp/control/mgmsrv
/mgmsrvSCPD.xml
urn:dslforum-org:service:Time:1
urn:Time-com:serviceId:Time1
/upnp/control/time
/upnp/control/time
/timeSCPD.xml
urn:dslforum-org:service:UserInterface:1
urn:UserInterface-com:serviceId:UserInterface1
/upnp/control/userif
/upnp/control/userif
/userifSCPD.xml
urn:dslforum-org:service:X_VoIP:1
urn:X_VoIP-com:serviceId:X_VoIP1
/upnp/control/x_voip
/upnp/control/x_voip
/x_voipSCPD.xml
urn:dslforum-org:service:X_AVM-DE_Storage:1
urn:X_AVM-DE_Storage-com:serviceId:X_AVM-DE_Storage1
/upnp/control/x_storage
/upnp/control/x_storage
/x_storageSCPD.xml
urn:dslforum-org:service:X_AVM-DE_OnTel:1
urn:X_AVM-DE_OnTel-com:serviceId:X_AVM-DE_OnTel1
/upnp/control/x_contact
/upnp/control/x_contact
/x_contactSCPD.xml
urn:dslforum-org:service:X_AVM-DE_WebDAVClient:1
urn:X_AVM-DE_WebDAV-com:serviceId:X_AVM-DE_WebDAVClient1
/upnp/control/x_webdav
/upnp/control/x_webdav
/x_webdavSCPD.xml
urn:dslforum-org:service:X_AVM-DE_UPnP:1
urn:X_AVM-DE_UPnP-com:serviceId:X_AVM-DE_UPnP1
/upnp/control/x_upnp
/upnp/control/x_upnp
/x_upnpSCPD.xml
urn:dslforum-org:service:X_AVM-DE_TAM:1
urn:X_AVM-DE_TAM-com:serviceId:X_AVM-DE_TAM1
/upnp/control/x_tam
/upnp/control/x_tam
/x_tamSCPD.xml
urn:dslforum-org:device:LANDevice:1
LANDevice - FRITZ!Box Fon WLAN 7170
AVM
www.avm.de
LANDevice - FRITZ!Box Fon WLAN 7170
LANDevice - FRITZ!Box Fon WLAN 7170
- avm
www.avm.de
uuid:75802409-bccb-40e7-8e6b
AVM TR-064
urn:dslforum-org:service:WLANConfiguration:1
urn:WLANConfiguration-com:serviceId:WLANConfiguration1
/upnp/control/wlanconfig1
/upnp/control/wlanconfig1
/wlanconfigSCPD.xml
urn:dslforum-org:service:Hosts:1
urn:LanDeviceHosts-com:serviceId:Hosts1
/upnp/control/hosts
/upnp/control/hosts
/hostsSCPD.xml
urn:dslforum-org:service:LANEthernetInterfaceConfig:1
urn:LANEthernetIfCfg-com:serviceId:LANEthernetInterfaceConfig1
/upnp/control/lanethernetifcfg
/upnp/control/lanethernetifcfg
/ethifconfigSCPD.xml
urn:dslforum-org:service:LANHostConfigManagement:1
urn:LANHCfgMgm-com:serviceId:LANHostConfigManagement1
/upnp/control/lanhostconfigmgm
/upnp/control/lanhostconfigmgm
/lanhostconfigmgmSCPD.xml
urn:dslforum-org:device:WANDevice:1
WANDevice - FRITZ!Box Fon WLAN 7170
AVM
www.avm.de
WANDevice - FRITZ!Box Fon WLAN 7170
WANDevice - FRITZ!Box Fon WLAN 7170
- avm
www.avm.de
uuid:75802409-bccb-40e7-8e6a
AVM TR-064
urn:dslforum-org:service:WANCommonInterfaceConfig:1
urn:WANCIfConfig-com:serviceId:WANCommonInterfaceConfig1
/upnp/control/wancommonifconfig1
/upnp/control/wancommonifconfig1
/wancommonifconfigSCPD.xml
urn:dslforum-org:service:WANDSLInterfaceConfig:1
urn:WANDSLIfConfig-com:serviceId:WANDSLInterfaceConfig1
/upnp/control/wandslifconfig1
/upnp/control/wandslifconfig1
/wandslifconfigSCPD.xml
urn:dslforum-org:device:WANConnectionDevice:1
WANConnectionDevice - FRITZ!Box Fon WLAN 7170
AVM
www.avm.de
WANConnectionDevice - FRITZ!Box Fon WLAN 7170
WANConnectionDevice - FRITZ!Box Fon WLAN 7170
- avm
www.avm.de
uuid:75802409-bccb-40e7-8e69
AVM TR-064
urn:dslforum-org:service:WANDSLLinkConfig:1
urn:WANDSLLinkConfig-com:serviceId:WANDSLLinkConfig1
/upnp/control/wandsllinkconfig1
/upnp/control/wandsllinkconfig1
/wandsllinkconfigSCPD.xml
urn:dslforum-org:service:WANEthernetLinkConfig:1
urn:WANEthernetLinkConfig-com:serviceId:WANEthernetLinkConfig1
/upnp/control/wanethlinkconfig1
/upnp/control/wanethlinkconfig1
/wanethlinkconfigSCPD.xml
urn:dslforum-org:service:WANPPPConnection:1
urn:WANPPPConnection-com:serviceId:WANPPPConnection1
/upnp/control/wanpppconn1
/upnp/control/wanpppconn1
/wanpppconnSCPD.xml
http://fritz.box
Mit deiner angehängten Version und nach shutdown / restart erhalte ich folgende Logeinträge beim Versuch das Password zu setzen
2015.09.02 20:08:13 4: FB_CALLMONITOR (myFritzBox) - requesting security port:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body><u:GetSecurityPort xmlns:u="urn:dslforumorg:service:DeviceInfo:1"></u:GetSecurityPort>
</s:Body>
</s:Envelope>
2015.09.02 20:08:13 4: FB_CALLMONITOR (myFritzBox) - received security port response:
<?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:GetSecurityPortResponse xmlns:u="urn:dslforum-org:service:DeviceInfo:1">
<NewSecurityPort>49443</NewSecurityPort>
</u:GetSecurityPortResponse>
</s:Body> </s:Envelope>
2015.09.02 20:08:13 4: FB_CALLMONITOR (myFritzBox) - identifying available phonebooks
2015.09.02 20:08:13 5: FB_CALLMONITOR (myFritzBox) - requesting TR-064 authentication challenge:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" >
<s:Header>
<h:InitChallenge xmlns:h="http://soap-authentication.org/digest/2001/10/" s:mustUnderstand="1">
<UserID>admin</UserID>
</h:InitChallenge >
</s:Header>
<s:Body>
<u:SetEnable xmlns:u="urn:dslforum-org:service:X_AVM-DE_OnTel:1">
</u:SetEnable>
</s:Body>
</s:Envelope>
2015.09.02 20:08:15 5: FB_CALLMONITOR (myFritzBox) - received TR-064 challenge response:
<HTML><HEAD><TITLE>401 Unauthorized (ERR_ACCESS_DENIED)</TITLE></HEAD><BODY><H1>401 Unauthorized</H1><BR>ERR_ACCESS_DENIED<HR><B>Webserver</B> Wed, 02 Sep 2015 18:08:15 GMT</BODY></HTML>
2015.09.02 20:08:15 1: PERL WARNING: Use of uninitialized value $realm in concatenation (.) or string at ./FHEM/72_FB_CALLMONITOR.pm line 1339.
2015.09.02 20:08:15 1: PERL WARNING: Use of uninitialized value $nonce in concatenation (.) or string at ./FHEM/72_FB_CALLMONITOR.pm line 1339.
2015.09.02 20:08:15 4: FB_CALLMONITOR (myFritzBox) - generated auth string for phonebook request: 9176b2a57bf77b56a152a59dabb0a464
2015.09.02 20:08:15 1: PERL WARNING: Use of uninitialized value $nonce in concatenation (.) or string at ./FHEM/72_FB_CALLMONITOR.pm line 1344.
2015.09.02 20:08:15 1: PERL WARNING: Use of uninitialized value $realm in concatenation (.) or string at ./FHEM/72_FB_CALLMONITOR.pm line 1344.
2015.09.02 20:08:15 5: FB_CALLMONITOR (myFritzBox) - requesting available phonebook id's:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ClientAuth xmlns:h="http://soap-authentication.org/digest/2001/10/" s:mustUnderstand="1">
<Nonce></Nonce>
<Auth>9176b2a57bf77b56a152a59dabb0a464</Auth>
<UserID>admin</UserID>
<Realm></Realm>
</h:ClientAuth>
</s:Header>
<s:Body>
<u:GetPhonebookList xmlns:u="urn:dslforum-org:service:X_AVM-DE_OnTel:1">
</u:GetPhonebookList>
</s:Body>
</s:Envelope>
2015.09.02 20:08:15 5: FB_CALLMONITOR (myFritzBox) - received response:
<HTML><HEAD><TITLE>401 Unauthorized (ERR_ACCESS_DENIED)</TITLE></HEAD><BODY><H1>401 Unauthorized</H1><BR>ERR_ACCESS_DENIED<HR><B>Webserver</B> Wed, 02 Sep 2015 18:08:15 GMT</BODY></HTML>
2015.09.02 20:08:15 3: FB_CALLMONITOR (myFritzBox) - no phonebooks found
2015.09.02 20:08:15 2: FB_CALLMONITOR (myFritzBox) - could not identify remote phonebooks - no phonebooks could be found
Trag mich kurz ein um mitzulesen.
Kvo1
Hallo Markus,
Konntest du mit der Ausgabe von http://fritz.box:49000/tr64desc.xml etwas anfangen?
Grüße Holger
Gesendet von iPhone mit Tapatalk
Hallo Markus,
zunächst noch mal Danke für deine bisherigen Bemühungen.
Ich habe mich mal ein bisserl durchs Netz gelesen und mehrfach mitbekommen, dass das Login bei AVM mit der Version 5.50 umgestellt wurde - kann es sein, dass ich mit meinen FritzOS 4.88 einfach nimmer auf dem Stand der Technik bin und ich deshalb die RemotePhoneBook Variante nicht nutzen kann?
Ich vermute zwar, dass einige FHEMler auch noch die 7170 nutzen aber vielleicht nicht mit der originalen Firmware bzw. eben nicht die RemotePhoneBook Variante.
Grüße
Holger
Hallo Holger,
das ist gut möglich. FB_CALLMONITOR nutzt ausschließlich den neuen Mechanismus, so wie er von AVM beschrieben ist. Daher auch meine Frage, ob du eine aktuelle Firmware verwendest. Ich weis, dass es da Änderungen gab, allerdings kenne ich nicht den alten Mechanismus. Ich vermute es ist eine HTTP Authentifizierung.
Viele Grüße
Markus
der thread ist zwar schon etwas älter aber ich bin mit einer 7170 gerade in das gleiche problem gelaufen.
abruf per r064 gibt den authentifizierung fehler, abruf per web gibt2016.01.30 12:57:03 4: FB_CALLMONITOR (fb) - identifying available phonebooks
2016.01.30 12:57:04 4: FB_CALLMONITOR (fb) - phonebooks successfully identified
2016.01.30 12:57:04 2: FB_CALLMONITOR (fb) - no phonebooks could be found
und abruf per telnet gibt2016.01.30 12:55:24 3: FB_CALLMONITOR (fb) - Getting phonebook from FritzBox: /var/flash/phonebook
2016.01.30 12:55:24 2: FB_CALLMONITOR (fb) - found remote FritzBox phonebook via telnet
2016.01.30 12:55:24 2: FB_CALLMONITOR (fb) - could not parse remote phonebook - this is not a FritzBox phonebook
zu den ersten beiden kann ich nichts weiter sagen, aber bei telnet ist das problem scheinbar das die fb nur genau ein telefonbuch hat statt mehrere und das xml deshalb keinen <phonebooks> knoten hat sondern direkt mit <phonebook> anfängt.
wenn ich in 72_FB_CALLMONITOR.pm einfach die zeile 924 entsprechend ändere (zum testen reicht einfach ein if(1) ) wird das telefonbuch per telnet korrekt ausgelesen und ist bei einem list unter helper sichtbar.
gruss
andre
Hallo Andre,
zuallererst, welche Fritz!OS Version ist auf der 7170 installiert? Welche Modulversion von FB_CALLMONITOR?
Klingt für mich, als wäre TR064 in der Firmware noch nicht enthalten. Was sagt das Log bei verbose 5?
Zu web:
Ändere mal Zeile 1526 wiefolgt:
Log3 $name, 4, "FB_CALLMONITOR ($name) - phonebooks successfully identified: $data";
Bitte mal den entsprechenden Output posten (sensible Inhalte unkenntlich machen!)
zu telnet:
Ändere mal Zeile 824 wiefolgt:
Log3 $name, 2, "FB_CALLMONITOR ($name) - found remote FritzBox phonebook via telnet: $phonebook";
Bitte mal den entsprechenden Output Header/Footer, evtl. 1 Kontakt posten (sensible Inhalte unkenntlich machen!). Das ganze Telefonbuch muss nicht sein.
Zum XML Format:
ein FritzBox-Telefonbuch im XML-Format hat immer <phonebooks><phonebook ...> ... </phonebook></phonebooks> auch wenn nur ein Telefonbuch enthalten ist.
Ich glaube du hast noch eine alte Firmware.
Viele Grüße
Markus
hallo markus,
die firmware ist die 29.04.88. für die 7170 gibt es keine neuere firmware :)
das modul ist die aktuelle version:# $Id: 72_FB_CALLMONITOR.pm 10542 2016-01-16 22:11:18Z markusbloch $
bei tr064 gibt es die gleiche meldung wie weiter oben im thread:2016.01.30 12:47:17 4: FB_CALLMONITOR (fb) - identifying available phonebooks
2016.01.30 12:47:17 5: FB_CALLMONITOR (fb) - requesting TR-064 authentication challenge:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" >
<s:Header>
<h:InitChallenge xmlns:h="http://soap-authentication.org/digest/2001/10/" s:mustUnderstand="1">
<UserID>admin</UserID>
</h:InitChallenge >
</s:Header>
<s:Body>
<u:SetEnable xmlns:u="urn:dslforum-org:service:X_AVM-DE_OnTel:1">
</u:SetEnable>
</s:Body>
</s:Envelope>
2016.01.30 12:47:17 5: FB_CALLMONITOR (fb) - received TR-064 challenge response:
<HTML><HEAD><TITLE>401 Unauthorized (ERR_ACCESS_DENIED)</TITLE></HEAD><BODY><H1>401 Unauthorized</H1><BR>ERR_ACCESS_DENIED<HR><B>Webserver</B> Sat, 30 Jan 2016 11:47:01 GMT</BODY></HTML>
2016.01.30 12:47:17 4: FB_CALLMONITOR (fb) - generated auth string for phonebook request: 740afd785d6bd19132f1ce20c0a28074
2016.01.30 12:47:17 5: FB_CALLMONITOR (fb) - requesting available phonebook id's:
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ClientAuth xmlns:h="http://soap-authentication.org/digest/2001/10/" s:mustUnderstand="1">
<Nonce></Nonce>
<Auth>740afd785d6bd19132f1ce20c0a28074</Auth>
<UserID>admin</UserID>
<Realm></Realm>
</h:ClientAuth>
</s:Header>
<s:Body>
<u:GetPhonebookList xmlns:u="urn:dslforum-org:service:X_AVM-DE_OnTel:1">
</u:GetPhonebookList>
</s:Body>
</s:Envelope>
2016.01.30 12:47:17 5: FB_CALLMONITOR (fb) - received response:
<HTML><HEAD><TITLE>401 Unauthorized (ERR_ACCESS_DENIED)</TITLE></HEAD><BODY><H1>401 Unauthorized</H1><BR>ERR_ACCESS_DENIED<HR><B>Webserver</B> Sat, 30 Jan 2016 11:47:01 GMT</BODY></HTML>
2016.01.30 12:47:17 3: FB_CALLMONITOR (fb) - no phonebooks found
2016.01.30 12:47:17 2: FB_CALLMONITOR (fb) - could not identify remote phonebooks - no phonebooks could be found
das xml schaut so aus:<?xml
version="1.0" encoding="iso-8859-1"><phonebook><contact><category /><person><realName>AVM Ansage (HD)</realName></person><telephony><number
prio="1" type="work" quickdial="99">500@hd-telefonie.avm.de</number></telephony><services /><setup /></contact><contact><category>0</category>
...
<person><realName>Wecker 2</realName></person><telephony><number>42</number></telephony><services /><setup /><mod_time>946684841</mod_time></contact><contact><category /><person><realName>Wecker 3</realName></person><telephony><number>43</number></telephony><services /><setup /><mod_time>946684841</mod_time></contact></phonebook>
wie oben geschrieben nur ein telefonbuch und kein <phonebooks> knoten sondern es geht direkt mit <phonebook> los.
gruss
andre
OK das <phonebooks>-Tag werd ich ändern.
Warum die Challenge mit TR-064 nicht funktioniert, kann ich nicht sagen.
Laut AVM steht in den Release-Notes für 29.04.87 (eine Version älter als die neuste) folgender Eintrag:
Zitat von: http://avm.de/service/downloads/download/show/13172/System: TR-064-Schnittstelle für FRITZ!Box Applikationen erweitert
Daher nehme ich an, dass die Schnittstelle schon vorhanden ist. Evtl. anderer Port. Versuch mal folgende URL's zu laden:
http://192.168.179.1:49000/tr64desc.xmlhttps://192.168.179.1:49443/tr64desc.xml Gruß
Markus
hallo markus,
mit ctlmgr_ctl r r064 settings/enabled
bekomme ich eine 1.
könnte es sein das admin der falsche user ist? da es per telnet und dem angepassten tag geht ist es aber auch nicht so wichtig. auf der alten kiste schaltete niemand mehr telnet ab ;)
die beiden urls geben folgenden inhalt:
<root xmlns="urn:dslforum-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:dslforum-org:device:InternetGatewayDevice:1</deviceType>
<friendlyName>
FRITZ!Box Fon WLAN 7170 UPnP/1.0 AVM FRITZ!Box Fon WLAN 7170 29.04.88
</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:739f2409-bccb-40e7-8e6c-001A4F30616D</UDN>
<iconList>
<icon>
<mimetype>image/gif</mimetype>
<width>118</width>
<height>119</height>
<depth>8</depth>
<url>/ligd.gif</url>
</icon>
</iconList>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:DeviceInfo:1</serviceType>
<serviceId>urn:DeviceInfo-com:serviceId:DeviceInfo1</serviceId>
<controlURL>/upnp/control/deviceinfo</controlURL>
<eventSubURL>/upnp/control/deviceinfo</eventSubURL>
<SCPDURL>/deviceinfoSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:DeviceConfig:1</serviceType>
<serviceId>urn:DeviceConfig-com:serviceId:DeviceConfig1</serviceId>
<controlURL>/upnp/control/deviceconfig</controlURL>
<eventSubURL>/upnp/control/deviceconfig</eventSubURL>
<SCPDURL>/deviceconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Layer3Forwarding:1</serviceType>
<serviceId>
urn:Layer3Forwarding-com:serviceId:Layer3Forwarding1
</serviceId>
<controlURL>/upnp/control/layer3forwarding</controlURL>
<eventSubURL>/upnp/control/layer3forwarding</eventSubURL>
<SCPDURL>/layer3forwardingSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:LANConfigSecurity:1</serviceType>
<serviceId>
urn:LANConfigSecurity-com:serviceId:LANConfigSecurity1
</serviceId>
<controlURL>/upnp/control/lanconfigsecurity</controlURL>
<eventSubURL>/upnp/control/lanconfigsecurity</eventSubURL>
<SCPDURL>/lanconfigsecuritySCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:ManagementServer:1</serviceType>
<serviceId>
urn:ManagementServer-com:serviceId:ManagementServer1
</serviceId>
<controlURL>/upnp/control/mgmsrv</controlURL>
<eventSubURL>/upnp/control/mgmsrv</eventSubURL>
<SCPDURL>/mgmsrvSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Time:1</serviceType>
<serviceId>urn:Time-com:serviceId:Time1</serviceId>
<controlURL>/upnp/control/time</controlURL>
<eventSubURL>/upnp/control/time</eventSubURL>
<SCPDURL>/timeSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:UserInterface:1</serviceType>
<serviceId>urn:UserInterface-com:serviceId:UserInterface1</serviceId>
<controlURL>/upnp/control/userif</controlURL>
<eventSubURL>/upnp/control/userif</eventSubURL>
<SCPDURL>/userifSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_VoIP:1</serviceType>
<serviceId>urn:X_VoIP-com:serviceId:X_VoIP1</serviceId>
<controlURL>/upnp/control/x_voip</controlURL>
<eventSubURL>/upnp/control/x_voip</eventSubURL>
<SCPDURL>/x_voipSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_Storage:1</serviceType>
<serviceId>
urn:X_AVM-DE_Storage-com:serviceId:X_AVM-DE_Storage1
</serviceId>
<controlURL>/upnp/control/x_storage</controlURL>
<eventSubURL>/upnp/control/x_storage</eventSubURL>
<SCPDURL>/x_storageSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_OnTel:1</serviceType>
<serviceId>urn:X_AVM-DE_OnTel-com:serviceId:X_AVM-DE_OnTel1</serviceId>
<controlURL>/upnp/control/x_contact</controlURL>
<eventSubURL>/upnp/control/x_contact</eventSubURL>
<SCPDURL>/x_contactSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_WebDAVClient:1</serviceType>
<serviceId>
urn:X_AVM-DE_WebDAV-com:serviceId:X_AVM-DE_WebDAVClient1
</serviceId>
<controlURL>/upnp/control/x_webdav</controlURL>
<eventSubURL>/upnp/control/x_webdav</eventSubURL>
<SCPDURL>/x_webdavSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_UPnP:1</serviceType>
<serviceId>urn:X_AVM-DE_UPnP-com:serviceId:X_AVM-DE_UPnP1</serviceId>
<controlURL>/upnp/control/x_upnp</controlURL>
<eventSubURL>/upnp/control/x_upnp</eventSubURL>
<SCPDURL>/x_upnpSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_TAM:1</serviceType>
<serviceId>urn:X_AVM-DE_TAM-com:serviceId:X_AVM-DE_TAM1</serviceId>
<controlURL>/upnp/control/x_tam</controlURL>
<eventSubURL>/upnp/control/x_tam</eventSubURL>
<SCPDURL>/x_tamSCPD.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:dslforum-org:device:LANDevice:1</deviceType>
<friendlyName>LANDevice - FRITZ!Box Fon WLAN 7170</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>LANDevice - FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>LANDevice - FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:75802409-bccb-40e7-8e6b-001A4F30616D</UDN>
<UPC>AVM TR-064</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WLANConfiguration:1</serviceType>
<serviceId>
urn:WLANConfiguration-com:serviceId:WLANConfiguration1
</serviceId>
<controlURL>/upnp/control/wlanconfig1</controlURL>
<eventSubURL>/upnp/control/wlanconfig1</eventSubURL>
<SCPDURL>/wlanconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Hosts:1</serviceType>
<serviceId>urn:LanDeviceHosts-com:serviceId:Hosts1</serviceId>
<controlURL>/upnp/control/hosts</controlURL>
<eventSubURL>/upnp/control/hosts</eventSubURL>
<SCPDURL>/hostsSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>
urn:dslforum-org:service:LANEthernetInterfaceConfig:1
</serviceType>
<serviceId>
urn:LANEthernetIfCfg-com:serviceId:LANEthernetInterfaceConfig1
</serviceId>
<controlURL>/upnp/control/lanethernetifcfg</controlURL>
<eventSubURL>/upnp/control/lanethernetifcfg</eventSubURL>
<SCPDURL>/ethifconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:LANHostConfigManagement:1</serviceType>
<serviceId>
urn:LANHCfgMgm-com:serviceId:LANHostConfigManagement1
</serviceId>
<controlURL>/upnp/control/lanhostconfigmgm</controlURL>
<eventSubURL>/upnp/control/lanhostconfigmgm</eventSubURL>
<SCPDURL>/lanhostconfigmgmSCPD.xml</SCPDURL>
</service>
</serviceList>
</device>
<device>
<deviceType>urn:dslforum-org:device:WANDevice:1</deviceType>
<friendlyName>WANDevice - FRITZ!Box Fon WLAN 7170</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>WANDevice - FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>WANDevice - FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:75802409-bccb-40e7-8e6a-001A4F30616D</UDN>
<UPC>AVM TR-064</UPC>
<serviceList>
<service>
<serviceType>
urn:dslforum-org:service:WANCommonInterfaceConfig:1
</serviceType>
<serviceId>
urn:WANCIfConfig-com:serviceId:WANCommonInterfaceConfig1
</serviceId>
<controlURL>/upnp/control/wancommonifconfig1</controlURL>
<eventSubURL>/upnp/control/wancommonifconfig1</eventSubURL>
<SCPDURL>/wancommonifconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANDSLInterfaceConfig:1</serviceType>
<serviceId>
urn:WANDSLIfConfig-com:serviceId:WANDSLInterfaceConfig1
</serviceId>
<controlURL>/upnp/control/wandslifconfig1</controlURL>
<eventSubURL>/upnp/control/wandslifconfig1</eventSubURL>
<SCPDURL>/wandslifconfigSCPD.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:dslforum-org:device:WANConnectionDevice:1</deviceType>
<friendlyName>WANConnectionDevice - FRITZ!Box Fon WLAN 7170</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>WANConnectionDevice - FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>WANConnectionDevice - FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:75802409-bccb-40e7-8e69-001A4F30616D</UDN>
<UPC>AVM TR-064</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WANDSLLinkConfig:1</serviceType>
<serviceId>
urn:WANDSLLinkConfig-com:serviceId:WANDSLLinkConfig1
</serviceId>
<controlURL>/upnp/control/wandsllinkconfig1</controlURL>
<eventSubURL>/upnp/control/wandsllinkconfig1</eventSubURL>
<SCPDURL>/wandsllinkconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANEthernetLinkConfig:1</serviceType>
<serviceId>
urn:WANEthernetLinkConfig-com:serviceId:WANEthernetLinkConfig1
</serviceId>
<controlURL>/upnp/control/wanethlinkconfig1</controlURL>
<eventSubURL>/upnp/control/wanethlinkconfig1</eventSubURL>
<SCPDURL>/wanethlinkconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANPPPConnection:1</serviceType>
<serviceId>
urn:WANPPPConnection-com:serviceId:WANPPPConnection1
</serviceId>
<controlURL>/upnp/control/wanpppconn1</controlURL>
<eventSubURL>/upnp/control/wanpppconn1</eventSubURL>
<SCPDURL>/wanpppconnSCPD.xml</SCPDURL>
</service>
</serviceList>
</device>
</deviceList>
</device>
</deviceList>
<presentationURL>http://fritz.box</presentationURL>
</device>
</root>
<root xmlns="urn:dslforum-org:device-1-0">
<specVersion>
<major>1</major>
<minor>0</minor>
</specVersion>
<device>
<deviceType>urn:dslforum-org:device:InternetGatewayDevice:1</deviceType>
<friendlyName>
FRITZ!Box Fon WLAN 7170 UPnP/1.0 AVM FRITZ!Box Fon WLAN 7170 29.04.88
</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:739f2409-bccb-40e7-8e6c-001A4F30616D</UDN>
<iconList>
<icon>
<mimetype>image/gif</mimetype>
<width>118</width>
<height>119</height>
<depth>8</depth>
<url>/ligd.gif</url>
</icon>
</iconList>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:DeviceInfo:1</serviceType>
<serviceId>urn:DeviceInfo-com:serviceId:DeviceInfo1</serviceId>
<controlURL>/upnp/control/deviceinfo</controlURL>
<eventSubURL>/upnp/control/deviceinfo</eventSubURL>
<SCPDURL>/deviceinfoSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:DeviceConfig:1</serviceType>
<serviceId>urn:DeviceConfig-com:serviceId:DeviceConfig1</serviceId>
<controlURL>/upnp/control/deviceconfig</controlURL>
<eventSubURL>/upnp/control/deviceconfig</eventSubURL>
<SCPDURL>/deviceconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Layer3Forwarding:1</serviceType>
<serviceId>
urn:Layer3Forwarding-com:serviceId:Layer3Forwarding1
</serviceId>
<controlURL>/upnp/control/layer3forwarding</controlURL>
<eventSubURL>/upnp/control/layer3forwarding</eventSubURL>
<SCPDURL>/layer3forwardingSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:LANConfigSecurity:1</serviceType>
<serviceId>
urn:LANConfigSecurity-com:serviceId:LANConfigSecurity1
</serviceId>
<controlURL>/upnp/control/lanconfigsecurity</controlURL>
<eventSubURL>/upnp/control/lanconfigsecurity</eventSubURL>
<SCPDURL>/lanconfigsecuritySCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:ManagementServer:1</serviceType>
<serviceId>
urn:ManagementServer-com:serviceId:ManagementServer1
</serviceId>
<controlURL>/upnp/control/mgmsrv</controlURL>
<eventSubURL>/upnp/control/mgmsrv</eventSubURL>
<SCPDURL>/mgmsrvSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Time:1</serviceType>
<serviceId>urn:Time-com:serviceId:Time1</serviceId>
<controlURL>/upnp/control/time</controlURL>
<eventSubURL>/upnp/control/time</eventSubURL>
<SCPDURL>/timeSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:UserInterface:1</serviceType>
<serviceId>urn:UserInterface-com:serviceId:UserInterface1</serviceId>
<controlURL>/upnp/control/userif</controlURL>
<eventSubURL>/upnp/control/userif</eventSubURL>
<SCPDURL>/userifSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_VoIP:1</serviceType>
<serviceId>urn:X_VoIP-com:serviceId:X_VoIP1</serviceId>
<controlURL>/upnp/control/x_voip</controlURL>
<eventSubURL>/upnp/control/x_voip</eventSubURL>
<SCPDURL>/x_voipSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_Storage:1</serviceType>
<serviceId>
urn:X_AVM-DE_Storage-com:serviceId:X_AVM-DE_Storage1
</serviceId>
<controlURL>/upnp/control/x_storage</controlURL>
<eventSubURL>/upnp/control/x_storage</eventSubURL>
<SCPDURL>/x_storageSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_OnTel:1</serviceType>
<serviceId>urn:X_AVM-DE_OnTel-com:serviceId:X_AVM-DE_OnTel1</serviceId>
<controlURL>/upnp/control/x_contact</controlURL>
<eventSubURL>/upnp/control/x_contact</eventSubURL>
<SCPDURL>/x_contactSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_WebDAVClient:1</serviceType>
<serviceId>
urn:X_AVM-DE_WebDAV-com:serviceId:X_AVM-DE_WebDAVClient1
</serviceId>
<controlURL>/upnp/control/x_webdav</controlURL>
<eventSubURL>/upnp/control/x_webdav</eventSubURL>
<SCPDURL>/x_webdavSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_UPnP:1</serviceType>
<serviceId>urn:X_AVM-DE_UPnP-com:serviceId:X_AVM-DE_UPnP1</serviceId>
<controlURL>/upnp/control/x_upnp</controlURL>
<eventSubURL>/upnp/control/x_upnp</eventSubURL>
<SCPDURL>/x_upnpSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:X_AVM-DE_TAM:1</serviceType>
<serviceId>urn:X_AVM-DE_TAM-com:serviceId:X_AVM-DE_TAM1</serviceId>
<controlURL>/upnp/control/x_tam</controlURL>
<eventSubURL>/upnp/control/x_tam</eventSubURL>
<SCPDURL>/x_tamSCPD.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:dslforum-org:device:LANDevice:1</deviceType>
<friendlyName>LANDevice - FRITZ!Box Fon WLAN 7170</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>LANDevice - FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>LANDevice - FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:75802409-bccb-40e7-8e6b-001A4F30616D</UDN>
<UPC>AVM TR-064</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WLANConfiguration:1</serviceType>
<serviceId>
urn:WLANConfiguration-com:serviceId:WLANConfiguration1
</serviceId>
<controlURL>/upnp/control/wlanconfig1</controlURL>
<eventSubURL>/upnp/control/wlanconfig1</eventSubURL>
<SCPDURL>/wlanconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:Hosts:1</serviceType>
<serviceId>urn:LanDeviceHosts-com:serviceId:Hosts1</serviceId>
<controlURL>/upnp/control/hosts</controlURL>
<eventSubURL>/upnp/control/hosts</eventSubURL>
<SCPDURL>/hostsSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>
urn:dslforum-org:service:LANEthernetInterfaceConfig:1
</serviceType>
<serviceId>
urn:LANEthernetIfCfg-com:serviceId:LANEthernetInterfaceConfig1
</serviceId>
<controlURL>/upnp/control/lanethernetifcfg</controlURL>
<eventSubURL>/upnp/control/lanethernetifcfg</eventSubURL>
<SCPDURL>/ethifconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:LANHostConfigManagement:1</serviceType>
<serviceId>
urn:LANHCfgMgm-com:serviceId:LANHostConfigManagement1
</serviceId>
<controlURL>/upnp/control/lanhostconfigmgm</controlURL>
<eventSubURL>/upnp/control/lanhostconfigmgm</eventSubURL>
<SCPDURL>/lanhostconfigmgmSCPD.xml</SCPDURL>
</service>
</serviceList>
</device>
<device>
<deviceType>urn:dslforum-org:device:WANDevice:1</deviceType>
<friendlyName>WANDevice - FRITZ!Box Fon WLAN 7170</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>WANDevice - FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>WANDevice - FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:75802409-bccb-40e7-8e6a-001A4F30616D</UDN>
<UPC>AVM TR-064</UPC>
<serviceList>
<service>
<serviceType>
urn:dslforum-org:service:WANCommonInterfaceConfig:1
</serviceType>
<serviceId>
urn:WANCIfConfig-com:serviceId:WANCommonInterfaceConfig1
</serviceId>
<controlURL>/upnp/control/wancommonifconfig1</controlURL>
<eventSubURL>/upnp/control/wancommonifconfig1</eventSubURL>
<SCPDURL>/wancommonifconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANDSLInterfaceConfig:1</serviceType>
<serviceId>
urn:WANDSLIfConfig-com:serviceId:WANDSLInterfaceConfig1
</serviceId>
<controlURL>/upnp/control/wandslifconfig1</controlURL>
<eventSubURL>/upnp/control/wandslifconfig1</eventSubURL>
<SCPDURL>/wandslifconfigSCPD.xml</SCPDURL>
</service>
</serviceList>
<deviceList>
<device>
<deviceType>urn:dslforum-org:device:WANConnectionDevice:1</deviceType>
<friendlyName>WANConnectionDevice - FRITZ!Box Fon WLAN 7170</friendlyName>
<manufacturer>AVM</manufacturer>
<manufacturerURL>www.avm.de</manufacturerURL>
<modelDescription>WANConnectionDevice - FRITZ!Box Fon WLAN 7170</modelDescription>
<modelName>WANConnectionDevice - FRITZ!Box Fon WLAN 7170</modelName>
<modelNumber>- avm</modelNumber>
<modelURL>www.avm.de</modelURL>
<UDN>uuid:75802409-bccb-40e7-8e69-001A4F30616D</UDN>
<UPC>AVM TR-064</UPC>
<serviceList>
<service>
<serviceType>urn:dslforum-org:service:WANDSLLinkConfig:1</serviceType>
<serviceId>
urn:WANDSLLinkConfig-com:serviceId:WANDSLLinkConfig1
</serviceId>
<controlURL>/upnp/control/wandsllinkconfig1</controlURL>
<eventSubURL>/upnp/control/wandsllinkconfig1</eventSubURL>
<SCPDURL>/wandsllinkconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANEthernetLinkConfig:1</serviceType>
<serviceId>
urn:WANEthernetLinkConfig-com:serviceId:WANEthernetLinkConfig1
</serviceId>
<controlURL>/upnp/control/wanethlinkconfig1</controlURL>
<eventSubURL>/upnp/control/wanethlinkconfig1</eventSubURL>
<SCPDURL>/wanethlinkconfigSCPD.xml</SCPDURL>
</service>
<service>
<serviceType>urn:dslforum-org:service:WANPPPConnection:1</serviceType>
<serviceId>
urn:WANPPPConnection-com:serviceId:WANPPPConnection1
</serviceId>
<controlURL>/upnp/control/wanpppconn1</controlURL>
<eventSubURL>/upnp/control/wanpppconn1</eventSubURL>
<SCPDURL>/wanpppconnSCPD.xml</SCPDURL>
</service>
</serviceList>
</device>
</deviceList>
</device>
</deviceList>
<presentationURL>http://fritz.box</presentationURL>
</device>
</root>
Nimm die aktuellste Version aus dem SVN, dort habe ich die Tags bereits geändert. Da es für die 7170 keine neuere Firmware mehr gibt, musst du dir keine Sorgen machen, dass der Telnet-Zugang durch AVM gekappt wird ;-)
Ist bisher nur auf der 7170 aufgetreten. Hab im SVN den InitChallenge-Request verändert. Evtl. funktionierts damit. Alternativ kann es sein, dass die 7170 explizit die Kommunikation über HTTPS verlangt. das möchte ich aber nicht machen, da es mit HttpUtils.pm und SSL immer wieder Probleme in der Vergangenheit gab. Das Passwort wird ja nicht im Klartext übertragen und die Kommunikation findet nur im LAN statt.
Der Username "admin" soll laut AVM-Spezifikation verwendet werden, wenn man keine User in der FritzBox eingerichtet hat. Bei mir funktioniert es auch auf diese Weiße. Bei anderen Herstellern wird auch gerne der Username "dslf_config" verwendet, wenn man sich per TR064 verbindet (bei Telekom Speedports z.B. per HTTP Digest).
Gruß
Markus
hallo markus,
danke. mit der angepassten version funktioniert es per telnet.
tr064 funktioniert aber weiterhin nicht. den user dslf_config hatte ich schon probiert. das hilft leider auch nicht.
aber wie gesagt: telnet reicht völlig.
gruss
andre