mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
typo
This commit is contained in:
parent
7e2110abf7
commit
49166a3c58
@ -621,7 +621,7 @@ static int sofia_presence_dialog_callback(void *pArg, int argc, char **argv, cha
|
||||
if (argc >= 4) {
|
||||
|
||||
if (argc == 5 && !zstr(argv[4])) {
|
||||
if (!switch_ivr_uuid_exists(argv[5])) {
|
||||
if (!switch_ivr_uuid_exists(argv[4])) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user