[Freeswitch-branches] [commit] r11588 - freeswitch/branches/gmaruzz/mod_skypiax/asterisk

FreeSWITCH SVN gmaruzz at freeswitch.org
Sun Feb 1 02:37:51 PST 2009


Author: gmaruzz
Date: Sun Feb  1 04:37:51 2009
New Revision: 11588

Log:
skypiax: incoming audio works on asterisk. Only one interface, no configuration

Modified:
   freeswitch/branches/gmaruzz/mod_skypiax/asterisk/skypiax_protocol.c

Modified: freeswitch/branches/gmaruzz/mod_skypiax/asterisk/skypiax_protocol.c
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/asterisk/skypiax_protocol.c	(original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/asterisk/skypiax_protocol.c	Sun Feb  1 04:37:51 2009
@@ -481,6 +481,9 @@
   }
 #endif /* WIN32 */
 
+/* the pipe is the audio fd for asterisk to poll on during a call */
+  tech_pvt->skypiax_sound_capt_fd = tech_pvt->audiopipe[0];
+
   if (option_debug > 10) {
     DEBUGA_PBX("EXITING FUNC\n", SKYPIAX_P_LOG);
   }



More information about the Freeswitch-branches mailing list