Module: sems Branch: master Commit: 39c0f5309f3276591a25c4756f193202d8e21c33 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=39c0f5309f3276591a25c4756f193202d8e21c33
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue Apr 12 18:17:34 2011 +0200 b/f: do not pass orphan replies to UA. --- core/sip/trans_layer.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sip/trans_layer.cpp b/core/sip/trans_layer.cpp index 5879522..f424954 100644 --- a/core/sip/trans_layer.cpp +++ b/core/sip/trans_layer.cpp @@ -1213,8 +1213,8 @@ void _trans_layer::received_msg(sip_msg* msg) bucket->unlock(); // pass to UA - assert(ua); - ua->handle_sip_reply(msg); + //assert(ua); + //ua->handle_sip_reply(msg); DROP_MSG; } _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
