]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add 1 person dyna conference
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 24 Aug 2006 00:44:47 +0000 (00:44 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 24 Aug 2006 00:44:47 +0000 (00:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2380 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 37aa66bca896026e51da24fa99d7481ff5c2203c..f8b5e334a796c8ae103b9d5be6dda3129912ac46 100644 (file)
@@ -2209,7 +2209,7 @@ static void conference_function(switch_core_session_t *session, char *data)
                
        }
 
-       if (bridgeto) {
+       if (!switch_strlen_zero(bridgeto) && strcasecmp(bridgeto, "none")) {
                if (conference_outcall(conference, session, bridgeto, 60, NULL, NULL) != SWITCH_STATUS_SUCCESS) {
                        goto done;
                }