How to register users from regfile

From Yate Documentation
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
 
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.
+
This is done from configuration file called regfile.conf. For each user that you need to register you can create section with username that will contain the password associated.
  
 
  [username]
 
  [username]
 
  password=my_secret_password
 
  password=my_secret_password

Revision as of 12:40, 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 configuration file called regfile.conf. For each user that you need to register you can create section with username that will contain the password associated.

[username]
password=my_secret_password
Personal tools
Namespaces

Variants
Actions
Preface
Configuration
Administrators
Developers