Skip to content

Commit

Permalink
uac: extend docs for uac_auth() example, only t_relay() on success
Browse files Browse the repository at this point in the history
- extend docs for uac_auth() example, only t_relay() on success
- otherwise you will get a 'no branches for forwarding' error from tm

(cherry picked from commit 668402e)
  • Loading branch information
henningw committed Oct 28, 2020
1 parent 035e22e commit 3deaec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/uac/doc/uac_admin.xml
Expand Up @@ -873,9 +873,9 @@ failure_route[TRUNKAUTH] {
$avp(auser) = "test";
$avp(apass) = "test";
# $avp(apass) = "36d0a02793542b4961e8348347236dbf";
uac_auth();
# uac_auth("1");
t_relay();
if (uac_auth()) {
t_relay();
}
exit;
}
}
Expand Down

0 comments on commit 3deaec5

Please sign in to comment.