Alert raised due to following criteria
Hour | Attempts | Connected | @if(!empty($settings['NoOfCall']))No of Call | @endif @if(!empty($settings['AccountName']))Account | @endif @if(!empty($settings['GatewayNames']))Gateway | @endif @if(!empty($settings['CountryNames']))Country | @endif @if(!empty($settings['TrunkNames']))Trunk | @endif @if(!empty($settings['Prefix']))Prefix | @endif @if(!empty($Alert->LowValue))Low Value | @endif @if(!empty($Alert->HighValue))High Value | @endifMinutes | Current ACD | Current ASR |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$ACD_ASR_alert->Hour}} | {{$ACD_ASR_alert->Attempts}} | {{$ACD_ASR_alert->Connected}} | @if(!empty($settings['NoOfCall'])){{$settings['NoOfCall']}} | @endif @if(!empty($settings['AccountName'])){{$settings['AccountName']}} | @endif @if(!empty($settings['GatewayNames'])){{implode(',',$settings['GatewayNames'])}} | @endif @if(!empty($settings['CountryNames'])){{implode(',',$settings['CountryNames'])}} | @endif @if(!empty($settings['TrunkNames'])){{implode(',',$settings['TrunkNames'])}} | @endif @if(!empty($settings['Prefix'])){{$settings['Prefix']}} | @endif @if(!empty($Alert->LowValue)){{$Alert->LowValue}} | @endif @if(!empty($Alert->HighValue)){{$Alert->HighValue}} | @endif{{$ACD_ASR_alert->Minutes}} | {{$ACD_ASR_alert->ACD}} | {{$ACD_ASR_alert->ASR}} |