How to register users from register

From Yate Documentation
Revision as of 15:10, 4 October 2012 by Dana (Talk | contribs)

Jump to: navigation, search

Supose we want to register our users from a database and we choose PostgreSQL.

After creating your database with the tables that you need, we have to tell Yate what database to use. So write in register.conf the name of the database connection to use:

[default]
account=Database_Name

And in PostgreSQL configuration file: pgsqldb.conf we have to set the connection data for this database in a section that will have the same name as the account:

[Database_Name]
host=
database=
user=
password=
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers