> 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
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
