MODLANG-116

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13993 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-06-27 00:18:47 +00:00
parent b9ac9599d0
commit d53d493ba7
1 changed files with 3 additions and 0 deletions

View File

@ -99,6 +99,9 @@ bool Session::ready()
{
bool r;
if (!session) {
return false;
}
sanity_check(false);
r = switch_channel_ready(channel) != 0;
do_hangup_hook();