Ignore:
Timestamp:
Feb 21, 2006 11:47:00 PM (18 years ago)
Author:
bennylp
Message:

Implemented major feature: call hold and transfer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/presence.h

    r197 r212  
    203203 
    204204/** 
    205  * Send request. 
     205 * Send request message that was previously created with initiate(), notify(), 
     206 * or current_notify(). Application may also send request created with other 
     207 * functions, e.g. authentication. But the request MUST be either request 
     208 * that creates/refresh subscription or NOTIFY request. 
    206209 * 
    207210 * @param sub           The subscription object. 
Note: See TracChangeset for help on using the changeset viewer.