Skip to content

Commit

Permalink
Added rtpengine table to default table.
Browse files Browse the repository at this point in the history
This will automatically create the table via "opensipsdbctl create"
  • Loading branch information
bogdan-iancu committed Aug 2, 2018
1 parent 4ba14e5 commit e3852e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/opensipsdbctl.base
Expand Up @@ -138,6 +138,7 @@ STANDARD_MODULES=${STANDARD_MODULES:-
msilo
permissions
rtpproxy
rtpengine
speeddial
tls_mgm
uri_db
Expand Down
2 changes: 1 addition & 1 deletion scripts/osipsconsole
Expand Up @@ -132,7 +132,7 @@ my @STANDARD_TABLES = ('version', 'acc', 'dbaliases',
my @STANDARD_MODULES = ('standard', 'acc', 'domain', 'group',
'permissions', 'usrloc', 'msilo', 'alias_db', 'uri_db',
'speeddial', 'avpops', 'auth_db', 'dialog', 'dispatcher',
'dialplan','drouting','rtpproxy','load_balancer' );
'dialplan','drouting','rtpproxy','rtpengine','load_balancer' );

my @EXTRA_TABLES = ('imc_members', 'imc_rooms', 'cpl', 'sip_trace',
'domainpolicy', 'carrierroute', 'route_tree', 'carrierfailureroute',
Expand Down

0 comments on commit e3852e9

Please sign in to comment.