Module: sems Branch: master Commit: e6ef3d9de07c7fb2531fb2b7b9db5580a1a77803 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e6ef3d9de07c7fb2531fb2b7b9db5580a1a77803
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Jul 19 18:34:55 2010 +0200 DSM: fix debug message for outgoing call --- apps/dsm/DSM.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/dsm/DSM.cpp b/apps/dsm/DSM.cpp index a10f7d3..14d5ec5 100644 --- a/apps/dsm/DSM.cpp +++ b/apps/dsm/DSM.cpp @@ -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"); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
