[OpenSER-Devel] [ openser-Patches-1839562 ] install dialog table by default for dbtext/dn_berkeley

SourceForge.net noreply at sourceforge.net
Tue Nov 27 15:20:50 UTC 2007


Patches item #1839562, was opened at 2007-11-27 10:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Nobody/Anonymous (nobody)
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"
 


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

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