[Asterisk-cvs] asterisk/channels/h323 ast_h323.cpp,1.40,1.41

jeremy at lists.digium.com jeremy at lists.digium.com
Tue Apr 13 14:30:01 CDT 2004


Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv21994

Modified Files:
	ast_h323.cpp 
Log Message:
print out capability set, if h323debug is turned on


Index: ast_h323.cpp
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- ast_h323.cpp	13 Apr 2004 18:26:27 -0000	1.40
+++ ast_h323.cpp	13 Apr 2004 18:32:23 -0000	1.41
@@ -908,6 +908,9 @@
 		g711aCap->SetTxFramesInPacket(g711Frames);
 	} 
 
+	if (h323debug) {
+		cout <<  "Allowed Codecs:\n\t" << setprecision(2) << endPoint->GetCapabilities() << endl;
+	}
 	return 0;
 }
 




More information about the svn-commits mailing list