]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fifo_export
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 10 Jan 2014 21:21:29 +0000 (02:21 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 10 Jan 2014 21:21:29 +0000 (02:21 +0500)
src/mod/applications/mod_fifo/mod_fifo.c

index 1a18f807727490d179168016165d309d9d29898f..42911aad94ada470092e37afae3cc3a972384579 100644 (file)
@@ -1480,7 +1480,7 @@ static void *SWITCH_THREAD_FUNC ringall_thread_run(switch_thread_t *thread, void
                char *mydata = strdup(export);
                char *tmp;
 
-               argc = switch_split(mydata, ' ', argv);
+               argc = switch_split(mydata, ',', argv);
 
                for (x = 0; x < argc; x++) {
                        char *name = switch_mprintf("variable_%s", argv[x]);