set init state sooner on outbound calls

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@605 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2008-10-31 14:30:45 +00:00
parent b2022b8d72
commit 9d7405d768
1 changed files with 2 additions and 0 deletions

View File

@ -1044,6 +1044,8 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
goto fail;
}
zap_channel_init(zchan);
return SWITCH_CAUSE_SUCCESS;
}