Is there a fifo command available to reload pipelimit config from db?
something like 'kamctl fifo pl_reload'?

On Wed, Feb 23, 2011 at 9:02 AM, thrillerbee <thriller...@gmail.com> wrote:

> Cool, thanks.
>
>
> On Wed, Feb 23, 2011 at 12:36 AM, Daniel-Constantin Mierla <
> mico...@gmail.com> wrote:
>
>> Hello,
>>
>>
>> On 2/23/11 12:30 AM, thrillerbee wrote:
>>
>>> Can anyone point me to the db schema for the new pipelimit module?
>>>
>>
>> seems I forgot to add it to db creation script. I will fix that in the
>> next days. Meanwhile you can use:
>>
>> INSERT INTO version (table_name, table_version) values ('pl_pipes','1');
>> CREATE TABLE pl_pipes (
>>  id INT(10) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL,
>>  pipeid VARCHAR(64) DEFAULT '' NOT NULL,
>>  algorithm VARCHAR(32) DEFAULT '' NOT NULL,
>>  plimit INT DEFAULT 0 NOT NULL,
>>  CONSTRAINT pipeid_idx UNIQUE (pipeid)
>> ) ENGINE=MyISAM;
>>
>> This is inside sources, modules/pipelimit/pl_db.c
>>
>> Thanks, Daniel
>>
>> --
>> Daniel-Constantin Mierla
>> http://www.asipto.com
>>
>>
>
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to