[Freeswitch-svn] [commit] r4435 - freeswitch/trunk/src/mod/applications/mod_conference
Freeswitch SVN
anthm at freeswitch.org
Fri Mar 2 20:08:08 EST 2007
Author: anthm
Date: Fri Mar 2 20:08:08 2007
New Revision: 4435
Modified:
freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
Log:
add outcall support to nonexistant conferences (needs testing)
Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c Fri Mar 2 20:08:08 2007
@@ -2956,7 +2956,7 @@
if (conference) {
conference_outcall(conference, NULL, NULL, argv[2], 60, NULL, argv[4], argv[3], &cause);
} else {
- conference_outcall(NULL, argv[1], NULL, argv[2], 60, NULL, argv[4], argv[3], &cause);
+ conference_outcall(NULL, argv[0], NULL, argv[2], 60, NULL, argv[4], argv[3], &cause);
}
stream->write_function(stream, "Call Requested: result: [%s]\n", switch_channel_cause2str(cause));
More information about the Freeswitch-svn
mailing list