Hi,
Since dbtext is part of the standard, my suggestion would be to
ship/install the sc.dbtext script along with the openserctl script.
We can install it as openser_dbtext_ctl and in openserctl we can make
a reference to it if no DBENGINE is provided:
see the following patch for openserct (openser-v1.1.1):
diff -Naurp sip-server/scripts/openserctl openser/scripts/openserctl
--- sip-server/scripts/openserctl 2006-09-15 08:41:42.000000000 -0400
+++ openser/scripts/openserctl 2007-01-17 09:39:09.000000000 -0500
@@ -126,6 +126,8 @@ do
$f
done
echo
+ echo "Note: Use openser_dbtext_ctl for DBTEXT operations!"
+ echo
}
Regards,
Ovidiu Sas