|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestCollectDigits | |
---|---|
com.genesyslab.platform.voice.protocol.tserver.requests.voicemail | Collect digits from a caller; open and close a voicemail box; open, close, and play a voice file. |
Uses of RequestCollectDigits in com.genesyslab.platform.voice.protocol.tserver.requests.voicemail |
---|
Methods in com.genesyslab.platform.voice.protocol.tserver.requests.voicemail that return RequestCollectDigits | |
---|---|
static RequestCollectDigits |
RequestCollectDigits.create()
Creates instance of RequestCollectDigits with no parameters set. |
static RequestCollectDigits |
RequestCollectDigits.create(ConnectionId connID,
java.lang.String thisDN,
java.lang.Integer numberOfDigits,
java.lang.Integer voiceCFlag,
java.lang.Integer timeout)
Creates instance of RequestCollectDigits with required parameters set. |
static RequestCollectDigits |
RequestCollectDigits.create(ConnectionId connID,
java.lang.String thisDN,
java.lang.Integer numberOfDigits,
java.lang.Integer voiceCFlag,
java.lang.Integer timeout,
java.lang.String terminateDigits,
KeyValueCollection reasons,
KeyValueCollection extensions)
Creates instance of RequestCollectDigits with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |