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

make sure capability set is clean before setting new value(s)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7ed519ba
Branches
Tags
No related merge requests found
......@@ -858,6 +858,8 @@ int h323_set_capability(int cap, int dtmfMode)
return 1;
}
endPoint->SetCapability(0, 0, 0);
mode = dtmfMode;
if (dtmfMode == H323_DTMF_INBAND) {
endPoint->SetSendUserInputMode(H323Connection::SendUserInputAsTone);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment