add 1 person dyna conference
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2380 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2fe0375f77
commit
9d3d3a5d69
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue