Changeset 4724 for pjproject/trunk/pjsip/include/pjsua2/call.hpp
- Timestamp:
- Jan 31, 2014 8:52:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua2/call.hpp
r4704 r4724 727 727 { 728 728 /** 729 * The destination where the call will be transfer ed to.729 * The destination where the call will be transferred to. 730 730 */ 731 731 string dstUri; … … 739 739 /** 740 740 * The current call setting, application can update this setting 741 * for the call being transfer ed.741 * for the call being transferred. 742 742 */ 743 743 CallSetting opt; … … 1530 1530 1531 1531 /** 1532 * Notify application on call being transfer ed (i.e. REFER is received).1532 * Notify application on call being transferred (i.e. REFER is received). 1533 1533 * Application can decide to accept/reject transfer request 1534 1534 * by setting the code (default is 202). When this callback
Note: See TracChangeset
for help on using the changeset viewer.