]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add to list of valid characters for from_user.
authorBen Ford <bford@digium.com>
Wed, 1 Nov 2017 16:12:45 +0000 (11:12 -0500)
committerBenjamin Keith Ford <bford@digium.com>
Thu, 2 Nov 2017 16:49:47 +0000 (11:49 -0500)
commit5b13290522f0dc4312d5dca308bda3fdd636d613
tree83bbaec02ad7a8fab2016b02f16f3cb45203067b
parent549e1edf8e329b9edf25268014b5763758201118
res_pjsip: Add to list of valid characters for from_user.

Fixes a regression where some characters were unable to be used in
the from_user field of an endpoint. Additionally, the backtick was
removed from the list of valid characters, since it is not valid,
and it was replaced with a single quote, which is a valid character.

ASTERISK-27387

Change-Id: Id80c10a644508365c87b3182e99ea49da11b0281
res/res_pjsip/pjsip_configuration.c