]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add contact_user to endpoint 73/3573/3 certified/13.1
authorGeorge Joseph <gjoseph@digium.com>
Tue, 16 Aug 2016 20:36:10 +0000 (14:36 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 17 Aug 2016 16:42:44 +0000 (10:42 -0600)
commit8b7280da924164a2ad35dfa324f397e0c4adaedf
tree3d8e12ffe606601ff633d6eacba08bff93d2404f
parent7ce04c1641d67df68eac94c5bf5f8aff8fd44d43
res_pjsip:  Add contact_user to endpoint

contact_user, when specified on an endpoint, will override the user
portion of the Contact header on outgoing requests.  This may not work
on scheduled qualify requests where we haven't looked up the endpoint.

Change-Id: I7ce6b6c6678f66807885da1d42fb5fd6909ae55a
CHANGES
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/4e2493ef32e6_add_contact_user_to_endpoint.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c