Module: kamailio Branch: master Commit: 18644f93e100a2e4ec545ad5e42aa84d90283f75 URL: https://github.com/kamailio/kamailio/commit/18644f93e100a2e4ec545ad5e42aa84d90283f75
Author: Kristian Høgh <[email protected]> Committer: Kristian Høgh <[email protected]> Date: 2015-12-01T16:44:22+01:00 modules/dialog: Error in last commit. goto invalid destination --- Modified: modules/dialog/dlg_handlers.c --- Diff: https://github.com/kamailio/kamailio/commit/18644f93e100a2e4ec545ad5e42aa84d90283f75.diff Patch: https://github.com/kamailio/kamailio/commit/18644f93e100a2e4ec545ad5e42aa84d90283f75.patch --- diff --git a/modules/dialog/dlg_handlers.c b/modules/dialog/dlg_handlers.c index b14fcfd..0cd97ec 100644 --- a/modules/dialog/dlg_handlers.c +++ b/modules/dialog/dlg_handlers.c @@ -1400,7 +1400,7 @@ void dlg_onroute(struct sip_msg* req, str *route_params, void *param) run_dlg_callbacks( DLGCB_REQ_WITHIN, dlg, req, NULL, dir, 0); if (add_dlg_rr_param( req, dlg->h_entry, dlg->h_id)<0 ) { LM_ERR("failed to add RR param\n"); - goto error; + goto done; } if ( (event!=DLG_EVENT_REQACK) &&
_______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
