diff --git a/modules/dialog/README b/modules/dialog/README index 98f4e404179..56c7a546283 100644 --- a/modules/dialog/README +++ b/modules/dialog/README @@ -1212,8 +1212,8 @@ set_dlg_profile("caller","$fu"); the dialog to the profile - note that the profile must support values. Pseudo-variables are supported. - This function can be used from BRANCH_ROUTE, REPLY_ROUTE and - FAILURE_ROUTE. + This function can be used from REQUEST_ROUTE, BRANCH_ROUTE, + REPLY_ROUTE and FAILURE_ROUTE. Example 1.60. unset_dlg_profile usage ... diff --git a/modules/dialog/doc/dialog_admin.xml b/modules/dialog/doc/dialog_admin.xml index 7ab03e3d04f..88c4c6388a0 100644 --- a/modules/dialog/doc/dialog_admin.xml +++ b/modules/dialog/doc/dialog_admin.xml @@ -1642,7 +1642,7 @@ set_dlg_profile("caller","$fu"); - This function can be used from BRANCH_ROUTE, + This function can be used from REQUEST_ROUTE, BRANCH_ROUTE, REPLY_ROUTE and FAILURE_ROUTE.