diff --git a/src/modules/pua_dialoginfo/README b/src/modules/pua_dialoginfo/README index 4544ed8ddef..edb4c29f00c 100644 --- a/src/modules/pua_dialoginfo/README +++ b/src/modules/pua_dialoginfo/README @@ -54,7 +54,7 @@ Phil Lavin 5.10. pubruri_caller_avp (int) 5.11. pubruri_callee_avp (int) 5.12. pubruri_caller_dlg_var (str) - 5.13. pubruri_callee_dlg_var (int) + 5.13. pubruri_callee_dlg_var (str) 5.14. callee_trying (int) 6. Functions @@ -102,7 +102,7 @@ Chapter 1. Admin Guide 5.10. pubruri_caller_avp (int) 5.11. pubruri_callee_avp (int) 5.12. pubruri_caller_dlg_var (str) - 5.13. pubruri_callee_dlg_var (int) + 5.13. pubruri_callee_dlg_var (str) 5.14. callee_trying (int) 6. Functions @@ -165,7 +165,9 @@ Chapter 1. Admin Guide example: + version="1" + state="full" + entity="sip:alice@example.com"> 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); @@ -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);