| ISession Methods |
The ISession type exposes the following members.
| Name | Description | |
|---|---|---|
| AttendedTransfer(String) |
Performs attended transfer. The transferee and target will be determined automatically.
| |
| AttendedTransfer(CallParty, String, CallParty) |
Performs attended transfer. The transferee and target will be given by the user.
| |
| BlindTransfer |
Performs blind transfer.
| |
| Close |
Closes the session without sending BYE request to the peers.
| |
| CloseWithHangUp |
Closes the session and sends a BYE request to the peers. If the call has not been established yet, sends a CANCEL request to the callee.
| |
| ConnectAudioReceiver | (Inherited from ISessionMediaConnector.) | |
| ConnectAudioSender | (Inherited from ISessionMediaConnector.) | |
| ConnectVideoReceiver | (Inherited from ISessionMediaConnector.) | |
| DisconnectAudioReceiver | (Inherited from ISessionMediaConnector.) | |
| DisconnectAudioSender | (Inherited from ISessionMediaConnector.) | |
| DisconnectVideoReceiver | (Inherited from ISessionMediaConnector.) | |
| Forward |
Forwards the caller to another extension.
| |
| Hold |
Puts the caller and callee on hold.
| |
| NotifyTransferState |
Notifies the transferor about the state of the transfer.
| |
| SendDTMF |
Sends DTMF with the specified keycode to the specified party.
| |
| Start | ||
| Unhold |
Takes the caller and callee off hold.
|