From e22c3ae7c6c39fb380d92779bfd728b8f7be11f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 6 Oct 2010 12:36:45 -0400 Subject: [PATCH] StreamHandler: Add signal specifying the type of DTMF event to send Some protocols specify the type of DTMF event send and the payload type just at the time when the are sent. This signal should make these easier to implement. https://bugs.freedesktop.org/show_bug.cgi?id=30662 --- spec/Media_Stream_Handler.xml | 34 ++++++++++++++++++++++++++++++++++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/spec/Media_Stream_Handler.xml b/spec/Media_Stream_Handler.xml index c9ae78f..355249c 100644 --- a/spec/Media_Stream_Handler.xml +++ b/spec/Media_Stream_Handler.xml @@ -523,6 +523,40 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + + Automatically chose the type of event to send + + + Send using RTP packets as defined in RFC 4733 + + + Send as sound + + + + + + A telephony event code as defined by RFC 4733. + + + + + The type of event to send. + + + + + The payload type to sent events of Type "RTP_RFC473". + + + + Request that a telephony event (as defined by RFC 4733) is transmitted + over this stream until StopTelephonyEvent is called. This differs from + StartTelephonyEvent in that you can specify how to send the event. + + -- 1.7.2.3