mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Merge "ARI: Fix missing dependencies."
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/\/\*\*\* MODULEINFO/ {printit=1; next}
|
||||
/\*\*\*\// {if (printit) exit}
|
||||
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
|
||||
/\*\*\*\// {printit=0}
|
||||
/.*/ {if (printit) print}
|
||||
|
Reference in New Issue
Block a user