<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&#39;ve got the following in my phone.cfg:<br>
&lt;reginfo&gt;<br>
&lt;msg msg.bypassInstantMessage=&quot;1&quot;&gt;<br>
&lt;mwi msg.mwi.1.callBack=&quot;*97&quot; msg.mwi.1.callBackMode=&quot;contact&quot; msg.mwi.1.subscribe=&quot;&quot; &gt;&lt;/mwi&gt;<br>
&lt;/reginfo&gt;<br>
</blockquote></div><br>The actual config looks good, but the structure of the XML is off. Here&#39;s what I use (and it works):<br><br>&lt;phone1&gt;<br> &lt;msg msg.bypassInstantMessage=&quot;1&quot;&gt;<br>   &lt;mwi msg.mwi.1.subscribe=&quot;&quot; msg.mwi.1.callBackMode=&quot;contact&quot; msg.mwi.1.callBack=&quot;86&quot; /&gt; <br>
 &lt;/msg&gt;<br>&lt;/phone1&gt;<br><br>You seem to be missing the closing &lt;/msg&gt; statement, so your XML is not well formed. Also, I don&#39;t know what &lt;reginfo&gt; is, I don&#39;t use it in my config. The outermost XML tag for me is &lt;phone1&gt;, and &lt;msg&gt; is right &quot;inside&quot; it. (And of course I left out plenty of other config options from my snippet.)<br>
<br>HTH<br><br>