Module: kamailio Branch: master Commit: 0e1b2bc99e04547b8a7482197412dc9b866eb320 URL: https://github.com/kamailio/kamailio/commit/0e1b2bc99e04547b8a7482197412dc9b...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: 2015-01-13T15:58:38+02:00
modules/ims_registrar_scscf: added logging of return code on NOTIFY response
---
Modified: modules/ims_registrar_scscf/registrar_notify.c
---
Diff: https://github.com/kamailio/kamailio/commit/0e1b2bc99e04547b8a7482197412dc9b... Patch: https://github.com/kamailio/kamailio/commit/0e1b2bc99e04547b8a7482197412dc9b...
---
diff --git a/modules/ims_registrar_scscf/registrar_notify.c b/modules/ims_registrar_scscf/registrar_notify.c index 5f131d9..1831b9f 100644 --- a/modules/ims_registrar_scscf/registrar_notify.c +++ b/modules/ims_registrar_scscf/registrar_notify.c @@ -1764,7 +1764,7 @@ str get_reginfo_partial(impurecord_t *r, ucontact_t *c, int event_type) { * Callback for the UAC response to NOTIFY */ void uac_request_cb(struct cell *t, int type, struct tmcb_params * ps) { - LM_DBG("DBG:uac_request_cb: Type %d\n", type); + LM_DBG("DBG: uac_request_cb on response to NOTIFY: Type %d and code %d\n", type, ps->code); }
static int free_tm_dlg(dlg_t * td) {