more loggging in case of invalid next hop

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1621 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 9ceaa57796
commit 9b7cf2416a

@ -327,7 +327,7 @@ int SipCtrlInterface::send(const AmSipRequest &req, char* serKey, unsigned int&
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;

Loading…
Cancel
Save