Long call duration detection
Hello community,
Currently I am working on a customer project and they will be use Oracle SBC(ACME 4500 and 4250) as P-CSCF, they are asking about long duration call detection mechanism, as I can see on SBC documentation flow-time-limit parameter on media-manager configuration can be used to limit the session duration, I have some questions:
media-manager
state enabled
latching enabled
flow-time-limit 86400
initial-guard-timer 300
subsq-guard-timer 300
tcp-flow-time-limit 86400
tcp-initial-guard-timer 300
.
.
.
When the call duration reach flow-time-limit value the call is dropped?, Once the call is droped there is any notification(SNMP trap or log) where the customer can audit these type of calls?
Thanks you very much in advance.