Print the number of the circuit on which the Cisco DSP failed.

git-svn-id: http://voip.null.ro/svn/yate@4400 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2011-05-19 17:22:58 +00:00
parent ecd5c76834
commit f1e4112e3e
1 changed files with 1 additions and 1 deletions

View File

@ -1400,7 +1400,7 @@ bool MGCPCircuit::setupConn(const char* mode)
if (mm->code() == 400 && mm->params.count() == 0 &&
mm->comment().startsWith("Setup failed",true)) {
// 400 nnnnn Setup failed 0:(11:135):0:63
Debug(&splugin,DebugWarn,"Cisco DSP failure detected! [%p]",this);
Debug(&splugin,DebugWarn,"Cisco DSP failure detected on circuit %u [%p]",code(),this);
return false;
}
m_gwFormatChanged = false;