<div dir="ltr">I presently use either the raw fifo, the UDP fifo or the old XMLRPC method. They all return the same format which has double colon separated nodes. It&#39;s not easy to parse into an object by any language I know.<div>

<br></div><div>I&#39;ve written parsers for it, but I don&#39;t like them. It seems like the structure isn&#39;t well suited for parsing. You ask me if I&#39;m using the &quot;structured&quot; output. The only structured output I know of today is XML with the unstructured data in one element. Is there something else? </div>

<div><br></div><div>I do prefer JSON. JSON parsers are a dime a dozen and easy to work with typically. There isn&#39;t a whole lot of bloat, like there is with XML (religious preference).. I&#39;d like something like this:</div>

<div><br></div><div><div>[</div><div>    {</div><div>        &quot;dlg_id&quot;: &quot;1234:1234&quot;,</div><div>        &quot;callid&quot;: &quot;aaaabbbcccddd&quot;,</div><div>        &quot;profile&quot;: {</div><div>
            &quot;foo&quot;: &quot;bar&quot;,</div>
<div>            &quot;bee&quot;: &quot;baz&quot;</div><div>        }</div><div>    },</div><div>    {</div><div>        &quot;dlg_id&quot;: &quot;9999:5432&quot;,</div><div>        &quot;callid&quot;: &quot;qqqwwwweeerrrr&quot;,</div>

<div>        &quot;profile&quot;: {</div><div>            &quot;foo&quot;: &quot;bar&quot;,</div><div>            &quot;bee&quot;: &quot;baz&quot;</div><div>        }</div><div>    }</div><div>]</div></div><div><br></div>

<div>That&#39;s my $0.02.. That being said, there&#39;s a very large embedded base expecting the old format as well, which I think needs to be continued to be supported until we can give adequate notice that it&#39;s being deprecated. </div>

<div><br></div><div>Thanks!</div><div>-Brett</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 2:13 PM, Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com" target="_blank">osas@voipembedded.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Based on your reply, my understanding is that you are not currently<br>
using the structured format, but you would like to have it in the<br>
future in JSON format.  Am I right?<br>
<span class="HOEnZb"><font color="#888888"><br>
-ovidiu<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Wed, Mar 19, 2014 at 3:07 PM, Brett Nemeroff &lt;<a href="mailto:brett@nemeroff.com">brett@nemeroff.com</a>&gt; wrote:<br>
&gt; I think the only reason for that is backwards compatibility with stuff<br>
&gt; written for the other mi interfaces.<br>
&gt;<br>
&gt;<br>
&gt; Honestly, my parsers for the MI output are ridiculous. It&#39;s really<br>
&gt; complicated and prone to failure. I&#39;d like to know if others share my<br>
&gt; feeling here.<br>
&gt;<br>
&gt; For little things like &quot;dr_reload&quot; I don&#39;t really care.<br>
&gt;<br>
&gt; But for MI calls that return large amounts of user data, like dlg_list_ctx..<br>
&gt; Parsing it is kind of ridiculous... Anyone else share this feeling?<br>
&gt;<br>
&gt; I personally would love to see it structured in JSON format. :)<br>
&gt;<br>
&gt; -Brett<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Mar 19, 2014 at 2:05 PM, Ovidiu Sas &lt;<a href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello Brett,<br>
&gt;&gt;<br>
&gt;&gt; It is true that the structured output mode was not implemented in the<br>
&gt;&gt; new module.<br>
&gt;&gt; It seems that having the output in one big chunk is the preferred<br>
&gt;&gt; method in the community.<br>
&gt;&gt;<br>
&gt;&gt; If there is a real demand for structured output, we can take a look into<br>
&gt;&gt; it.<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Ovidiu Sas<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Mar 19, 2014 at 1:56 PM, Brett Nemeroff &lt;<a href="mailto:brett@nemeroff.com">brett@nemeroff.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; I&#39;d like to see the new module to be a drop in replacement for the old<br>
&gt;&gt; &gt; one..<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; That being said...<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I was pretty surprised when I started down the path of the XMLRPC module<br>
&gt;&gt; &gt; that the reply isn&#39;t structured. It was just one big object.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;d like a selectable option on the module so that it either operates:<br>
&gt;&gt; &gt; 1. Legacy (one big output chunk)<br>
&gt;&gt; &gt; 2. Structured, parable for each output node.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Really if we are talking &quot;deprecating&quot; we need to support the old method<br>
&gt;&gt; &gt; primarily or there will be a lot of broken code out there.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -Brett<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Wed, Mar 19, 2014 at 12:15 PM, Bogdan-Andrei Iancu<br>
&gt;&gt; &gt; &lt;<a href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; The whole idea is not to :)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; But more tests need to be done.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Regards,<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Bogdan-Andrei Iancu<br>
&gt;&gt; &gt;&gt; OpenSIPS Founder and Developer<br>
&gt;&gt; &gt;&gt; <a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On 19.03.2014 17:39, Ali Pey wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Will this affect OpenSIPS-CP?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Regards,<br>
&gt;&gt; &gt;&gt; Ali Pey<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Wed, Mar 19, 2014 at 10:18 AM, Kneeoh &lt;<a href="mailto:kneeoh@yahoo.com">kneeoh@yahoo.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; I&#39;m all for the deprecation as long as the documentation on the<br>
&gt;&gt; &gt;&gt;&gt; mi_xmlrpc_ng module is updated to a usable level. I find myself<br>
&gt;&gt; &gt;&gt;&gt; referencing<br>
&gt;&gt; &gt;&gt;&gt; the documentation for xmlrpc and hoping that it holds true for<br>
&gt;&gt; &gt;&gt;&gt; xmlrpc_ng.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; Users mailing list<br>
&gt;&gt; &gt;&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; &gt;&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Users mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; VoIP Embedded, Inc.<br>
&gt;&gt; <a href="http://www.voipembedded.com" target="_blank">http://www.voipembedded.com</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
VoIP Embedded, Inc.<br>
<a href="http://www.voipembedded.com" target="_blank">http://www.voipembedded.com</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>