Skip to content
Snippets Groups Projects
Commit 46bd71b9 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #29006: dtmf: set volume value to -10 dBm.

parent 5680686f
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ DTMFEvent::DTMFEvent(char digit) : payload(), newevent(true), length(1000)
payload.ebit = false; // end of event bit
payload.rbit = false; // reserved bit
payload.duration = 1; // duration for this event
payload.vol = 10;
}
AudioRtpRecord::AudioRtpRecord() :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment