This commit is contained in:
Anthony Minessale 2012-10-25 14:17:26 -05:00
parent 7e2110abf7
commit 49166a3c58
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}