mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-12 18:34:32 +00:00
add missing break on begin detect
This commit is contained in:
parent
975ac0ac70
commit
2ad4f00c9f
@ -435,6 +435,7 @@ TELETONE_API(teletone_hit_type_t) teletone_dtmf_detect (teletone_dtmf_detect_sta
|
|||||||
dtmf_detect_state->zc = ZC;
|
dtmf_detect_state->zc = ZC;
|
||||||
dtmf_detect_state->dur = 0;
|
dtmf_detect_state->dur = 0;
|
||||||
r = TT_HIT_BEGIN;
|
r = TT_HIT_BEGIN;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -435,6 +435,7 @@ TELETONE_API(teletone_hit_type_t) teletone_dtmf_detect (teletone_dtmf_detect_sta
|
|||||||
dtmf_detect_state->zc = ZC;
|
dtmf_detect_state->zc = ZC;
|
||||||
dtmf_detect_state->dur = 0;
|
dtmf_detect_state->dur = 0;
|
||||||
r = TT_HIT_BEGIN;
|
r = TT_HIT_BEGIN;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user