From 1e9505d85303afefa80e9c6453a22c3b9d64f4e0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 6 Aug 2014 21:35:53 +0500 Subject: [PATCH] FS-6692 #resolve --- src/mod/endpoints/mod_verto/mod_verto.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mod/endpoints/mod_verto/mod_verto.c b/src/mod/endpoints/mod_verto/mod_verto.c index fafedd2a72..73219240b6 100644 --- a/src/mod/endpoints/mod_verto/mod_verto.c +++ b/src/mod/endpoints/mod_verto/mod_verto.c @@ -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);