servicesURL in SEP<macaddress>.cnf.xml file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010 06:34 AM - edited 03-15-2019 10:38 PM
Hi,
I'm trying to write a custom service for a 7961g and im having trouble trying to get it to access it, I'm setting the <servicesURL> tag in the SEP<macaddress>.cnf.xml file like so:
<servicesURL>http://10.10.10.250/service/devices.xml?noRender=true&phone=true</servicesURL>
I was told the authenticationURL needs to be set aswell so have set this the same.
Still no services are coming up on the phone, does anyone know why this is or what I need to do next?
Thanks
- Labels:
-
Other IP Telephony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010 09:18 AM
Hi Brian
Would I be correct in assuming that you don't have a CallManager?
Some suggestions:
1) Firstly your & character in your URL should be escaped properly as it's an XML document. Replace it with &
2) The phones are very very very very very picky about the format of the document they get from your URL. Case, spelling, xml compliance etc have to be spot on. I'm guessing that you haven't got it to actually pull the page from your web server yet? It's best to monitor your server logs to see what it attempts to retrieve, and join this up in your head with what you see on the handset display.
Re which URLs to set, the 'Services' uRL is what is retrieved when you press 'Services'. Typically that points at your CCM, which then supplies a list of services configured for that handset.
The 'authentication' URL is what the phone accesses to verify whether things that are pushed to it (not things that it tries to browse to) ask it do do things - i.e. remote key presses, screen grabs, pushed URLs etc. You probably don't need to worry about that if you are just trying to get it to reach a web server by pressing 'services'. If you do implement this URL, you'll need to respond to auth requests in an appropriate fashion.
Regards
Aaron
Please rate helpful posts...
