Interface VoiceRequestLogService
public interface VoiceRequestLogService
-
Method Summary
Modifier and TypeMethodDescriptionauthErrorLog
(int deviceId, Date errorTime, int logCoordinateRecordId) voiceConnectionLog
(int deviceId, long sessionId, Date connectionStartTime, boolean finshed)
-
Method Details
-
voiceConnectionLog
String voiceConnectionLog(int deviceId, long sessionId, Date connectionStartTime, boolean finshed) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
authErrorLog
String authErrorLog(int deviceId, Date errorTime, int logCoordinateRecordId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-