Skip to content

Commit

Permalink
pua_dialoginfo: remove DLGCB_MI_CONTEXT
Browse files Browse the repository at this point in the history
- DLGCB_MI_CONTEXT was deleted in dialog module
  • Loading branch information
snen committed May 22, 2017
1 parent 5b9682b commit d649058
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/modules/pua_dialoginfo/pua_dialoginfo.c
Expand Up @@ -238,10 +238,6 @@ __dialog_cbtest(struct dlg_cell *dlg, int type, struct dlg_cb_params *_params)
LM_ERR("dialog callback type 'DLGCB_RESPONSE_WITHIN' received, from=%.*s\n",
dlg->from_uri.len, dlg->from_uri.s);
break;
case DLGCB_MI_CONTEXT:
LM_ERR("dialog callback type 'DLGCB_MI_CONTEXT' received, from=%.*s\n",
dlg->from_uri.len, dlg->from_uri.s);
break;
case DLGCB_DESTROY:
LM_ERR("dialog callback type 'DLGCB_DESTROY' received, from=%.*s\n",
dlg->from_uri.len, dlg->from_uri.s);
Expand Down Expand Up @@ -605,7 +601,7 @@ struct dlginfo_cell* get_dialog_data(struct dlg_cell *dlg, int type)
DLGCB_FAILED| DLGCB_CONFIRMED_NA | DLGCB_CONFIRMED
| DLGCB_REQ_WITHIN | DLGCB_TERMINATED | DLGCB_EXPIRED
| DLGCB_EARLY | DLGCB_RESPONSE_FWDED | DLGCB_RESPONSE_WITHIN
| DLGCB_MI_CONTEXT | DLGCB_DESTROY,
| DLGCB_DESTROY,
__dialog_cbtest, NULL, NULL) != 0) {
LM_ERR("cannot register callback for all dialog types\n");
free_dlginfo_cell(dlginfo);
Expand Down

0 comments on commit d649058

Please sign in to comment.