Ignore:
Timestamp:
Jan 31, 2014 8:52:09 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed some more typos in the codes.

File:
1 edited

Legend:

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

    r4704 r4724  
    757757 
    758758    /** 
    759      * Notify application on call being transfered (i.e. REFER is received). 
     759     * Notify application on call being transferred (i.e. REFER is received). 
    760760     * Application can decide to accept/reject transfer request 
    761761     * by setting the code (default is 202). When this callback 
     
    766766     * @param call_id   The call index. 
    767767     * @param dst       The destination where the call will be  
    768      *                  transfered to. 
     768     *                  transferred to. 
    769769     * @param code      Status code to be returned for the call transfer 
    770770     *                  request. On input, it contains status code 200. 
     
    775775 
    776776    /** 
    777      * Notify application on call being transfered (i.e. REFER is received). 
     777     * Notify application on call being transferred (i.e. REFER is received). 
    778778     * Application can decide to accept/reject transfer request 
    779779     * by setting the code (default is 202). When this callback 
     
    783783     * @param call_id   The call index. 
    784784     * @param dst       The destination where the call will be  
    785      *                  transfered to. 
     785     *                  transferred to. 
    786786     * @param code      Status code to be returned for the call transfer 
    787787     *                  request. On input, it contains status code 200. 
    788788     * @param opt       The current call setting, application can update 
    789      *                  this setting for the call being transfered. 
     789     *                  this setting for the call being transferred. 
    790790     */ 
    791791    void (*on_call_transfer_request2)(pjsua_call_id call_id, 
     
    46524652 * of the call transfer request. 
    46534653 * 
    4654  * @param call_id       The call id to be transfered. 
     4654 * @param call_id       The call id to be transferred. 
    46554655 * @param dest          URI of new target to be contacted. The URI may be 
    46564656 *                      in name address or addr-spec format. 
     
    46774677 * the call with us with the new call from the REFER recipient. 
    46784678 * 
    4679  * @param call_id       The call id to be transfered. 
     4679 * @param call_id       The call id to be transferred. 
    46804680 * @param dest_call_id  The call id to be replaced. 
    46814681 * @param options       Application may specify PJSUA_XFER_NO_REQUIRE_REPLACES 
Note: See TracChangeset for help on using the changeset viewer.