[Freeswitch-svn] [commit] r8661 -	freeswitch/trunk/src/mod/languages/mod_perl
    Freeswitch SVN 
    anthm at freeswitch.org
       
    Mon May 26 11:45:41 EDT 2008
    
    
  
Author: anthm
Date: Mon May 26 11:45:40 2008
New Revision: 8661
Modified:
   freeswitch/trunk/src/mod/languages/mod_perl/mod_perl.c
Log:
update
Modified: freeswitch/trunk/src/mod/languages/mod_perl/mod_perl.c
==============================================================================
--- freeswitch/trunk/src/mod/languages/mod_perl/mod_perl.c	(original)
+++ freeswitch/trunk/src/mod/languages/mod_perl/mod_perl.c	Mon May 26 11:45:40 2008
@@ -497,7 +497,7 @@
 
 	/* connect my internal structure to the blank pointer passed to me */
 	*module_interface = switch_loadable_module_create_module_interface(pool, modname);
-	SWITCH_ADD_APP(app_interface, "perl", NULL, NULL, perl_function, NULL, SAF_NONE);
+	SWITCH_ADD_APP(app_interface, "perl", NULL, NULL, perl_function, NULL, SAF_SUPPORT_NOMEDIA);
 	SWITCH_ADD_API(api_interface, "perlrun", "run a script", perlrun_api_function, "<script>");
 	SWITCH_ADD_API(api_interface, "perl", "run a script", perl_api_function, "<script>");
 	/* indicate that the module should continue to be loaded */
    
    
More information about the Freeswitch-svn
mailing list