Skip to content
Snippets Groups Projects
Commit 1494a25f authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2530] Remove comments

parent 533c7770
Branches
Tags
No related merge requests found
......@@ -690,6 +690,7 @@ namespace sfl {
result = jitter_buffer_get(_jbuffer, &jPacketOut, desiredSpan, &offs);
jitter_buffer_tick(_jbuffer);
/*
switch(result) {
case JITTER_BUFFER_OK:
_debug("JITTER_BUFFER_OK");
......@@ -707,6 +708,7 @@ namespace sfl {
_debug("Unknown error");
break;
}
*/
// DTMF over RTP, size must be over 4 in order to process it as voice data
if(size > 4) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment