reSIProcate/DialogUsageManager  9694
Public Member Functions
TestUserAgent Class Reference
Inheritance diagram for TestUserAgent:
Inheritance graph
[legend]
Collaboration diagram for TestUserAgent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TestUserAgent (int argc, char **argv)
void startup ()
void onSuccess (ClientRegistrationHandle h, const SipMessage &response)
 Called when registraion succeeds or each time it is sucessfully refreshed.

Detailed Description

Definition at line 12 of file unreg.cxx.


Constructor & Destructor Documentation

TestUserAgent::TestUserAgent ( int  argc,
char **  argv 
) [inline]

Definition at line 15 of file unreg.cxx.

                                           : UserAgent(argc, argv)
      {
      }

Member Function Documentation

void TestUserAgent::onSuccess ( ClientRegistrationHandle  ,
const SipMessage response 
) [inline, virtual]

Called when registraion succeeds or each time it is sucessfully refreshed.

Reimplemented from resip::UserAgent.

Definition at line 27 of file unreg.cxx.

References InfoLog.

      {
         InfoLog (<< "Removing binding for " << *h);
         h->removeAll(true);
      }
void TestUserAgent::startup ( ) [inline, virtual]

Reimplemented from resip::UserAgent.

Definition at line 19 of file unreg.cxx.

References InfoLog.

Referenced by main().

      {
         InfoLog (<< "register for " << mAor);
         UInt32 e=0;
         NameAddr target(mAor);
         mDum.send(mDum.makeRegistration(target, e));
      }

The documentation for this class was generated from the following file: