Ignore:
Timestamp:
Jul 18, 2006 2:39:40 PM (18 years ago)
Author:
bennylp
Message:

Small improvements: (1) pjsua now responds to incoming OPTIONS request, which means that some modules (evsub, invite) need to register their capabilities to the endpoint, (2) added command in pjsua to send arbitrary request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsua-lib/pjsua_acc.c

    r611 r612  
    539539    } 
    540540 
    541     if (status == PJ_SUCCESS) 
     541    if (status == PJ_SUCCESS) { 
     542        pjsua_process_msg_data(tdata, NULL); 
    542543        status = pjsip_regc_send( pjsua_var.acc[acc_id].regc, tdata ); 
     544    } 
    543545 
    544546    if (status != PJ_SUCCESS) { 
Note: See TracChangeset for help on using the changeset viewer.