<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>23 jan 2013 kl. 20:07 skrev Matthew Williams &lt;<a href="mailto:matthew@flowroute.com">matthew@flowroute.com</a>&gt;:</div><br class="Apple-interchange-newline"><blockquote type="cite">Yes, I committed to a side branch so you can review the changes ;-). If that's not what I should do, I can push to master.</blockquote>It's just a small change that you can push. Go ahead.<br><blockquote type="cite"><div><br></div><div>libjson appears to be available as an RPM (It's just libjson).</div></blockquote>Ok so libjson and libjson-c are the same?</div><div><br><blockquote type="cite"><div> On Ubuntu (and presumably Debian) it's&nbsp;libjson0 and&nbsp;libjson0-dev packages. I don't know about BSD ports.<br></div></blockquote>Thanks for the feedback. I know there are people out there working with the spec files and such, so they like to know. :-)</div><div><br></div><div>/O<br><blockquote type="cite"><div>
<br><div class="gmail_quote">On Wed, Jan 23, 2013 at 1:55 PM, Olle E. Johansson <span dir="ltr">&lt;<a href="mailto:oej@edvina.net" target="_blank">oej@edvina.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Matthew!<br>
<br>
I am sure you know you cmmitted to a branch and not to main code base.<br>
<br>
A side question: Are these libraries available as RPMs for linux or ports for FreeBSD?<br>
<br>
/O<br>
<br>
<br>
23 jan 2013 kl. 19:50 skrev Matthew Williams &lt;<a href="mailto:matthew@flowroute.com">matthew@flowroute.com</a>&gt;:<br>
<div><div class="h5"><br>
&gt; Module: sip-router<br>
&gt; Branch: mgw/json<br>
&gt; Commit: 2d129b5538b64acea788b502dcf97c5ffffdf949<br>
&gt; URL: &nbsp; &nbsp;<a href="http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d129b5538b64acea788b502dcf97c5ffffdf949" target="_blank">http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d129b5538b64acea788b502dcf97c5ffffdf949</a><br>

&gt;<br>
&gt; Author: Matthew Williams &lt;<a href="mailto:mgwilliams@gmail.com">mgwilliams@gmail.com</a>&gt;<br>
&gt; Committer: Matthew Williams &lt;<a href="mailto:mgwilliams@gmail.com">mgwilliams@gmail.com</a>&gt;<br>
&gt; Date: &nbsp; Wed Jan 23 10:49:52 2013 -0800<br>
&gt;<br>
&gt; correct url to libjson in json and jsonrpc-c module docs<br>
&gt;<br>
&gt; ---<br>
&gt;<br>
&gt; modules/json/README &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;2 +-<br>
&gt; modules/json/doc/json_admin.xml &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; &nbsp;4 +---<br>
&gt; modules/jsonrpc-c/README &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; 21 +++++++++++----------<br>
&gt; modules/jsonrpc-c/doc/jsonrpc-c_admin.xml | &nbsp; &nbsp;2 +-<br>
&gt; 4 files changed, 14 insertions(+), 15 deletions(-)<br>
&gt;<br>
&gt; diff --git a/modules/json/README b/modules/json/README<br>
&gt; index 4d4c0eb..381bedf 100644<br>
&gt; --- a/modules/json/README<br>
&gt; +++ b/modules/json/README<br>
&gt; @@ -71,7 +71,7 @@ Chapter 1. Admin Guide<br>
&gt;<br>
&gt; &nbsp; &nbsp;The following libraries or applications must be installed before<br>
&gt; &nbsp; &nbsp;running Kamailio with this module loaded:<br>
&gt; - &nbsp; &nbsp; * libjson (<a href="http://metaparadigm.com/json-c/" target="_blank">http://metaparadigm.com/json-c/</a>)<br>
&gt; + &nbsp; &nbsp; * libjson (<a href="https://github.com/json-c/json-c/wiki" target="_blank">https://github.com/json-c/json-c/wiki</a>)<br>
&gt;<br>
&gt; 3. Parameters<br>
&gt;<br>
&gt; diff --git a/modules/json/doc/json_admin.xml b/modules/json/doc/json_admin.xml<br>
&gt; index 9c8e3a3..f8f899f 100644<br>
&gt; --- a/modules/json/doc/json_admin.xml<br>
&gt; +++ b/modules/json/doc/json_admin.xml<br>
&gt; @@ -10,9 +10,7 @@<br>
&gt; &lt;!-- Module User's Guide --&gt;<br>
&gt;<br>
&gt; &lt;chapter&gt;<br>
&gt; -<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;title&gt;&amp;adminguide;&lt;/title&gt;<br>
&gt; -<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;section&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;title&gt;Overview&lt;/title&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;para&gt;<br>
&gt; @@ -43,7 +41,7 @@<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;itemizedlist&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;listitem&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;para&gt;<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;emphasis&gt;libjson (<a href="http://metaparadigm.com/json-c/" target="_blank">http://metaparadigm.com/json-c/</a>)&lt;/emphasis&gt;<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;emphasis&gt;libjson (<a href="https://github.com/json-c/json-c/wiki" target="_blank">https://github.com/json-c/json-c/wiki</a>)&lt;/emphasis&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/para&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/listitem&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/itemizedlist&gt;<br>
&gt; diff --git a/modules/jsonrpc-c/README b/modules/jsonrpc-c/README<br>
&gt; index 7df3ed3..bfa8ea3 100644<br>
&gt; --- a/modules/jsonrpc-c/README<br>
&gt; +++ b/modules/jsonrpc-c/README<br>
&gt; @@ -10,7 +10,7 @@ Jordan Levy<br>
&gt;<br>
&gt; &nbsp; &nbsp;&lt;<a href="mailto:jordan@flowroute.com">jordan@flowroute.com</a>&gt;<br>
&gt;<br>
&gt; - &nbsp; Copyright � 2011 Flowroute LLC (<a href="http://flowroute.com/" target="_blank">flowroute.com</a>)<br>
&gt; + &nbsp; Copyright © 2011 Flowroute LLC (<a href="http://flowroute.com/" target="_blank">flowroute.com</a>)<br>
&gt; &nbsp; &nbsp; &nbsp;__________________________________________________________________<br>
&gt;<br>
&gt; &nbsp; &nbsp;Table of Contents<br>
&gt; @@ -23,11 +23,11 @@ Jordan Levy<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.1. Kamailio Modules<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.2. External Libraries or Applications<br>
&gt;<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp;3. Exported Parameters<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;3. Parameters<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3.1. servers (string)<br>
&gt;<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp;4. Exported Functions<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;4. Functions<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.1. jsonrpc_notification(method, parameters)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.2. jsonrpc_request(method, parameters, return_route,<br>
&gt; @@ -49,11 +49,11 @@ Chapter 1. Admin Guide<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2.1. Kamailio Modules<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 2.2. External Libraries or Applications<br>
&gt;<br>
&gt; - &nbsp; 3. Exported Parameters<br>
&gt; + &nbsp; 3. Parameters<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 3.1. servers (string)<br>
&gt;<br>
&gt; - &nbsp; 4. Exported Functions<br>
&gt; + &nbsp; 4. Functions<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 4.1. jsonrpc_notification(method, parameters)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; 4.2. jsonrpc_request(method, parameters, return_route,<br>
&gt; @@ -86,9 +86,10 @@ Chapter 1. Admin Guide<br>
&gt;<br>
&gt; &nbsp; &nbsp;The following libraries or applications must be installed before<br>
&gt; &nbsp; &nbsp;running Kamailio with this module loaded:<br>
&gt; - &nbsp; &nbsp; * libjson - <a href="http://metaparadigm.com/json-c/" target="_blank">http://metaparadigm.com/json-c/</a><br>
&gt; + &nbsp; &nbsp; * libjson (<a href="https://github.com/json-c/json-c/wiki" target="_blank">https://github.com/json-c/json-c/wiki</a>)<br>
&gt; + &nbsp; &nbsp; * libevent - <a href="http://libevent.org/" target="_blank">http://libevent.org/</a><br>
&gt;<br>
&gt; -3. Exported Parameters<br>
&gt; +3. Parameters<br>
&gt;<br>
&gt; &nbsp; &nbsp;3.1. servers (string)<br>
&gt;<br>
&gt; @@ -105,13 +106,13 @@ modparam("jsonrpc", "servers", "localhost:9999,2 <a href="http://10.10.0.1:9999/" target="_blank">10.10.0.1:9999</a>,2 backup.server:<br>
&gt; 9999,1")<br>
&gt; ...<br>
&gt;<br>
&gt; -4. Exported Functions<br>
&gt; +4. Functions<br>
&gt;<br>
&gt; &nbsp; &nbsp;4.1. jsonrpc_notification(method, parameters)<br>
&gt; &nbsp; &nbsp;4.2. jsonrpc_request(method, parameters, return_route, error_route,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; result_var)<br>
&gt;<br>
&gt; -4.1. jsonrpc_notification(method, parameters)<br>
&gt; +4.1. &nbsp;jsonrpc_notification(method, parameters)<br>
&gt;<br>
&gt; &nbsp; &nbsp;Invokes the remote 'method' with the given 'parameters' as a<br>
&gt; &nbsp; &nbsp;notification. Unlike jsonrpc_request (below), notifications do not<br>
&gt; @@ -126,7 +127,7 @@ modparam("jsonrpc", "servers", "localhost:9999,2 <a href="http://10.10.0.1:9999/" target="_blank">10.10.0.1:9999</a>,2 backup.server:<br>
&gt; jsonrpc_notification("update_user", "{'id': 1234, 'name': 'Petros'}")<br>
&gt; ...<br>
&gt;<br>
&gt; -4.2. jsonrpc_request(method, parameters, return_route, error_route,<br>
&gt; +4.2. &nbsp;jsonrpc_request(method, parameters, return_route, error_route,<br>
&gt; result_var)<br>
&gt;<br>
&gt; &nbsp; &nbsp;Invokes the remote 'method' with the given 'parameters'. When the<br>
&gt; diff --git a/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml b/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml<br>
&gt; index 2b89549..ef5dcae 100644<br>
&gt; --- a/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml<br>
&gt; +++ b/modules/jsonrpc-c/doc/jsonrpc-c_admin.xml<br>
&gt; @@ -53,7 +53,7 @@<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;itemizedlist&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;listitem&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;para&gt;<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;emphasis&gt;libjson&lt;/emphasis&gt; - <a href="http://metaparadigm.com/json-c/" target="_blank">http://metaparadigm.com/json-c/</a><br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;emphasis&gt;libjson (<a href="https://github.com/json-c/json-c/wiki" target="_blank">https://github.com/json-c/json-c/wiki</a>)&lt;/emphasis&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/para&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/listitem&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;listitem&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; sr-dev mailing list<br>
&gt; <a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
&gt; <a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
<br>
<br>
_______________________________________________<br>
sr-dev mailing list<br>
<a href="mailto:sr-dev@lists.sip-router.org">sr-dev@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><span style="font-size:12px">Matthew Williams</span></div><div><span style="font-size:12px">Flowroute LLC</span></div><div><span style="font-size:12px"><b>Direct:&nbsp;</b></span>206-641-8071</div>
<div><b>Mobile:</b>&nbsp;206-641-8271</div><div><b>Web: </b><a href="http://www.flowroute.com/" target="_blank">www.flowroute.com</a></div><div><br></div><span><span style="border-collapse:collapse;font-size:12px"><b>Important Notice:&nbsp;</b>&nbsp;This message is intended only for the person or entity to which it is addressed. &nbsp;The information provided is confidential. &nbsp;Accordingly, any review, retransmission, dissemination or other use of this information by, or disclosure of it to, anyone other than the intended recipient could have significant adverse effects and is prohibited. &nbsp;Opinions, conclusions and other information in this message that do not relate to official business of my company shall be understood as neither given nor endorsed by it.</span></span><span>&nbsp;</span><br>

</div>
</blockquote></div><br></body></html>