Interface VoiceRequestLogService


public interface VoiceRequestLogService
  • Method Summary

    Modifier and Type Method Description
    java.lang.String authErrorLog​(int deviceId, java.util.Date errorTime, int logCoordinateRecordId)  
    java.lang.String voiceConnectionLog​(int deviceId, long sessionId, java.util.Date connectionStartTime, boolean finshed)  
  • Method Details

    • voiceConnectionLog

      java.lang.String voiceConnectionLog​(int deviceId, long sessionId, java.util.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

      java.lang.String authErrorLog​(int deviceId, java.util.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