Ignore:
Timestamp:
Feb 18, 2016 3:15:19 AM (8 years ago)
Author:
riza
Message:

Misc (Re #1882): Add compile time option (PJMEDIA_HAS_DTMF_FLASH) to enable/disable DTMF flash as specified in rfc2833.

File:
1 edited

Legend:

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

    r5185 r5242  
    48124812 
    48134813/** 
    4814  * Send DTMF digits to remote using RFC 2833 payload formats.  
     4814 * Send DTMF digits to remote using RFC 2833 payload formats. 
    48154815 * 
    48164816 * @param call_id       Call identification. 
    48174817 * @param digits        DTMF string digits to be sent as described on RFC 2833  
    4818  *                      section 3.10. Character 'R' is used to represent the  
     4818 *                      section 3.10. If PJMEDIA_HAS_DTMF_FLASH is enabled,  
     4819 *                      character 'R' is used to represent the  
    48194820 *                      event type 16 (flash) as stated in RFC 4730. 
    48204821 * 
Note: See TracChangeset for help on using the changeset viewer.