[Freeswitch-svn] [commit] r11669 - freeswitch/trunk/src/mod/codecs/mod_dahdi_codec

FreeSWITCH SVN brian at freeswitch.org
Fri Feb 6 10:29:51 PST 2009


Author: brian
Date: Fri Feb  6 12:29:51 2009
New Revision: 11669

Log:
 update the src to reference mod_dahdi_codec

Modified:
   freeswitch/trunk/src/mod/codecs/mod_dahdi_codec/mod_dahdi_codec.c

Modified: freeswitch/trunk/src/mod/codecs/mod_dahdi_codec/mod_dahdi_codec.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_dahdi_codec/mod_dahdi_codec.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_dahdi_codec/mod_dahdi_codec.c	Fri Feb  6 12:29:51 2009
@@ -24,7 +24,7 @@
  * Contributor(s):
  * Moises Silva <moy at sangoma.com>
  *
- * mod_dahdi -- DAHDI Codecs (G729A 8.0kbit, G723.1 5.3kbit)
+ * mod_dahdi_codec -- DAHDI Codecs (G729A 8.0kbit, G723.1 5.3kbit)
  *
  * Thanks to Voiceway for sponsoring this module and Neocenter for providing the DAHDI hardware to test
  *
@@ -53,8 +53,8 @@
 static const char transcoding_device[] = "/dev/dahdi/transcode";
 static const char transcoder_name[] = "DAHDI";
 
-SWITCH_MODULE_LOAD_FUNCTION(mod_dahdi_load);
-SWITCH_MODULE_DEFINITION(mod_dahdi, mod_dahdi_load, NULL, NULL);
+SWITCH_MODULE_LOAD_FUNCTION(mod_dahdi_codec_load);
+SWITCH_MODULE_DEFINITION(mod_dahdi_codec, mod_dahdi_codec_load, NULL, NULL);
 
 struct dahdi_context {
 	int32_t encoding_fd;
@@ -301,7 +301,7 @@
 	return SWITCH_STATUS_SUCCESS;
 }
 
-SWITCH_MODULE_LOAD_FUNCTION(mod_dahdi_load)
+SWITCH_MODULE_LOAD_FUNCTION(mod_dahdi_codec_load)
 {
 	switch_api_interface_t *api_interface;
 	switch_codec_interface_t *codec_interface;



More information about the Freeswitch-svn mailing list