From 8aa37639861f2e229bf4808c2e360318a44af66e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 1 Aug 2014 21:07:53 +0500 Subject: [PATCH] FS-6718 #message adding the patch --- src/mod/endpoints/mod_verto/mod_verto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_verto/mod_verto.c b/src/mod/endpoints/mod_verto/mod_verto.c index 4e593d402e..1ec9c6753b 100644 --- a/src/mod/endpoints/mod_verto/mod_verto.c +++ b/src/mod/endpoints/mod_verto/mod_verto.c @@ -945,7 +945,7 @@ static void set_call_params(cJSON *params, verto_pvt_t *tech_pvt) { const char *caller_id_name = NULL; const char *caller_id_number = NULL; - if (switch_channel_inbound_display(tech_pvt->channel)) { + if (switch_channel_outbound_display(tech_pvt->channel)) { caller_id_name = switch_channel_get_variable(tech_pvt->channel, "caller_id_name"); caller_id_number = switch_channel_get_variable(tech_pvt->channel, "caller_id_number"); } else {