mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 12:51:51 +00:00
honor keyword silence in fifo MODAPP-118
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9199 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -454,6 +454,10 @@ SWITCH_STANDARD_APP(fifo_function)
|
||||
}
|
||||
}
|
||||
|
||||
if (moh && !strcasecmp(moh, "silence")) {
|
||||
moh = NULL;
|
||||
}
|
||||
|
||||
check_string(announce);
|
||||
check_string(moh);
|
||||
switch_assert(node);
|
||||
|
||||
Reference in New Issue
Block a user