mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-16 20:52:33 +00:00
5c091f5b6e
"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.