Hi Airton, made the fixes on SVN trunk - in the next days (if everything ok), I will backport them to stable branches also.
Thanks and regards, Bogdan Airton Kuada wrote: > Hi all > > > There is a sintaxe error in opensipsctl in lines 435, 438, 495, 498 > when option is "opensipsctl alias_db show/list" > > if [ $DBENGINE -eq "MYSQL" ] > if [ $DBENGINE -eq "PGSQL" ] > > to > > if [ $DBENGINE = "MYSQL" ] > if [ $DBENGINE = "PGSQL" ] > > Airton Kuada > ---------------------- > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users > -- Bogdan-Andrei Iancu www.voice-system.ro _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
