[OpenSIPS-Devel] [ opensips-Feature Requests-2795305 ] osipsconsole should create the db for drouting

SourceForge.net noreply at sourceforge.net
Fri May 22 12:26:57 CEST 2009


Feature Requests item #2795305, was opened at 2009-05-22 13:16
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=2795305&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tools
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: ASeques (sacoo)
>Assigned to: Iulia Bublea (iulia_bublea)
Summary: osipsconsole should create the db for drouting

Initial Comment:
Since 1.5, drouting is one of the core modules, also the recommended replacement for the lcr modules. 
Around line 127, there is the list of tables:
my @STANDARD_TABLES = ('version', 'acc', 'dbaliases', 'lcr', 'domain', 'grp', 'uri', 'speed_dial', 'gw', 'pdt', 'subscriber', 'location', 're_grp', 'trusted', 'address', 'missed_calls', 'usr_preferences', 'aliases', 'silo', 'dialog', 'dispatcher', 'dialplan');
It should be:
my @STANDARD_TABLES = ('version', 'acc', 'dbaliases', 'lcr', 'domain', 'grp', 'uri', 'speed_dial', 'gw', 'pdt', 'subscriber', 'location', 're_grp', 'trusted', 'address', 'missed_calls', 'usr_preferences', 'aliases', 'silo', 'dialog', 'dispatcher', 'dialplan','drouting');

At least it should be in the EXTRA_MODULES if you don't like it to be in the STANDARD.

Cheers


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=2795305&group_id=232389



More information about the Devel mailing list