Changes between Version 2 and Version 3 of pjsip-doc/account


Ignore:
Timestamp:
Dec 4, 2013 3:11:31 AM (10 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pjsip-doc/account

    v2 v3  
    2828                 << prm.code << endl; 
    2929 
    30       } 
     30        } 
    3131     
    3232        virtual void onIncomingCall(OnIncomingCallParam &iprm) 
     
    110110There are many more settings that can be specified in ​AccountConfig, like: 
    111111 
    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. 
    113113- AccountSipConfig, to specify SIP settings, such as credential information and proxy server. 
    114114- AccountCallConfig, to specify call settings, such as whether reliable provisional response (SIP 100rel) is required.