[Freeswitch-svn] [commit] r1710 - in freeswitch/branches/james: . src/mod/endpoints/mod_portaudio
Freeswitch SVN
james at freeswitch.org
Fri Jun 30 07:20:30 EDT 2006
Author: james
Date: Fri Jun 30 07:20:29 2006
New Revision: 1710
Modified:
freeswitch/branches/james/ (props changed)
freeswitch/branches/james/src/mod/endpoints/mod_portaudio/mod_portaudio.c
Log:
Updating.
Modified: freeswitch/branches/james/src/mod/endpoints/mod_portaudio/mod_portaudio.c
==============================================================================
--- freeswitch/branches/james/src/mod/endpoints/mod_portaudio/mod_portaudio.c (original)
+++ freeswitch/branches/james/src/mod/endpoints/mod_portaudio/mod_portaudio.c Fri Jun 30 07:20:29 2006
@@ -163,6 +163,7 @@
if (switch_event_create_subclass(&event, SWITCH_EVENT_CUSTOM, MY_EVENT_RINGING) == SWITCH_STATUS_SUCCESS) {
switch_event_add_header(event, SWITCH_STACK_BOTTOM, "event_info", buf);
+ switch_event_add_header(event, SWITCH_STACK_BOTTOM, "call_id", tech_pvt->call_id);
switch_channel_event_set_data(channel, event);
switch_event_fire(&event);
}
More information about the Freeswitch-svn
mailing list