mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
Add force-register-db-domain which works in conjunction with force-register-domain.
force-register-domain will only force auth to the domain specified.
force-register-db-domain will store it in the db with the forced domain.
Examples:
<param name="force-register-db-domain" value="cluecon.com"/>
<param name="force-register-domain" value="cluecon.com"/>
/b
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9487 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -318,6 +318,7 @@ struct sofia_profile {
|
||||
char *tls_bind_params;
|
||||
char *tls_cert_dir;
|
||||
char *reg_domain;
|
||||
char *reg_db_domain;
|
||||
char *user_agent;
|
||||
char *record_template;
|
||||
sofia_dtmf_t dtmf_type;
|
||||
|
||||
Reference in New Issue
Block a user