Home
last modified time | relevance | path

Searched refs:UnhandledReplyLoglevel (Results 1 – 3 of 3) sorted by relevance

/dports/net/sems/sems-f89581a/core/
H A DAmSipDispatcher.cpp50 if (AmConfig::UnhandledReplyLoglevel >= 0) { in handleSipMsg()
51 _LOG(AmConfig::UnhandledReplyLoglevel, in handleSipMsg()
H A DAmConfig.cpp111 int AmConfig::UnhandledReplyLoglevel = 0; member in AmConfig
475 if (msglog == "no") UnhandledReplyLoglevel = -1; in readConfiguration()
476 else if (msglog == "error") UnhandledReplyLoglevel = 0; in readConfiguration()
477 else if (msglog == "warn") UnhandledReplyLoglevel = 1; in readConfiguration()
478 else if (msglog == "info") UnhandledReplyLoglevel = 2; in readConfiguration()
479 else if (msglog == "debug") UnhandledReplyLoglevel = 3; in readConfiguration()
H A DAmConfig.h286 static int UnhandledReplyLoglevel; member