Problems with XML on SPA50x Phones (another one)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2012 06:11 AM - edited 03-21-2019 06:02 AM
Another bug to report:
On a CiscoIPPhoneExecute POST, if you pass a URL with multiple parameters, only the first parameter is collected. I was forced to bundle all my parameters into one and pull them all out again.
Syslog excerpt:
Jul 12 22:13:12 172.16.172.105 SCCP:PostCgiExe=
Jul 12 22:13:12 172.16.172.105 <ExecuteItem Priority="0" URL="http://172.16.172.10/textscreen_get_cisco.php?title=Title&message=Test&timeout=3"/></CiscoIPPhoneExecute>
........
Jul 12 22:13:12 172.16.172.105 CMX:ExeItem[0]:P=0,U=http://172.16.172.10/textscreen_get_cisco.php?title=Title
What is the best way to report these bugs considering I am not Cisco Select.
Thanks
Mike
- Labels:
-
Voice Systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2012 01:33 AM
As that's XML, you probably need to escape the & symbol... &
