Skip to content
Snippets Groups Projects
Commit 5ebb0b8c authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

Lets see if this way works to remove all capabilities from the list

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 64d509a9
No related branches found
No related tags found
No related merge requests found
......@@ -858,7 +858,8 @@ int h323_set_capability(int cap, int dtmfMode)
return 1;
}
// endPoint->RemoveCapabilities("ALL");
/* clean up old capabilities list before changing */
endPoint->RemoveCapabilities(PStringArray("All"));
mode = dtmfMode;
if (dtmfMode == H323_DTMF_INBAND) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment