Module: sems Branch: master Commit: d067c34b4eb1772428b38d923cd799be6772077e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=d067c34b4eb1772428b38d923cd799be6772077e
Author: Raphael Coeffic <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Apr 2 12:35:20 2014 +0200 core: fixed onRxReplyStatus method call --- core/AmSipDialog.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index d0f2ad6..f48c164 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -442,7 +442,7 @@ bool AmSipDialog::onRxReplyStatus(const AmSipReply& reply) if(hdl) ((AmSipDialogEventHandler*)hdl)->onInvite2xx(reply); } else { - cont = AmBasicSipDialog::onRxReplyStatus(reply,t_uac_it); + cont = AmBasicSipDialog::onRxReplyStatus(reply); } return cont && rel100.onReplyIn(reply); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
