From 7bbe49713c3b7688f11c75cf968093231594b14e Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 13 Feb 2017 08:08:56 -0600 Subject: [PATCH] FS-10035: [mod_sofia] Outbound calls use progressing not alerting #resolve --- src/mod/endpoints/mod_sofia/sofia_presence.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 6100766b41..13b357c4eb 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -3421,6 +3421,7 @@ static int broadsoft_sla_gather_state_callback(void *pArg, int argc, char **argv if (switch_channel_test_flag(channel, CF_ORIGINATOR) || switch_channel_test_flag(channel, CF_BRIDGE_ORIGINATOR) || switch_channel_inbound_display(channel) || switch_channel_test_flag(channel, CF_SLA_BARGING)) { + if (!switch_channel_test_flag(channel, CF_ANSWERED)) state = "progressing"; callee_name = switch_channel_get_variable(channel, "callee_id_name"); callee_number = switch_channel_get_variable(channel, "callee_id_number");