Package | Description |
---|---|
org.asteriskjava.pbx | |
org.asteriskjava.pbx.internal.activity | |
org.asteriskjava.pbx.internal.core |
Modifier and Type | Method and Description |
---|---|
DialActivity |
PBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID)
Dials the given phone number using the specified trunk.
|
Modifier and Type | Method and Description |
---|---|
void |
PBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback)
Dials the given phone number using the specified trunk.
|
Modifier and Type | Class and Description |
---|---|
class |
DialActivityImpl |
Constructor and Description |
---|
DialActivityImpl(EndPoint originating,
EndPoint accepting,
CallerID toCallerID,
boolean hideToCallerID,
ActivityCallback<DialActivity> listener,
Map<String,String> channelVarsToSet) |
Modifier and Type | Method and Description |
---|---|
DialActivity |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID) |
DialActivity |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback,
Map<String,String> channelVarsToSet) |
Modifier and Type | Method and Description |
---|---|
void |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback) |
DialActivity |
AsteriskPBX.dial(EndPoint from,
CallerID fromCallerID,
EndPoint to,
CallerID toCallerID,
ActivityCallback<DialActivity> callback,
Map<String,String> channelVarsToSet) |
Copyright © 2004–2020. All rights reserved.