<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I've got the following in my phone.cfg:<br>
<reginfo><br>
<msg msg.bypassInstantMessage="1"><br>
<mwi msg.mwi.1.callBack="*97" msg.mwi.1.callBackMode="contact" msg.mwi.1.subscribe="" ></mwi><br>
</reginfo><br>
</blockquote></div><br>The actual config looks good, but the structure of the XML is off. Here's what I use (and it works):<br><br><phone1><br> <msg msg.bypassInstantMessage="1"><br> <mwi msg.mwi.1.subscribe="" msg.mwi.1.callBackMode="contact" msg.mwi.1.callBack="86" /> <br>
</msg><br></phone1><br><br>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.)<br>
<br>HTH<br><br>