Ignore:
Timestamp:
Oct 17, 2018 4:38:39 AM (6 years ago)
Author:
nanang
Message:

Close #2158:

  • Added OnCallTransferRequestParam?.newCall to allow application to instantiate a new Call for the new outgoing call in transfer scenario.
  • Also added OnCallReplacedParam?.newCall mainly for informational purpose (that app should instantiate new Call for replace scenario).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r5872 r5899  
    10371037     *                  transferred to. 
    10381038     * @param code      Status code to be returned for the call transfer 
    1039      *                  request. On input, it contains status code 200. 
     1039     *                  request. On input, it contains status code 202. 
    10401040     */ 
    10411041    void (*on_call_transfer_request)(pjsua_call_id call_id, 
     
    10541054     *                  transferred to. 
    10551055     * @param code      Status code to be returned for the call transfer 
    1056      *                  request. On input, it contains status code 200. 
     1056     *                  request. On input, it contains status code 202. 
    10571057     * @param opt       The current call setting, application can update 
    10581058     *                  this setting for the call being transferred. 
Note: See TracChangeset for help on using the changeset viewer.