From 9a0b39a7dd33817f1b5068e0ad719aba4ddc00b7 Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Thu, 18 Feb 2016 03:15:19 +0000 Subject: Misc (Re #1882): Add compile time option (PJMEDIA_HAS_DTMF_FLASH) to enable/disable DTMF flash as specified in rfc2833. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5242 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsua-lib/pjsua.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pjsip') diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h index c47d4c3c..6b6b5569 100644 --- a/pjsip/include/pjsua-lib/pjsua.h +++ b/pjsip/include/pjsua-lib/pjsua.h @@ -4811,11 +4811,12 @@ PJ_DECL(pj_status_t) pjsua_call_xfer_replaces(pjsua_call_id call_id, const pjsua_msg_data *msg_data); /** - * Send DTMF digits to remote using RFC 2833 payload formats. + * Send DTMF digits to remote using RFC 2833 payload formats. * * @param call_id Call identification. * @param digits DTMF string digits to be sent as described on RFC 2833 - * section 3.10. Character 'R' is used to represent the + * section 3.10. If PJMEDIA_HAS_DTMF_FLASH is enabled, + * character 'R' is used to represent the * event type 16 (flash) as stated in RFC 4730. * * @return PJ_SUCCESS on success, or the appropriate error code. -- cgit v1.2.3