commit | b5c72ead014a509c0f84884d1f2dac1ff9deec8e | [log] [tgz] |
---|---|---|
author | Magnus Strandberg <magnus.strandberg@sonyericsson.com> | Tue Mar 22 08:03:58 2011 +0100 |
committer | Johan Redestig <johan.redestig@sonyericsson.com> | Tue Mar 22 08:03:58 2011 +0100 |
tree | 37515f9bc7852be8637b1846c4ddf0cf96418e9a | |
parent | d973bed36cb4d4da1d97f309119f4114f60e7171 [diff] |
Making it possible to call SIP calls with special allowed chars. Since String.replaceFirst uses regex and since SIP user names are allowed to include regex charaters such as '+', the code must fist convert the string to a literal pattern String before using replaceFirst method. Change-Id: I25eac852bd620724ca1c5b2befc023af9dae3c1a