[OpenSER-Devel] [ openser-Patches-1839562 ] install dialog table by default for dbtext/dn_berkeley
SourceForge.net
noreply at sourceforge.net
Wed Nov 28 14:59:46 UTC 2007
Patches item #1839562, was opened at 2007-11-27 15:20
Message generated for change (Comment added) made by henningw
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1839562&group_id=139143
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: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
>Assigned to: Will Quan (will_quan)
Summary: install dialog table by default for dbtext/dn_berkeley
Initial Comment:
Here's a patch that will add the dialog table to the default list of tables for dbtext and db_berkeley:
# svn diff scripts/openserdbctl.dbtext scripts/openserdbctl.db_berkeley
Index: scripts/openserdbctl.dbtext
===================================================================
--- scripts/openserdbctl.dbtext (revision 3216)
+++ scripts/openserdbctl.dbtext (working copy)
@@ -13,7 +13,7 @@
# dbtext don't want the tables combined like the other databases
STANDARD_TABLES="version acc dbaliases lcr domain grp uri speed_dial gw pdt
subscriber location re_grp trusted address missed_calls
- usr_preferences aliases gw_grp silo"
+ usr_preferences aliases gw_grp silo dialog"
EXTRA_TABLES="imc_members imc_rooms cpl sip_trace domainpolicy"
Index: scripts/openserdbctl.db_berkeley
===================================================================
--- scripts/openserdbctl.db_berkeley (revision 3216)
+++ scripts/openserdbctl.db_berkeley (working copy)
@@ -33,7 +33,7 @@
STANDARD_TABLES="version acc dbaliases lcr domain grp uri speed_dial gw pdt
subscriber location re_grp trusted address missed_calls
- usr_preferences aliases gw_grp silo"
+ usr_preferences aliases gw_grp silo dialog"
EXTRA_TABLES="imc_members imc_rooms cpl sip_trace domainpolicy"
----------------------------------------------------------------------
>Comment By: Henning Westerholt (henningw)
Date: 2007-11-28 14:59
Message:
Logged In: YES
user_id=337916
Originator: NO
Hi Will,
could you please include the dialog table to 'STANDARD_TABLE' in the
.base
file too, after you move the define?
Thank you!
Henning
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1839562&group_id=139143
More information about the Devel
mailing list