]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when applicable.
authorMatthew Jordan <mjordan@digium.com>
Wed, 24 Dec 2014 13:26:21 +0000 (13:26 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 24 Dec 2014 13:26:21 +0000 (13:26 +0000)
commit3b9a245a29670bee052d23d48a8a352b8aab30cc
treeee5325e38e5713ee125702883a034889dac9e5cf
parent9f4a3571245f1fb3747b60424ac306d6e104f392
res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when applicable.

Note that this is a backport of r425804 from trunk.

This change adds a configuration option which adds a 'user=phone' parameter if the user
portion of the request URI or the From URI is determined to be a number.

Review: https://reviewboard.asterisk.org/r/4073/

ASTERISK-24643 #close

........

Merged revisions 430083 from http://svn.asterisk.org/svn/asterisk/branches/13

git-svn-id: https://origsvn.digium.com/svn/asterisk/certified/branches/13.1@430085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_caller_id.c