Author: sayer
Date: 2009-12-02 17:09:15 +0100 (Wed, 02 Dec 2009)
New Revision: 1621
Modified:
trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp
Log:
more loggging in case of invalid next hop
Modified: trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp
===================================================================
--- trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp 2009-11-27 15:38:11 UTC
(rev 1620)
+++ trunk/core/plug-in/sipctrl/SipCtrlInterface.cpp 2009-12-02 16:09:15 UTC
(rev 1621)
@@ -327,7 +327,7 @@
sip_uri parsed_uri;
if (parse_uri(&parsed_uri, (char *)req.next_hop.c_str(),
req.next_hop.length()) < 0) {
- ERROR("invalid next hop URI\n");
+ ERROR("invalid next hop URI '%s'\n", req.next_hop.c_str());
ERROR("Using default outbound proxy");
next_hop = SipCtrlInterfaceFactory::outbound_host;
next_port_i = SipCtrlInterfaceFactory::outbound_port;
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev