Files
asterisk/contrib/scripts/sip_to_pjsip
Julian C. Dunn 5c091f5b6e 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-03-26 19:23:13 +00:00
..