DSM: fix debug message for outgoing call

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 2d04ce9f44
commit e6ef3d9de0

@ -763,7 +763,7 @@ AmSession* DSMFactory::onInvite(const AmSipRequest& req,
addParams(s, req.hdrs);
if (NULL == cred) {
WARN("discarding unknown session parameters.\n");
DBG("outgoing DSM call will not be authenticated.\n");
} else {
AmSessionEventHandlerFactory* uac_auth_f =
AmPlugIn::instance()->getFactory4Seh("uac_auth");

Loading…
Cancel
Save