[asterisk-users] Polycom 500 / MWI
Kai-Uwe Jensen
kujensen at gmail.com
Thu Jan 20 15:17:08 CST 2011
> I've got the following in my phone.cfg:
> <reginfo>
> <msg msg.bypassInstantMessage="1">
> <mwi msg.mwi.1.callBack="*97" msg.mwi.1.callBackMode="contact"
> msg.mwi.1.subscribe="" ></mwi>
> </reginfo>
>
The actual config looks good, but the structure of the XML is off. Here's
what I use (and it works):
<phone1>
<msg msg.bypassInstantMessage="1">
<mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact"
msg.mwi.1.callBack="86" />
</msg>
</phone1>
You seem to be missing the closing </msg> statement, so your XML is not well
formed. Also, I don't know what <reginfo> is, I don't use it in my config.
The outermost XML tag for me is <phone1>, and <msg> is right "inside" it.
(And of course I left out plenty of other config options from my snippet.)
HTH
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110120/579dbc14/attachment.htm>
More information about the asterisk-users
mailing list