[Freeswitch-svn] [commit] r9804 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Thu Oct 2 16:52:43 EDT 2008


Author: anthm
Date: Thu Oct  2 16:52:42 2008
New Revision: 9804

Modified:
   freeswitch/trunk/src/switch_channel.c

Log:
add another event to list

Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c	(original)
+++ freeswitch/trunk/src/switch_channel.c	Thu Oct  2 16:52:42 2008
@@ -1136,7 +1136,8 @@
 		event->event_id == SWITCH_EVENT_CHANNEL_PROGRESS_MEDIA ||
 		event->event_id == SWITCH_EVENT_CHANNEL_HANGUP ||
 		event->event_id == SWITCH_EVENT_REQUEST_PARAMS ||
-		event->event_id == SWITCH_EVENT_CHANNEL_DATA
+		event->event_id == SWITCH_EVENT_CHANNEL_DATA ||
+		event->event_id == SWITCH_EVENT_CUSTOM
 		) {
 
 		/* Index Caller's Profile */



More information about the Freeswitch-svn mailing list