SessionSv1.AuthorizeEvent with integration tests

This commit is contained in:
DanB
2018-01-08 16:12:57 +01:00
parent 3850f11b14
commit e27b72268f
23 changed files with 365 additions and 39 deletions

View File

@@ -235,7 +235,6 @@ func (rpf *RatingProfile) GetRatingPlansForPrefix(cd *CallDescriptor) (err error
cd.addRatingInfos(ris)
return
}
return utils.ErrNotFound
}