static UaConfiguration* | instance ()
|
static void | instance ( const string cfgFile )
|
static void | parseCfgFileCallBack ( char* tag, char* type, char* value )
|
void | show ()
|
string | getUserName ()
|
string | getPassword ()
|
string | getDisplayName ()
|
string | getLocalSipPort ()
|
int | getMinRtpPort ()
|
int | getMaxRtpPort ()
|
string | getSipTransport ()
|
string | getProxyServer ()
|
bool | getRegisterOn ()
|
string | getRegisterFrom ()
|
string | getRegisterTo ()
|
int | getRegisterExpires ()
|
string | getRegisterAction ()
|
int | getNetworkRtpRate ()
|
bool | getProvideRingback ()
|
int | getInitialDigitTimeout ()
|
int | getInterDigitTimeout ()
|
UaXferMode | getXferMode () const
|
string | getConfServer () const
|
DialingPlanListType& | getDialPlans ()
|
SpeedDialMapType& | getSpeedDials ()
|
void | setUserName ( string name )
|
void | setPassword ( string pwd )
|
void | setDisplayName ( string name )
|
void | setLocalSipPort ( string port )
|
void | setMinRtpPort ( int port )
|
void | setMaxRtpPort ( int port )
|
void | setSipTransport ( string transport )
|
void | setProxyServer ( string server )
|
void | setRegisterOn ( bool on )
|
void | setRegisterFrom ( string from )
|
void | setRegisterTo ( string to )
|
void | setRegisterExpires ( int expires )
|
void | setRegisterAction ( string action )
|
void | setNetworkRtpRate ( int rate )
|
void | setProvideRingback ( bool ringback )
|
void | setInitialDigitTimeout ( int timeout )
|
void | setInterDigitTimeout ( int timeout )
|
void | setXferMode ( const UaXferMode xfermode )
|
void | setConfServer ( const string confserver )
|
void | addDialPattern ( DialMethodsType type, string pattern )
|
void | addSpeedDial ( string key, string dest )
|
bool | getLoadGenOn ()
|
string | getRunMode ()
|
int | getStartTime ()
|
int | getNumKickStarts ()
|
string | getCallUrl ()
|
int | getNumEndpoints ()
|
int | getCallDuration ()
|
int | getCallDelay ()
|
int | getCallRestartTimer ()
|
int | getAnswerRestartTimer ()
|
int | getAnswerDelay ()
|
bool | getMonitorMsgOn ()
|
int | getMonitorMsgInterval ()
|
string | getDialNumber ()
|
bool | getRtpGenOn ()
|
int | getNumOfCalls ()
|
bool | getCJTimeOfDay ()
|
void | setLoadGenOn ( bool on)
|
void | setRunMode ( string mode)
|
void | setStartTime ( int time)
|
void | setNumKickStarts ( int num)
|
void | setCallUrl ( string callUrl )
|
void | setNumEndpoints ( int endpoints)
|
void | setCallDuration ( int duration)
|
void | setCallDelay ( int delay)
|
void | setCallRestartTimer ( int delay )
|
void | setAnswerRestartTimer ( int delay )
|
void | setAnswerDelay (int ansDelay)
|
void | setMonitorMsgOn (bool msgOn)
|
void | setMonitorMsgInterval (int debugInt)
|
void | setDialNumber ( string dialNum)
|
void | setRtpGenOn ( bool rtpOn)
|
void | setNumOfCalls (int calls)
|
void | setCJTimeOfDay (bool cjOn)
|
bool | getRsvpOn () const
|
string | getProvisioningHost () const
|
int | getProvisioningPort () const
|
bool | getUsePolicyServer () const
|
string | getDeviceName () const
|
bool | getCallWaitingOn () const
|
void | setRsvpOn ( const bool on )
|
void | setProvisioningHost ( const string host )
|
void | setProvisioningPort ( const int port )
|
void | setUsePolicyServer ( const bool use )
|
void | setDeviceName ( const string devicename )
|
void | setCallWaitingOn ( const bool callwaiting )
|
void | setCallIdOn ( const bool callIdOn )
|
bool | getCallIdOn ()
|
void | setCallId ( const string callid )
|
string | getCallId ()
|
void | setUaTimeout ( const int timeout )
|
int | getUaTimeout () const
|
void | setSubscribeOn ( const bool subOn )
|
bool | getSubscribeOn () const
|
void | setSubscribeExpire ( const int expire )
|
int | getSubscribeExpire () const
|
void | setSubscribeTo ( const string to )
|
string | getSubscribeTo () const
|
void | addVMServer (const string server)
|
vector< string > & | getVMServers ()
|
| ~UaConfiguration ()
|