Author: sayer
Date: 2008-11-03 22:57:23 +0100 (Mon, 03 Nov 2008)
New Revision: 1122

Modified:
   trunk/core/plug-in/sipctrl/trans_layer.cpp
Log:
made debug message point to sipctrl.conf on this specific error

Modified: trunk/core/plug-in/sipctrl/trans_layer.cpp
===================================================================
--- trunk/core/plug-in/sipctrl/trans_layer.cpp  2008-10-28 18:48:58 UTC (rev 
1121)
+++ trunk/core/plug-in/sipctrl/trans_layer.cpp  2008-11-03 21:57:23 UTC (rev 
1122)
@@ -882,7 +882,7 @@
     
     to_tag = ((sip_from_to*)msg->to->p)->tag;
     if((t->msg->u.request->method != sip_request::CANCEL) && !to_tag.len){
-       DBG("To-tag missing in final reply\n");
+       DBG("To-tag missing in final reply (see sipctrl.conf?)\n");
        if (!SipCtrlInterfaceFactory::accept_fr_without_totag)
            return -1;
     }

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to