mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
print out capability set, if h323debug is turned on
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -908,6 +908,9 @@ int h323_set_capability(int cap, int dtmfMode)
|
||||
g711aCap->SetTxFramesInPacket(g711Frames);
|
||||
}
|
||||
|
||||
if (h323debug) {
|
||||
cout << "Allowed Codecs:\n\t" << setprecision(2) << endPoint->GetCapabilities() << endl;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user