summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia/stream.h
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-02-18 03:15:19 +0000
committerRiza Sulistyo <riza@teluu.com>2016-02-18 03:15:19 +0000
commit9a0b39a7dd33817f1b5068e0ad719aba4ddc00b7 (patch)
tree6cf95b332fedf259a67eb6afbd16cb9d0c09a221 /pjmedia/include/pjmedia/stream.h
parent3985dd57937870f3d47a4ddd68b477a42ffddec1 (diff)
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
Diffstat (limited to 'pjmedia/include/pjmedia/stream.h')
-rw-r--r--pjmedia/include/pjmedia/stream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjmedia/include/pjmedia/stream.h b/pjmedia/include/pjmedia/stream.h
index a2e5f207..d0594246 100644
--- a/pjmedia/include/pjmedia/stream.h
+++ b/pjmedia/include/pjmedia/stream.h
@@ -342,7 +342,8 @@ PJ_DECL(pj_status_t) pjmedia_stream_resume(pjmedia_stream *stream,
*
* @param stream The media stream.
* @param ascii_digit String containing digits to be sent to remote as
- * described on RFC 2833 section 3.10. Character 'R' is
+ * described on RFC 2833 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.
* Currently the maximum number of digits are 32.