Luca Bertoncello
2017-Oct-25 17:45 UTC
[asterisk-users] Remote Phonebook with Thomson ST2022
Hi list! I'm a little bit OT, I know, but maybe someone here can help me... I have a Thomson ST2022 and I'd like to have the phonebook on a Server, synchronized with my DAV phonebook. I created a phonebook.xml so: <?xml version="1.0"?> <ThomsonPhoneBook> <DirectoryEntry> <Name>Test number</Name> <Telephone>12345678</Telephone> </DirectoryEntry> </ThomsonPhoneBook> Then I set http://www.myserver.de/phonebook.xml in the configuration for the phonebook. As soon as I search an entry, the phone crashes... :( In the Apache-Log I see very curiously this: 192.168.200.10 - - [25/Oct/2017:19:38:40 +0200] "GET http://www.myserver.de/phonebook.xml HTTP/1.1" 200 36611 instead of: 192.168.200.10 - - [25/Oct/2017:19:38:40 +0200] "GET /phonebook.xml HTTP/1.1" 200 36611 Can someone help me? Thanks Luca Bertoncello (lucabert at lucabert.de)
Hi, Have you read about ST2030 remote phonebook examples ? As both phones share the same engineering and ST2030 was quite successfull, years ago, that may be worth looking at ST2030 documentation. Best regards 2017-10-25 19:45 GMT+02:00 Luca Bertoncello <lucabert at lucabert.de>:> Hi list! > > I'm a little bit OT, I know, but maybe someone here can help me... > > I have a Thomson ST2022 and I'd like to have the phonebook on a Server, > synchronized with my DAV phonebook. > > I created a phonebook.xml so: > > <?xml version="1.0"?> > <ThomsonPhoneBook> > <DirectoryEntry> > <Name>Test number</Name> > <Telephone>12345678</Telephone> > </DirectoryEntry> > </ThomsonPhoneBook> > > Then I set http://www.myserver.de/phonebook.xml in the configuration for > the > phonebook. > > As soon as I search an entry, the phone crashes... :( > In the Apache-Log I see very curiously this: > > 192.168.200.10 - - [25/Oct/2017:19:38:40 +0200] "GET > http://www.myserver.de/phonebook.xml HTTP/1.1" 200 36611 > > instead of: > > 192.168.200.10 - - [25/Oct/2017:19:38:40 +0200] "GET /phonebook.xml > HTTP/1.1" 200 36611 > > Can someone help me? > > Thanks > Luca Bertoncello > (lucabert at lucabert.de) > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20171031/11c42091/attachment.html>
Welcome to the world of random HTTP client support of hardphones ;-) I have a lot of funny stories to tell about that. My advices: 1. Upgrade to the latest firmware 2. Sniff with tcpdump / tshark 3. Check the content of the capture and compare with a first class citizen HTTP client like curl, Chrome... 4. If nothing obvious appears, contact their support with this pcap trace. Regards. -- Ludovic Gasc (GMLudo) 2017-10-25 19:45 GMT+02:00 Luca Bertoncello <lucabert at lucabert.de>:> Hi list! > > I'm a little bit OT, I know, but maybe someone here can help me... > > I have a Thomson ST2022 and I'd like to have the phonebook on a Server, > synchronized with my DAV phonebook. > > I created a phonebook.xml so: > > <?xml version="1.0"?> > <ThomsonPhoneBook> > <DirectoryEntry> > <Name>Test number</Name> > <Telephone>12345678</Telephone> > </DirectoryEntry> > </ThomsonPhoneBook> > > Then I set http://www.myserver.de/phonebook.xml in the configuration for > the > phonebook. > > As soon as I search an entry, the phone crashes... :( > In the Apache-Log I see very curiously this: > > 192.168.200.10 - - [25/Oct/2017:19:38:40 +0200] "GET > http://www.myserver.de/phonebook.xml HTTP/1.1" 200 36611 > > instead of: > > 192.168.200.10 - - [25/Oct/2017:19:38:40 +0200] "GET /phonebook.xml > HTTP/1.1" 200 36611 > > Can someone help me? > > Thanks > Luca Bertoncello > (lucabert at lucabert.de) > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20171031/b9c50099/attachment.html>