Skip to content
Snippets Groups Projects
func_strings.c 59.1 KiB
Newer Older
  • Learn to ignore specific revisions
  • 	res |= ast_custom_function_register(&unshift_function);
    
    	res |= ast_custom_function_register(&passthru_function);
    
    AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "String handling dialplan functions");