|
reSIProcate/DialogUsageManager
9694
|


Public Member Functions | |
| virtual AppDialogSet * | createAppDialogSet (DialogUsageManager &dum, const SipMessage &msg) |
Definition at line 80 of file BasicCall.cxx.
| virtual AppDialogSet* testAppDialogSetFactory::createAppDialogSet | ( | DialogUsageManager & | dum, |
| const SipMessage & | msg | ||
| ) | [inline, virtual] |
Reimplemented from resip::AppDialogSetFactory.
Definition at line 83 of file BasicCall.cxx.
References resip::RequestLine::getMethod(), getMethodName(), h_RequestLine, and resip::SipMessage::header().
{ return new testAppDialogSet(dum, Data("UAS") + Data("(") + getMethodName(msg.header(h_RequestLine).getMethod()) + Data(")")); }

1.7.5.1