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.

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to