git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13451 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-05-27 02:21:56 +00:00
parent b424299ca3
commit ee95f09c7e
1 changed files with 0 additions and 2 deletions

View File

@ -4282,7 +4282,6 @@ SWITCH_STANDARD_API(conf_api_main)
switch_safe_free(lbuf);
return status;
}
/* generate an outbound call from the conference */
@ -5364,7 +5363,6 @@ static switch_status_t chat_send(const char *proto, const char *from, const char
switch_copy_string(name, to, sizeof(name));
}
if (!(conference = conference_find(name))) {
switch_core_chat_send(proto, CONF_CHAT_PROTO, to, hint && strchr(hint, '/') ? hint : from, "", "Conference not active.", NULL, NULL);
return SWITCH_STATUS_FALSE;