Leave off the softkey xml tags, This should get you working....
You can telnet to the phone and type "debug http" and you will get better
errors.

Maik Schmitt wrote:

struggling with localization issues (so the script is not "German only")
took me a week longer than expected. (Did anybody ever get PHP's gettext
extension working??)
But finally, I've wrapped something up:



Hi,


I just tried to use it with our 7960 (sip-version).

I've set the services_url in SIPDefault.cnf to
"http://xxx.xxx.xxx.xxx/xmlservices/vm/index.php&user=1234&pin=1234";

It didn't work with ?user=...&pin=.... cause the phone then tried to
get "index.php?user=1234\x9fpin=1234?name=SIP..."

Now I only get:
---
CMXML Error


XML Parse Error ---

When I open the URL with my Browser I see the "VoiceMail - INBOX...."
and the source also looks OK:
---
<CiscoIPPhoneText>
<Title>VoiceMail - INBOX</Title>
<Prompt></Prompt>
<Text>^MEs sind keine Nachrichten vorhanden.</Text>
<SoftKeyItem>
<Name>Beenden</Name>
<URL>SoftKey:Exit</URL>
<Position>3</Position>
</SoftKeyItem>
<SoftKeyItem>
<Name>Ordner...</Name>
<URL>http://xxx.xxx.xxx.xxx/xmlservices/vm/index.php?user=1234&amp;pin=1234&amp;folder=INBOX&amp;do=chfolder</URL>
<Position>4</Position>
</SoftKeyItem>
</CiscoIPPhoneText>
---

Any Ideas?





_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to