How to register users from regfile
From Yate Documentation
(Difference between revisions)
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 configuration file called regfile.conf. For each user | + | This is done from configuration file called regfile.conf. For each user you can create section with username that will contain the associated password. |
[username] | [username] | ||
password=my_secret_password | password=my_secret_password |
Revision as of 14:42, 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 you can create section with username that will contain the associated password.
[username] password=my_secret_password