public interface DialActivity extends Activity
Modifier and Type | Method and Description |
---|---|
boolean |
cancelledByOperator()
Returns true if markCancelled was called during the dial attempt.
|
Channel |
getAcceptingChannel()
Returns the 'accepting' channel which is brought up as part of the dial
activity.
|
EndPoint |
getAcceptingEndPoint()
Returns the end point which is being dialed.
|
Call |
getNewCall() |
Channel |
getOriginatingChannel()
Returns the 'originating' channel which is brought up as part of the dial
activity.
|
EndPoint |
getOriginatingEndPoint()
Returns the end point which originated the dial.
|
void |
markCancelled()
Call markCancelled if you want to stop a dial which is in progress from
completing.
|
getLastException, isSuccess
EndPoint getOriginatingEndPoint()
EndPoint getAcceptingEndPoint()
Channel getOriginatingChannel()
Channel getAcceptingChannel()
void markCancelled()
boolean cancelledByOperator()
Call getNewCall()
Copyright © 2004–2020. All rights reserved.