Module: sems
Branch: 1.4
Commit: 7c16e8466e88d5b6103f619c43b78f6962043166
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7c16e8466e88d5b6103f619c43b78f6962043166

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 cd15a31..d20b78c 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

Reply via email to