Hi Charles, thank you for the correction ! On Tue, May 9, 2017 at 2:41 PM, Charles Chance < [email protected]> wrote:
> Module: kamailio > Branch: master > Commit: df04997cd1505b3687a7005c7578a9b012f25d85 > URL: https://github.com/kamailio/kamailio/commit/ > df04997cd1505b3687a7005c7578a9b012f25d85 > > Author: Charles Chance <[email protected]> > Committer: Charles Chance <[email protected]> > Date: 2017-05-09T13:41:12+01:00 > > dmq_usrloc: fix incorrectly formatted XML docbook > > --- > > Modified: src/modules/dmq_usrloc/doc/dmq_usrloc.xml > Modified: src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml > > --- > > Diff: https://github.com/kamailio/kamailio/commit/ > df04997cd1505b3687a7005c7578a9b012f25d85.diff > Patch: https://github.com/kamailio/kamailio/commit/ > df04997cd1505b3687a7005c7578a9b012f25d85.patch > > --- > > diff --git a/src/modules/dmq_usrloc/doc/dmq_usrloc.xml > b/src/modules/dmq_usrloc/doc/dmq_usrloc.xml > index c6b36ac..8391296 100644 > --- a/src/modules/dmq_usrloc/doc/dmq_usrloc.xml > +++ b/src/modules/dmq_usrloc/doc/dmq_usrloc.xml > @@ -39,6 +39,7 @@ > <copyright> > <year>2014</year> > </copyright> > + <authorgroup> > <editor> > <firstname>Julien</firstname> > <surname>Chavanton</surname> > diff --git a/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml > b/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml > index 81be430..e936573 100644 > --- a/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml > +++ b/src/modules/dmq_usrloc/doc/dmq_usrloc_admin.xml > @@ -180,10 +180,12 @@ modparam("dmq_usrloc", "batch_usleep", 1000) > <section id="usrloc_dmq.p.batch_msg_size"> > <title><varname>batch_msg_size</varname> (int)</title> > <para> > - The parameter controls the size of the messages > during a sync > - This is to make sure the messages are never larger > then 65536 (the maximum datagram size) > - > - Note that batch_msg_contacts will also be checked > + The parameter controls the size of the messages > during a sync. > + This is to make sure the messages are never larger > then 65536 (the maximum datagram size). > + </para> > + <para> > + Note that batch_msg_contacts will also be checked. > + </para> > <para> > <emphasis> > Default value is 60000. > @@ -204,9 +206,11 @@ modparam("dmq_usrloc", "batch_msg_size", 500000) > <section id="usrloc_dmq.p.batch_msg_contacts"> > <title><varname>batch_msg_contacts</varname> (int)</title> > <para> > - The parameter controls the amount of contact per > message/transaction during a sync > - > - Note that batch_msg_size will also be checked > + The parameter controls the amount of contact per > message/transaction during a sync. > + </para> > + <para> > + Note that batch_msg_size will also be checked. > + </para> > <para> > <emphasis> > Default value is 1. > @@ -225,7 +229,6 @@ modparam("dmq_usrloc", "batch_usleep", 500000) # > one batch every 500ms > </programlisting> > </example> > </section> > - </section> > > <section id="usrloc_dmq.p.usrloc_domain"> > <title><varname>usrloc_domain</varname> (string)</title> > @@ -246,6 +249,7 @@ modparam("dmq_usrloc", "usrloc_domain", "my_domain") > </programlisting> > </example> > </section> > + </section> > > </chapter> > > > > _______________________________________________ > Kamailio (SER) - Development Mailing List > [email protected] > https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev >
_______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
