Ignore:
Timestamp:
May 17, 2009 4:28:40 PM (15 years ago)
Author:
nanang
Message:

Ticket #850: Updated pjsua app to omit 'Require=replaces' param in sending request for call transfer with replaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/sipit24/pjsip-apps/src/pjsua/pjsua_app.c

    r2650 r2704  
    36883688                } 
    36893689 
    3690                 pjsua_call_xfer_replaces(call, dst_call, 0, &msg_data); 
     3690                pjsua_call_xfer_replaces(call, dst_call,  
     3691                                         PJSUA_XFER_NO_REQUIRE_REPLACES,  
     3692                                         &msg_data); 
    36913693            } 
    36923694            break; 
Note: See TracChangeset for help on using the changeset viewer.