Luckily, there's SER (SIP Express Router) already installed there, so I'm hoping to be successful quite fast.
First of all, there's the MySQL to be configured in order to contain future usernames:
[MySQL]
For some strange reason, the data-dir is set to "/usr/var" which doesn't exist in this distro, and I don't think we need InnoDB support - so some things need a change:
edit /etc/my.cnf and add those 2 lines:
Then:datadir=/var/db
skip-innodb
1) Make sure that your computer's hostname can be looked up.
2) mysql_install_db
3) chown -R mysql /var/db
4) mysqladmin -u root password 'your_password'
5) ser_mysql.sh create