How to register users from regfile

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
(Created page with " The easiest way to register users is to use regfile module. This module route the calls only to the registered users.")
 
Line 1: Line 1:
  
 
The easiest way to register users is to use [[regfile|regfile]] module. This module route the calls only to the registered users.
 
The easiest way to register users is to use [[regfile|regfile]] module. This module route the calls only to the registered users.
 +
 +
This is done from regfile.conf you can create section with username that will contain the password associaeted to the account.
 +
 +
[username]
 +
password=my_secret_password

Revision as of 12:37, 4 October 2012

The easiest way to register users is to use regfile module. This module route the calls only to the registered users.

This is done from regfile.conf you can create section with username that will contain the password associaeted to the account.

[username]
password=my_secret_password
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers