How to register users from register

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

After creating our database with the table that we need, we have to tell Yate what database to use. So we write in register.conf the name of the database connection that we 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