mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 10:11:53 +00:00
Conversions to ast_debug()
(issue #9984, patches from eliel and dimas) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@71338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -805,8 +805,8 @@ static struct function_table_tag function_table[] = {
|
||||
{"ilink", function_ilink},
|
||||
{"status", function_status},
|
||||
{"remote", function_remote},
|
||||
{"macro", function_macro}
|
||||
{"gosub", function_gosub}
|
||||
{"macro", function_macro},
|
||||
{"gosub", function_gosub},
|
||||
} ;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user