Ignore:
Timestamp:
Aug 16, 2007 10:11:44 AM (17 years ago)
Author:
bennylp
Message:

Ticket #354: continuing work to port the Symbian libraries to .DSO format

File:
1 edited

Legend:

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

    r1406 r1417  
    27722772    if (tsx->role==PJSIP_ROLE_UAS && 
    27732773        tsx->state==PJSIP_TSX_STATE_TRYING && 
    2774         pjsip_method_cmp(&tsx->method, &pjsip_refer_method)==0) 
     2774        pjsip_method_cmp(&tsx->method, pjsip_get_refer_method())==0) 
    27752775    { 
    27762776        /* 
Note: See TracChangeset for help on using the changeset viewer.