aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/h323/ast_h323.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/ast_h323.cpp b/channels/h323/ast_h323.cpp
index 912a822ac..927e0a299 100755
--- a/channels/h323/ast_h323.cpp
+++ b/channels/h323/ast_h323.cpp
@@ -858,7 +858,7 @@ int h323_set_capability(int cap, int dtmfMode)
return 1;
}
- endPoint->SetCapability(0, 0, 0);
+// endPoint->RemoveCapabilities("ALL");
mode = dtmfMode;
if (dtmfMode == H323_DTMF_INBAND) {