Ver código fonte

Update user_dashboard.php

FusionPBX 6 anos atrás
pai
commit
be4ffe2f0a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/user_settings/user_dashboard.php

+ 1 - 1
core/user_settings/user_dashboard.php

@@ -428,7 +428,7 @@
 						direction = 'inbound'
 						or direction = 'local'
 					)
-					and bridge_uuid is null
+					and (missed_call = true or bridge_uuid is null)
 					and destination_number in ('".implode("','",$assigned_extensions)."')
 					and (";
 					$x = 0;