Fix a bug that two call progress tones are being played simultaneously
There are two ways to play tones, 1) by platform API; 2) by asterisk. The ongoing tone will be stopped when a new tone is about to start if both tones are played by platform API. But if the current tone is played by platform API and the new tone is about to be played by asterisk, the existing tone must be stopped explicitly.
parent
f8e71356
No related branches found
No related tags found
Loading
Please register or sign in to comment