Changes between Version 2 and Version 4 of Ticket #1044


Ignore:
Timestamp:
Mar 23, 2010 11:26:37 AM (14 years ago)
Author:
nanang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1044

    • Property Owner changed from bennylp to nanang
    • Property Status changed from new to assigned
  • Ticket #1044 – Description

    v2 v4  
    44 
    55Specifications: 
    6  1. Network status will be monitored by application, so in the case of IP address changed, application should be better restarting pjsua. 
    7  1. Add new field in {{{pjsua_acc_config}}}, i.e: {{{reg_retry_interval}}} to configure the interval of auto re-register when registration failed of timeout or transport disconnection. 
     6 1. Add new field in {{{pjsua_acc_config}}}, i.e: {{{reg_retry_interval}}} to configure the interval of auto re-registration when registration failed of timeout or transport disconnection. 
    87 1. Add new field in {{{pjsua_acc}}}, i.e: {{{route_down}}}, a flag to specify whether the transport used for contacting the first route of the account is down. 
    98    - If this flag is set, sending SIP messaging via PJSUA-LIB API (except the auto re-register) will be blocked (by returning an error code) immediately.  
    10     - This flag will be set/unset automatically by PJSUA-LIB, i.e: set in the initialization or registration success, and unset in transport disconnected. 
    11     - This flag is only usable when account has route-set (global proxy or account specific proxy is set). 
     9    - This flag will be set/reset automatically by PJSUA-LIB based on events such as transport disconnected, registration timeout, registration succeeded. 
     10    - This flag will only be set when account has route-set (global proxy or account specific proxy is configured) and registrar is set. 
     11 
     12Notes: 
     13 - In the case of IP address changed, it should be better for application to restart pjsua-lib (e.g: to update media transport address binding).