FS-6692 #resolve

This commit is contained in:
Anthony Minessale 2014-08-06 21:35:53 +05:00
parent 8135509803
commit 1e9505d853
1 changed files with 2 additions and 0 deletions

View File

@ -2728,6 +2728,8 @@ static switch_bool_t verto__invite_func(const char *method, cJSON *params, jsock
err = 1; goto cleanup;
}
switch_ivr_set_user(session, jsock->uid);
channel = switch_core_session_get_channel(session);
switch_channel_set_direction(channel, SWITCH_CALL_DIRECTION_INBOUND);