diff --git a/src/modules/uac_redirect/doc/uac_redirect_admin.xml b/src/modules/uac_redirect/doc/uac_redirect_admin.xml index cec0478aaed..6f2d2bd7d35 100644 --- a/src/modules/uac_redirect/doc/uac_redirect_admin.xml +++ b/src/modules/uac_redirect/doc/uac_redirect_admin.xml @@ -19,7 +19,7 @@ UAC REDIRECT - User Agent Client redirection - module enhances &kamailio; with the functionality of being able to handle (interpret, filter, - log and follow) redirect responses ( 3xx replies class). + log and follow) redirect responses (3xx replies class). UAC REDIRECT module offers stateful processing, gathering the @@ -154,7 +154,7 @@ modparam("uac_redirect","default_filter","deny") of them will be accepted for redirection. - The parameter may be defined only one - multiple definition will + The parameter may be defined only once - multiple definition will overwrite the previous definitions. If more regular expression need to be defined, use the set_deny_filter() scripting @@ -162,8 +162,7 @@ modparam("uac_redirect","default_filter","deny") - This parameter is optional, it's default - value being NULL. + The default value is NULL. @@ -186,7 +185,7 @@ modparam("uac_redirect","deny_filter",".*@siphub\.net") of them will be rejected for redirection. - The parameter may be defined only one - multiple definition will + The parameter may be defined only once - multiple definition will overwrite the previous definitions. If more regular expression need to be defined, use the set_accept_filter() scripting @@ -194,8 +193,7 @@ modparam("uac_redirect","deny_filter",".*@siphub\.net") - This parameter is optional, it's default - value being NULL. + The default value is NULL. @@ -276,8 +274,7 @@ modparam("uac_redirect","acc_db_table","acc_redirect") - This parameter is optional, it's default - value being 0. + The default value is 0. @@ -531,7 +528,7 @@ get_redirects("*"); function, but it will produce accounting records. - The accounting records will be mark by the + The accounting records will be marked by the reason phrase. diff --git a/src/modules/uac_redirect/rd_funcs.c b/src/modules/uac_redirect/rd_funcs.c index e11b4cb8e14..90599117510 100644 --- a/src/modules/uac_redirect/rd_funcs.c +++ b/src/modules/uac_redirect/rd_funcs.c @@ -69,7 +69,7 @@ int get_redirect(struct sip_msg *msg, int maxt, int maxb, str *reason, LM_DBG("resume branch=%d\n", first_branch); cts_added = 0; /* no contact added */ - backup_uri = msg->new_uri; /* shmcontact2dset will ater this value */ + backup_uri = msg->new_uri; /* shmcontact2dset will alter this value */ /* look if there are any 3xx branches starting from resume_branch */ for(i = first_branch; i < t->nr_of_outgoings; i++) {