mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-18 18:58:22 +00:00
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
This commit is contained in:
@@ -858,7 +858,8 @@ int h323_set_capability(int cap, int dtmfMode)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// endPoint->RemoveCapabilities("ALL");
|
/* clean up old capabilities list before changing */
|
||||||
|
endPoint->RemoveCapabilities(PStringArray("All"));
|
||||||
|
|
||||||
mode = dtmfMode;
|
mode = dtmfMode;
|
||||||
if (dtmfMode == H323_DTMF_INBAND) {
|
if (dtmfMode == H323_DTMF_INBAND) {
|
||||||
|
Reference in New Issue
Block a user