Skip to content

Commit

Permalink
Expose unset_dlg_profile() to Request Route.
Browse files Browse the repository at this point in the history
Related to issue #554.

(cherry picked from commit 23f2322)
  • Loading branch information
bogdan-iancu committed Jun 30, 2015
1 parent 97ecc09 commit 5cde86e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dialog/dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ static cmd_export_t cmds[]={
{"set_dlg_profile", (cmd_function)w_set_dlg_profile, 2,fixup_profile,
0, REQUEST_ROUTE| FAILURE_ROUTE | ONREPLY_ROUTE | BRANCH_ROUTE },
{"unset_dlg_profile", (cmd_function)w_unset_dlg_profile,1,fixup_profile,
0, FAILURE_ROUTE | ONREPLY_ROUTE | BRANCH_ROUTE },
0, REQUEST_ROUTE| FAILURE_ROUTE | ONREPLY_ROUTE | BRANCH_ROUTE },
{"unset_dlg_profile", (cmd_function)w_unset_dlg_profile,2,fixup_profile,
0, FAILURE_ROUTE | ONREPLY_ROUTE | BRANCH_ROUTE },
0, REQUEST_ROUTE| FAILURE_ROUTE | ONREPLY_ROUTE | BRANCH_ROUTE },
{"is_in_profile", (cmd_function)w_is_in_profile, 1,fixup_profile,
0, REQUEST_ROUTE| FAILURE_ROUTE | ONREPLY_ROUTE |
BRANCH_ROUTE | LOCAL_ROUTE },
Expand Down

0 comments on commit 5cde86e

Please sign in to comment.