Changes between Version 2 and Version 3 of pjsip-doc/account
- Timestamp:
- Dec 4, 2013 3:11:31 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/account
v2 v3 28 28 << prm.code << endl; 29 29 30 }30 } 31 31 32 32 virtual void onIncomingCall(OnIncomingCallParam &iprm) … … 110 110 There are many more settings that can be specified in AccountConfig, like: 111 111 112 - AccountRegConfig, to specify registration settings, such as registrar server and retry interval.112 - AccountRegConfig, to specify registration settings, such as registrar server and retry interval. 113 113 - AccountSipConfig, to specify SIP settings, such as credential information and proxy server. 114 114 - AccountCallConfig, to specify call settings, such as whether reliable provisional response (SIP 100rel) is required.