org.mobicents.media.server.mgcp.pkg.au
Class Options
java.lang.Object
org.mobicents.media.server.mgcp.pkg.au.Options
public class Options
- extends Object
Represents parameters supplied with command.
- Author:
- oifa yulian
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cache
public static ConcurrentCyclicFIFO<Options> cache
allocate
public static Options allocate(Text options)
recycle
public static void recycle(Options options)
getSegments
public Collection<Text> getSegments()
hasPrompt
public boolean hasPrompt()
getPrompt
public Collection<Text> getPrompt()
hasReprompt
public boolean hasReprompt()
getReprompt
public Collection<Text> getReprompt()
hasDeletePresistentAudio
public boolean hasDeletePresistentAudio()
getDeletePersistentAudio
public Collection<Text> getDeletePersistentAudio()
hasNoSpeechReprompt
public boolean hasNoSpeechReprompt()
getNoSpeechReprompt
public Collection<Text> getNoSpeechReprompt()
hasNoDigitsReprompt
public boolean hasNoDigitsReprompt()
getNoDigitsReprompt
public Collection<Text> getNoDigitsReprompt()
hasSuccessAnnouncement
public boolean hasSuccessAnnouncement()
getSuccessAnnouncement
public Collection<Text> getSuccessAnnouncement()
hasFailureAnnouncement
public boolean hasFailureAnnouncement()
getFailureAnnouncement
public Collection<Text> getFailureAnnouncement()
getDuration
public long getDuration()
getOffset
public long getOffset()
getRepeatCount
public int getRepeatCount()
getInterval
public long getInterval()
getDigitsNumber
public int getDigitsNumber()
getMaxDigitsNumber
public int getMaxDigitsNumber()
getDigitPattern
public Collection<Text> getDigitPattern()
isNonInterruptable
public boolean isNonInterruptable()
getRecordID
public Text getRecordID()
getRecordDuration
public long getRecordDuration()
isOverride
public boolean isOverride()
getPostSpeechTimer
public long getPostSpeechTimer()
getPreSpeechTimer
public long getPreSpeechTimer()
getFirstDigitTimer
public long getFirstDigitTimer()
getInterDigitTimer
public long getInterDigitTimer()
getMaxDuration
public int getMaxDuration()
getEndInputKey
public char getEndInputKey()
getNumberOfAttempts
public int getNumberOfAttempts()
isClearDigits
public boolean isClearDigits()
isIncludeEndInputKey
public boolean isIncludeEndInputKey()
prevKeyValid
public boolean prevKeyValid()
getPrevKey
public char getPrevKey()
firstKeyValid
public boolean firstKeyValid()
getFirstKey
public char getFirstKey()
currKeyValid
public boolean currKeyValid()
getCurrKey
public char getCurrKey()
nextKeyValid
public boolean nextKeyValid()
getNextKey
public char getNextKey()
lastKeyValid
public boolean lastKeyValid()
getLastKey
public char getLastKey()
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.