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