Ignore:
Timestamp:
Sep 22, 2006 12:48:18 PM (18 years ago)
Author:
bennylp
Message:

In pjsua, outgoing REFER now always put Refer-Sub: false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/evsub.c

    r712 r733  
    880880    pjsip_dlg_inc_lock(sub->dlg); 
    881881 
     882    /* I think it's pretty safe to disable this check. 
     883      
    882884    if (sub->pending_tsx) { 
    883885        pj_assert(!"Unable to terminate when there's pending tsx"); 
     
    885887        return PJ_EINVALIDOP; 
    886888    } 
     889    */ 
    887890 
    888891    sub->call_cb = notify; 
Note: See TracChangeset for help on using the changeset viewer.