mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10438 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1236,8 +1236,8 @@ SWITCH_STANDARD_APP(tone_detect_session_function)
|
||||
}
|
||||
}
|
||||
|
||||
if (argv[7]) {
|
||||
hits = atoi(argv[7]);
|
||||
if (argv[6]) {
|
||||
hits = atoi(argv[6]);
|
||||
if (hits < 0) {
|
||||
hits = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user