made debug message point to sipctrl.conf on this specific error

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1122 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent 2dc96756c8
commit 68b3dddad2

@ -882,7 +882,7 @@ int trans_layer::update_uac_trans(trans_bucket* bucket, sip_trans* t, sip_msg* m
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;
}

Loading…
Cancel
Save