Module: kamailio Branch: master Commit: 487fbf45cea288e743cbb87e352e76bb1bc05b87 URL: https://github.com/kamailio/kamailio/commit/487fbf45cea288e743cbb87e352e76bb...
Author: Charles Chance charles.chance@sipcentric.com Committer: GitHub noreply@github.com Date: 2018-07-26T13:51:21+01:00
Merge pull request #1601 from kamailio/cchance/dlg_dmq
dialog: unset DMQ flag on replicated dialog removal
---
Modified: src/modules/dialog/dlg_dmq.c
---
Diff: https://github.com/kamailio/kamailio/commit/487fbf45cea288e743cbb87e352e76bb... Patch: https://github.com/kamailio/kamailio/commit/487fbf45cea288e743cbb87e352e76bb...
---
diff --git a/src/modules/dialog/dlg_dmq.c b/src/modules/dialog/dlg_dmq.c index 8ed9dce1d3..0cfd8a522e 100644 --- a/src/modules/dialog/dlg_dmq.c +++ b/src/modules/dialog/dlg_dmq.c @@ -365,6 +365,7 @@ int dlg_dmq_handle_msg(struct sip_msg* msg, peer_reponse_t* resp, dmq_node_t* no } /* prevent DB sync */ dlg->dflags |= DLG_FLAG_NEW; + dlg->iflags &= ~DLG_IFLAG_DMQ_SYNC; unref++; break;