git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1554 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-06-06 23:52:12 +00:00
parent ae806dc793
commit 5c84b4b92b
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@ static switch_status_t on_dtmf(switch_core_session_t *session, char *dtmf, void
case '0':
dtb->fh.speed = 0;
break;
case '1':
case '2':
dtb->fh.speed++;
break;
case '2':
case '1':
dtb->fh.speed--;
break;
case '5':