Sascha Monteiro:
how do you serve the file?
Maybe a bit of context. The phones are part of an Asterisk network. Files are stored on a QNAP NAS. On Asterisk, there is an XML file specific to the phone, based on it's MAC address, SEP.conf.xml The file has a pointer to a "service" URL i.e. http://x.x.x.x:8x/Cisco/test.xml The content of the file
**<CiscoIPPhoneMenu>
**<Title>Australian Cisco Services</Title>
**<Prompt>Choose a service</Prompt>
**<MenuItem>
**<Name>Weather</Name>
**<URL>http://cisco.internect.net/weather.php</URL>
**</MenuItem>
**</CiscoIPPhoneMenu>
I guess there is something wrong/missing. Any small working example, please ?