merge patch from http://jira.freeswitch.org/browse/SFSIP-11 . Please note, when registering to a UA that requires the from header to match the auth username, you must now use the new setting force-fromuser. See sample configuration file for more details. Thanks Marcel.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4970 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-04-18 20:21:53 +00:00
parent 8a875e8ed3
commit 1ab860da40
4 changed files with 12 additions and 2 deletions
+1
View File
@@ -176,6 +176,7 @@ struct outbound_reg {
char *register_realm;
char *register_username;
char *register_password;
switch_bool_t force_fromuser;
char *register_from;
char *register_contact;
char *register_to;