FS-4331 please test and post a new log if necessary

This commit is contained in:
Anthony Minessale
2012-07-03 08:05:41 -05:00
parent 305aa77a15
commit f3a49366a1
3 changed files with 6 additions and 0 deletions
+4
View File
@@ -606,6 +606,10 @@ SWITCH_DECLARE(void) switch_channel_perform_presence(switch_channel_t *channel,
const char *call_info = NULL;
char *call_info_state = "active";
if (switch_channel_test_flag(channel, CF_NO_PRESENCE)) {
return;
}
if (!status) {
type = SWITCH_EVENT_PRESENCE_OUT;
}