[Asterisk-cvs] asterisk/channels/h323 ast_h323.cpp,1.39,1.40
jeremy at lists.digium.com
jeremy at lists.digium.com
Tue Apr 13 14:24:05 CDT 2004
Update of /usr/cvsroot/asterisk/channels/h323
In directory mongoose.digium.com:/tmp/cvs-serv21959
Modified Files:
ast_h323.cpp
Log Message:
make sure capability set is clean before setting new value(s)
Index: ast_h323.cpp
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/h323/ast_h323.cpp,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ast_h323.cpp 20 Mar 2004 14:29:36 -0000 1.39
+++ ast_h323.cpp 13 Apr 2004 18:26:27 -0000 1.40
@@ -858,6 +858,8 @@
return 1;
}
+ endPoint->SetCapability(0, 0, 0);
+
mode = dtmfMode;
if (dtmfMode == H323_DTMF_INBAND) {
endPoint->SetSendUserInputMode(H323Connection::SendUserInputAsTone);
More information about the svn-commits
mailing list