#include <AmB2ABSession.h>
Inheritance diagram for AmB2ABCallerSession:

Public Types | |
| enum | CalleeStatus { None = 0, NoReply, Ringing, Connected } |
Public Member Functions | |
| CalleeStatus | getCalleeStatus () |
| void | connectCallee (const string &remote_party, const string &remote_uri, const string &local_party, const string &local_uri) |
| void | terminateOtherLeg () |
Protected Member Functions | |
| virtual AmB2ABCalleeSession * | createCalleeSession () |
| void | relayEvent (AmEvent *ev) |
| void | onB2ABEvent (B2ABEvent *ev) |
| void AmB2ABCallerSession::relayEvent | ( | AmEvent * | ev | ) | [protected, virtual] |
Relay one event to the other side.
Reimplemented from AmB2ABSession.
| void AmB2ABCallerSession::terminateOtherLeg | ( | ) | [virtual] |
Terminate the other leg and forget it.
Reimplemented from AmB2ABSession.
| void AmB2ABCallerSession::onB2ABEvent | ( | B2ABEvent * | ev | ) | [protected, virtual] |
B2ABEvent handler
Reimplemented from AmB2ABSession.
1.5.1