mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-07 02:39:20 +00:00
FS-6001 --resolve
This commit is contained in:
parent
2b62309fb0
commit
1ddf632eef
@ -1946,6 +1946,16 @@ SWITCH_STANDARD_API(cond_function)
|
||||
}
|
||||
}
|
||||
|
||||
if (strspn(a, "!<>=")) {
|
||||
expr = a;
|
||||
}
|
||||
|
||||
if (expr == a) {
|
||||
a = "";
|
||||
}
|
||||
|
||||
while (*expr == ' ') expr++;
|
||||
|
||||
while(expr && *expr) {
|
||||
switch(*expr) {
|
||||
case '!':
|
||||
|
Loading…
x
Reference in New Issue
Block a user