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
Interesting. I'm curious where that comes from because BCR does not try to process the caller name in any way. I'll see if I can reproduce the issue with $string¥.
Are you able to receive another call from this caller easily? If so, can you enable debug mode by long pressing the version number and then try the call? BCR will create a log file inside the output directory.
…s \ or $
Matcher.appendReplacement() treats \ and $ specially, so we need to
use Matcher.quoteReplacement() when passing in arbitrary strings.
Fixes: #207
Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
Getting an issue where calls are not saved by a particular caller whose name has characters like "$", "¥".
Caller name example:
$string¥
The text was updated successfully, but these errors were encountered: