[Asterisk-Users] Asterisk as a stand alone voice mail server (fwd)
Rainer Jochem
rainer at graphics.cs.uni-sb.de
Mon Aug 11 01:18:15 MST 2003
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..."
I've played around a little bit and discovered the following:
with
services_url:
"http://xxx.xxx.xxx.xxx/xmlservices/vm/index.php?user=1234&pin=1234"
the phone tried to get
"GET /xmlservices/vm/index.php?user=1234?pin=1234&name=..."
changing the services_url to:
"http://xxx.xxx.xxx.xxx/xmlservices/vm/index.php&user=1234&pin=1234"
the phone requests
"GET /xmlservices/vm/index.php?user=3841&pin=3841&name=..."
if I enter this URL in my Browser, it works. But the phone still says
"CMXML Error"
So I guess there's something in the xml-files the phone doesn't understand.
Greetings from too sunny Saarbruecken
Rainer
--
http://graphics.cs.uni-sb.de/VoIP/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20030811/ec3d4001/attachment.pgp
More information about the asterisk-users
mailing list