mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Merge branch 'master' into hapool
This commit is contained in:
@@ -380,7 +380,7 @@ func (sm *FSSessionManager) SyncSessions() error {
|
||||
}
|
||||
var stillActive bool
|
||||
for _, fsAChan := range aChans {
|
||||
if fsAChan["call_uuid"] == session.eventStart.GetUUID() { // Channel still active
|
||||
if fsAChan["call_uuid"] == session.eventStart.GetUUID() || (fsAChan["call_uuid"] == "" && fsAChan["uuid"] == session.eventStart.GetUUID()) { // Channel still active
|
||||
stillActive = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user