Skip to content

Commit fbb4aac

Browse files
committed
Merge pull request OpenSIPS#664 from wdoekes/wjd-allow_unset_dlg_in_req_route
dialog: Document that unset_dlg_profile can be used from request_route. (cherry picked from commit 8d23d9b)
1 parent b602a7f commit fbb4aac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/dialog/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,8 @@ set_dlg_profile("caller","$fu");
10841084
the dialog to the profile - note that the profile must
10851085
support values. Pseudo-variables are supported.
10861086

1087-
This function can be used from BRANCH_ROUTE, REPLY_ROUTE and
1088-
FAILURE_ROUTE.
1087+
This function can be used from REQUEST_ROUTE, BRANCH_ROUTE,
1088+
REPLY_ROUTE and FAILURE_ROUTE.
10891089

10901090
Example 1.52. unset_dlg_profile usage
10911091
...

modules/dialog/doc/dialog_admin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ set_dlg_profile("caller","$fu");
14661466
</listitem>
14671467
</itemizedlist>
14681468
<para>
1469-
This function can be used from BRANCH_ROUTE,
1469+
This function can be used from REQUEST_ROUTE, BRANCH_ROUTE,
14701470
REPLY_ROUTE and FAILURE_ROUTE.
14711471
</para>
14721472
<example>

0 commit comments

Comments
 (0)