From 008054453bbf4cc3fc54cae4a602ebcc869b4e92 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Thu, 10 Mar 2005 19:32:22 +0000 Subject: From Alejandro Vaquero: - Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697 --- gtk/voip_calls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk/voip_calls.h') diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h index 552e6347d6..837f494adc 100644 --- a/gtk/voip_calls.h +++ b/gtk/voip_calls.h @@ -180,6 +180,7 @@ typedef struct _voip_rtp_stream_info { guint32 start_rel_usec; /* start stream rel microseconds */ guint32 stop_rel_sec; /* stop stream rel seconds */ guint32 stop_rel_usec; /* stop stream rel microseconds */ + gint32 rtp_event; } voip_rtp_stream_info_t; /* structure that holds the information about all RTP streams associated with the calls */ @@ -188,6 +189,7 @@ typedef struct _voip_rtp_tapinfo { int nstreams; /* number of rtp streams */ GList* list; /* list with the rtp streams */ int rtp_dummy; + int rtp_event_dummy; } voip_rtp_tapinfo_t; /****************************************************************************/ @@ -208,6 +210,7 @@ void h245dg_calls_init_tap(void); void q931_calls_init_tap(void); void sdp_calls_init_tap(void); void rtp_init_tap(void); +void rtp_init_tap_event(void); void mgcp_calls_init_tap(void); @@ -223,6 +226,7 @@ void remove_tap_listener_h245dg_calls(void); void remove_tap_listener_q931_calls(void); void remove_tap_listener_sdp_calls(void); void remove_tap_listener_rtp(void); +void remove_tap_listener_rtp_event(void); void remove_tap_listener_mgcp_calls(void); /* -- cgit v1.2.1