From 25239448c6c5a31a484eafd5211af84f79d5db2e Mon Sep 17 00:00:00 2001 From: Riza Sulistyo Date: Tue, 11 Feb 2014 04:46:49 +0000 Subject: Re #1734: Add flash support for DTMF rfc 2833. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4739 74dad513-b988-da41-8d7b-12977e46ad98 --- pjmedia/include/pjmedia/stream.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pjmedia/include') diff --git a/pjmedia/include/pjmedia/stream.h b/pjmedia/include/pjmedia/stream.h index 88e5a882..a2e5f207 100644 --- a/pjmedia/include/pjmedia/stream.h +++ b/pjmedia/include/pjmedia/stream.h @@ -341,7 +341,10 @@ PJ_DECL(pj_status_t) pjmedia_stream_resume(pjmedia_stream *stream, * only valid for audio stream. * * @param stream The media stream. - * @param ascii_digit String containing digits to be sent to remote. + * @param ascii_digit String containing digits to be sent to remote as + * described on RFC 2833 section 3.10. Character 'R' is + * used to represent the event type 16 (flash) as stated + * in RFC 4730. * Currently the maximum number of digits are 32. * * @return PJ_SUCCESS on success. -- cgit v1.2.3