[OpenSIPS-Users] opensipsctl erros

brianpocock briankeithjames at googlemail.com
Fri Apr 30 16:32:12 CEST 2010


Just checked my configuration and it works fine for me with: 
if [ $DBENGINE -eq "MYSQL" ]
when doing opensipsctl alias_db list/show

Not sure whether you made a typo with:
if [ $DBENGINE -eq "MYSQL" ]
if [ $DBENGINE -eq "PGSQL" ]

but it should read:
if [ $DBENGINE -eq "MYSQL" ] 
elif [ $DBENGINE -eq "PGSQL" ] 

Hope this helps
-- 
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/opensipsctl-erros-tp4985896p4985961.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.



More information about the Users mailing list