Ignore:
Timestamp:
Feb 27, 2013 10:16:08 AM (11 years ago)
Author:
ming
Message:

Re #1559: Backported to 1.x, except r4312,r4330

Location:
pjproject/branches/1.x
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x

  • pjproject/branches/1.x/pjsip/include/pjsua-lib/pjsua.h

    r4329 r4387  
    654654     *  - it may delay the processing of the request, for example to request 
    655655     *    user permission whether to accept or reject the request. In this  
    656      *    case, the application MUST set the \a code argument to 202, and  
    657      *    later calls #pjsua_pres_notify() to accept or reject the  
    658      *    subscription request. 
     656     *    case, the application MUST set the \a code argument to 202, then 
     657     *    IMMEDIATELY calls #pjsua_pres_notify() with state 
     658     *    PJSIP_EVSUB_STATE_PENDING and later calls #pjsua_pres_notify() 
     659     *    again to accept or reject the subscription request. 
    659660     * 
    660661     * Any \a code other than 200 and 202 will be treated as 200. 
     
    22412242    /**  
    22422243     * The full SIP URL for the account. The value can take name address or  
    2243      * URL format, and will look something like "sip:account@serviceprovider". 
     2244     * URL format, and will look something like "sip:account@serviceprovider" 
     2245     * or "\"Display Name\" <sip:account@provider>". 
    22442246     * 
    22452247     * This field is mandatory. 
     
    35253527 * 
    35263528 * @param call_id       The call id to be transfered. 
    3527  * @param dest          Address of new target to be contacted. 
     3529 * @param dest          URI of new target to be contacted. The URI may be 
     3530 *                      in name address or addr-spec format. 
    35283531 * @param msg_data      Optional message components to be sent with 
    35293532 *                      the request. 
Note: See TracChangeset for help on using the changeset viewer.