You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting 'dispplay_uri' = ' Iñaki' fails, it requires using `'display_name' = '"Iñaki"' which is ugly. JsSIP should be clever enough to allow any kind of string as display_name value, and then ALWAYS enclose it between double quotes (regardless they are needed or not).
Setting
'dispplay_uri' = ' Iñaki'
fails, it requires using `'display_name' = '"Iñaki"' which is ugly. JsSIP should be clever enough to allow any kind of string as display_name value, and then ALWAYS enclose it between double quotes (regardless they are needed or not).Prior to fix this bug, fixing #12 is required.
The text was updated successfully, but these errors were encountered: