aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/ast_h323.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index e71c513d3..912a822ac 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -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;
}