Ignore:
Timestamp:
May 23, 2007 7:12:23 AM (17 years ago)
Author:
bennylp
Message:

Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sending 487 (Role Conflict) response

File:
1 edited

Legend:

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

    r1266 r1291  
    22682268 
    22692269        /* Init media channel */ 
    2270         status = pjsua_media_channel_init(call->index, PJSIP_ROLE_UAC); 
     2270        status = pjsua_media_channel_init(call->index, PJSIP_ROLE_UAS); 
    22712271        if (status != PJ_SUCCESS) { 
    22722272            pjsua_perror(THIS_FILE, "Error initializing media channel", status); 
Note: See TracChangeset for help on using the changeset viewer.