2
0
Эх сурвалжийг харах

modules: readme files regenerated - uac ... [skip ci]

Kamailio Dev 2 жил өмнө
parent
commit
46e9963e07

+ 4 - 2
src/modules/uac/README

@@ -828,7 +828,8 @@ uac_restore_to();
    format. The parameter can be a static integer or a variable holding an
    integer value.
 
-   This function can be used from FAILURE_ROUTE.
+   This function can be used from FAILURE_ROUTE and BRANCH_FAILURE_ROUTE
+   event route.
 
    Example 1.31. uac_auth usage
 ...
@@ -872,7 +873,8 @@ failure_route[TRUNKAUTH] {
    format. The parameter can be a static integer or a variable holding an
    integer value.
 
-   This function can be used from FAILURE_ROUTE.
+   This function can be used from FAILURE_ROUTE and BRANCH_FAILURE_ROUTE
+   event route.
 
    Example 1.32. uac_auth_mode usage
 ...