mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-01 11:02:53 +00:00
space after if
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12000 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6f3260efe7
commit
ba03619be5
@ -278,7 +278,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function)
|
|||||||
for (x = 0; x < argc; x++) {
|
for (x = 0; x < argc; x++) {
|
||||||
if (!strncasecmp(argv[x], "send_leg", 8)) {
|
if (!strncasecmp(argv[x], "send_leg", 8)) {
|
||||||
sth->send_not_recv = true;
|
sth->send_not_recv = true;
|
||||||
}else if(!strncasecmp(argv[x], "hook_dtmf", 9)) {
|
} else if (!strncasecmp(argv[x], "hook_dtmf", 9)) {
|
||||||
sth->hook_dtmf = true;
|
sth->hook_dtmf = true;
|
||||||
} else if (strchr(argv[x], 'p')) {
|
} else if (strchr(argv[x], 'p')) {
|
||||||
sth->pitch = normalize_soundtouch_value('p',atof(argv[x]));
|
sth->pitch = normalize_soundtouch_value('p',atof(argv[x]));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user