[Devel] [ openser-Bugs-1724345 ] sc.dbtext is not up to date for location/alias

SourceForge.net noreply at sourceforge.net
Fri May 25 17:03:14 CEST 2007


Bugs item #1724345, was opened at 2007-05-23 19:01
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1724345&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 1.2.x
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ovidiu Sas (osas)
>Assigned to: Bogdan (bogdan_iancu)
Summary: sc.dbtext is not up to date for location/alias

Initial Comment:
Just noticed that sc.dbtext needs the following patch for location and alias:

$ svn diff
Index: sc.dbtext
===================================================================
--- sc.dbtext	(revision 2276)
+++ sc.dbtext	(working copy)
@@ -880,9 +880,9 @@
 		#Subscriber file
 		echo "phplib_id(str) username(str) domain(str) password(str) first_name(str,null) last_name(str,null) phone(str,null) email_address(str) datetime_created(int,null) datetime_modified(int,null) confirmation(str,null) flag(str,null) sendnotification(str,null) greeting(str,null) ha1(str) ha1b(str) allow_find(str) timezone(str,null) rpid(str,null) domn(int,null) uuid(str,null)" > $SUB_FILE
 		#Location file
-		echo "username(str) domain(str,null) contact(str,null) received(str,null) path(str,null) expires(int,null) q(double,null) callid(str,null) cseq(int,null) last_modified(int,null) flags(int) user_agent(str) socket(str) methods(int,null)" > $UL_FILE
+		echo "username(str) domain(str,null) contact(str,null) received(str,null) path(str,null) expires(int,null) q(double,null) callid(str,null) cseq(int,null) last_modified(int,null) flags(int) cflags(int) user_agent(str) socket(str) methods(int,null)" > $UL_FILE
 		#Aliases file
-		echo "username(str) domain(str,null) contact(str,null) received(str,null) path(str,null) expires(int,null) q(double,null) callid(str,null) cseq(int,null) last_modified(int,null) flags(int) user_agent(str) socket(str) methods(int,null)" > $ALS_FILE
+		echo "username(str) domain(str,null) contact(str,null) received(str,null) path(str,null) expires(int,null) q(double,null) callid(str,null) cseq(int,null) last_modified(int,null) flags(int) cflags(int) user_agent(str) socket(str) methods(int,null)" > $ALS_FILE
 		#Uri file
 		echo "username(str) domain(str) uri_user(str) last_modified(int)" > $URI_FILE
 		#Group/ACL file
@@ -900,8 +900,8 @@
 		echo "phonebook:1" >> $VER_FILE
 		echo "pending:4" >> $VER_FILE
 		echo "missed_calls:2" >> $VER_FILE
-		echo "location:1003" >> $VER_FILE
-		echo "aliases:1003" >> $VER_FILE
+		echo "location:1004" >> $VER_FILE
+		echo "aliases:1004" >> $VER_FILE
 		echo "grp:2" >> $VER_FILE
 		echo "event:1" >> $VER_FILE
 		echo "active_sessions:1" >> $VER_FILE


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

>Comment By: Bogdan (bogdan_iancu)
Date: 2007-05-25 18:03

Message:
Logged In: YES 
user_id=1275325
Originator: NO

Hi Ovidiu,

thanks for the report and patch - is on SVN trunk and 1.2.

regards,
bogdan

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1724345&group_id=139143



More information about the Devel mailing list