Ignore:
Timestamp:
Mar 2, 2015 3:04:19 AM (9 years ago)
Author:
nanang
Message:

Fixed #1816: Restart media transport on following forked media.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-ua/sip_inv.c

    r4975 r4985  
    18951895    } 
    18961896 
     1897    /* Initialize info that we are following forked media */ 
     1898    inv->following_fork = PJ_FALSE; 
     1899 
    18971900    /* MUST NOT do multiple SDP offer/answer in a single transaction, 
    18981901     * EXCEPT if: 
     
    19471950                return status; 
    19481951            } 
     1952 
     1953            inv->following_fork = PJ_TRUE; 
    19491954 
    19501955        } else { 
Note: See TracChangeset for help on using the changeset viewer.