Files
asterisk/contrib/scripts/sip_to_pjsip
Julian C. Dunnandgithub-actions[bot] 3eb7828df2 astconfigparser.py: Fix regex pattern error by properly escaping string
"SyntaxWarning: invalid escape sequence '\s'" occurs when using the pjsip
migration script because '\' is an escape character in Python. Instead,
use a raw string for the regex.
2026-02-26 15:38:22 +00:00
..