Ignore:
Timestamp:
Feb 11, 2014 4:46:49 AM (10 years ago)
Author:
riza
Message:

Re #1734: Add flash support for DTMF rfc 2833.

File:
1 edited

Legend:

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

    r4724 r4739  
    46944694 
    46954695/** 
    4696  * Send DTMF digits to remote using RFC 2833 payload formats. 
     4696 * Send DTMF digits to remote using RFC 2833 payload formats.  
    46974697 * 
    46984698 * @param call_id       Call identification. 
    4699  * @param digits        DTMF string digits to be sent. 
     4699 * @param digits        DTMF string digits to be sent as described on RFC 2833  
     4700 *                      section 3.10. Character 'R' is used to represent the  
     4701 *                      event type 16 (flash) as stated in RFC 4730. 
    47004702 * 
    47014703 * @return              PJ_SUCCESS on success, or the appropriate error code. 
Note: See TracChangeset for help on using the changeset viewer.