Re: [sr-dev] git:master: mohqueue: fixed db_qtable parameter name

2014-10-02 Thread Robert Boisvert
Daniel, I see the problem. Thanks for correcting, Bob On Thu, Oct 2, 2014 at 8:56 AM, Daniel-Constantin Mierla wrote: > Robert, > > the change is: > >{ "db_ctable", PARAM_STR, &db_ctable }, > - { "db_ctable", PARAM_STR, &db_qtable }, > + { "db_qtable", PARAM_STR, &db_qtable }, > > Pract

Re: [sr-dev] git:master: mohqueue: fixed db_qtable parameter name

2014-10-02 Thread Daniel-Constantin Mierla
Robert, the change is: { "db_ctable", PARAM_STR, &db_ctable }, - { "db_ctable", PARAM_STR, &db_qtable }, + { "db_qtable", PARAM_STR, &db_qtable }, Practically is changing c in q for the name of the parameter to set the db_qtable variable. Otherwise there are two db_ctable parameters defi

Re: [sr-dev] git:master: mohqueue: fixed db_qtable parameter name

2014-10-02 Thread Alekzander Spiridonov
This looks like a typo fix. 2014-10-02 16:38 GMT+04:00 Robert Boisvert : > Daniel, > > I was wondering why this change was made. Is there a conflict with > another value? > > Bob > > On Thu, Oct 2, 2014 at 4:20 AM, Daniel-Constantin Mierla < > mico...@gmail.com> wrote: > >> Module: sip-router >>

Re: [sr-dev] git:master: mohqueue: fixed db_qtable parameter name

2014-10-02 Thread Robert Boisvert
Daniel, I was wondering why this change was made. Is there a conflict with another value? Bob On Thu, Oct 2, 2014 at 4:20 AM, Daniel-Constantin Mierla wrote: > Module: sip-router > Branch: master > Commit: 321575dcd18e42fe6c62942ef417dd8acf7f466d > URL: > http://git.sip-router.org/cgi-bin/git

[sr-dev] git:master: mohqueue: fixed db_qtable parameter name

2014-10-02 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 321575dcd18e42fe6c62942ef417dd8acf7f466d URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=321575dcd18e42fe6c62942ef417dd8acf7f466d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Thu Oct 2 10:18:1