*** empty log message ***

git-svn-id: http://yate.null.ro/svn/yate/trunk@175 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-01-09 08:22:07 +00:00
parent cd819316de
commit 693937e0d3
1 changed files with 2 additions and 0 deletions

View File

@ -423,11 +423,13 @@ bool OssHandler::received(Message &msg)
return true;
}
Debug(DebugFail,"OSS outgoing call not accepted!");
chan->destruct();
return false;
}
const char *targ = msg.getValue("target");
if (!targ) {
Debug(DebugWarn,"OSS outgoing call with no target!");
chan->destruct();
return false;
}
Message m("call.preroute");