diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml index 637d976e25c..fe4046a7339 100644 --- a/src/modules/uac/doc/uac_admin.xml +++ b/src/modules/uac/doc/uac_admin.xml @@ -90,7 +90,7 @@
External Libraries or Applications - The following libraries or applications must be installed + The following libraries or applications must be installed before running &kamailio; with this module loaded: @@ -108,12 +108,12 @@
<varname>rr_from_store_param</varname> (string) - Name of Record-Route header parameter that will be used to store + Name of Record-Route header parameter that will be used to store an encoded version of the original FROM URI. - This parameter is optional, it's default value being + This parameter is optional, it's default value being vsf. @@ -129,12 +129,12 @@ modparam("uac","rr_from_store_param","my_param")
<varname>rr_to_store_param</varname> (string) - Name of Record-Route header parameter that will be used to store + Name of Record-Route header parameter that will be used to store (encoded) the original TO URI. - This parameter is optional, it's default value being + This parameter is optional, it's default value being vst. @@ -154,20 +154,20 @@ modparam("uac","rr_to_store_param","my_param") - none - no information about original URI is + none - no information about original URI is stored; restoration is not possible. manual - all following replies will be restored, - but not also the sequential requests - this must be manually + but not also the sequential requests - this must be manually updated based on original URI. - auto - all sequential requests and replies will + auto - all sequential requests and replies will be automatically updated based on stored original URI. For this option you have to set modparam("rr", "append_fromtag", 1). @@ -176,7 +176,7 @@ modparam("uac","rr_to_store_param","my_param") - This parameter is optional, it's default value being + This parameter is optional, it's default value being auto. @@ -263,7 +263,7 @@ modparam("uac","restore_from_avp","$avp(original_uri_from)") If defined and restore_mode is manual or auto, the avp is used to save the original To URI in order to be able to restore it in replies. That makes sense if the original-uri can not be extracted from the original - request, e.g. if msg_apply_changes() was used after calling uac_replace_to() + request, e.g. if msg_apply_changes() was used after calling uac_replace_to() If you create a dialog ( with dlg_manage() ) before calling or uac_replace_to(), @@ -314,10 +314,10 @@ modparam("uac","credential","username:domain:password") This can be used if the realm upstream will be using is not known in advance. - If you define it, you also need to define - auth_username_avp - () and - auth_username_avp + If you define it, you also need to define + auth_username_avp + () and + auth_username_avp (). @@ -336,10 +336,10 @@ modparam("uac","auth_realm_avp","$avp(i:10)") to perform authentication. - If you define it, you also need to define - auth_realm_avp - () and - auth_username_avp + If you define it, you also need to define + auth_realm_avp + () and + auth_username_avp (). @@ -392,7 +392,7 @@ modparam("uac", "reg_db_url",
- <varname>reg_timer_interval</varname> (string) + <varname>reg_timer_interval</varname> (int) Timer interval (in seconds) at which registrations are managed, e.g. renewed as needed. @@ -488,7 +488,7 @@ modparam("uac", "reg_contact_addr", "192.168.1.2:5080")
- <varname>reg_keep_callid</varname> (string) + <varname>reg_keep_callid</varname> (int) If set to 0 (default), a new Call-Id will be generated for each registration attempt.