Package | Description |
---|---|
org.asteriskjava.pbx | |
org.asteriskjava.pbx.asterisk.wrap.actions | |
org.asteriskjava.pbx.internal.core |
Modifier and Type | Method and Description |
---|---|
static DTMFTone |
DTMFTone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DTMFTone[] |
DTMFTone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PBX.sendDTMF(Channel channel,
DTMFTone tone)
Sends a DTMF tone to given channel.
|
void |
PBX.sendDTMF(Channel channel,
DTMFTone tone,
ActivityCallback<Activity> callback)
Sends a DTMF tone to the given channel.
|
Constructor and Description |
---|
PlayDtmfAction(Channel channel,
DTMFTone tone) |
Modifier and Type | Method and Description |
---|---|
void |
AsteriskPBX.sendDTMF(Channel channel,
DTMFTone tone) |
void |
AsteriskPBX.sendDTMF(Channel channel,
DTMFTone tone,
ActivityCallback<Activity> callback) |
Copyright © 2004–2017. All rights reserved.