]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4776 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Oct 2012 15:46:17 +0000 (11:46 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Oct 2012 15:46:17 +0000 (11:46 -0400)
libs/libdingaling/src/libdingaling.c

index 5b45f50e2f0459e4f4dc4fd3e9b1057870afd9c3..945766368113ae4e8f619365d1ffde3fd9d28d91 100644 (file)
@@ -623,7 +623,7 @@ static ldl_status parse_jingle_code(ldl_handle_t *handle, iks *xml, char *to, ch
        }
 
 
-       if (!(id && action)) {
+       if (!(id && action && from)) {
                globals.logger(DL_LOG_CRIT, "missing required params\n");  
                return LDL_STATUS_FALSE;
        }