| Constructor and Description |
|---|
DialLocalToAgiActivity(EndPoint from,
CallerID fromCallerID,
ActivityCallback<DialLocalToAgiActivity> callback,
Map<String,String> channelVarsToSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
abort(String reason) |
Channel |
getChannel1() |
Channel |
getChannel2() |
Throwable |
getLastException()
If an activity fails the getLastError contains a description of the cause
of the error.
|
boolean |
isSuccess()
Set to true once the activity has suceeded.
|
void |
run() |
public DialLocalToAgiActivity(EndPoint from, CallerID fromCallerID, ActivityCallback<DialLocalToAgiActivity> callback, Map<String,String> channelVarsToSet)
public void abort(String reason)
public Throwable getLastException()
ActivitygetLastException in interface Activitypublic boolean isSuccess()
Activitypublic Channel getChannel1()
public Channel getChannel2()
Copyright © 2004–2024. All rights reserved.