]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: add new flag use_callerid_contact
authorTorrey Searle <torrey@voxbone.com>
Tue, 2 Oct 2018 12:31:43 +0000 (14:31 +0200)
committerTorrey Searle <tsearle@gmail.com>
Fri, 26 Oct 2018 07:42:27 +0000 (02:42 -0500)
commit3ba66b8a9d2c8af4f3154a4e12f5bf48106cabfe
treef9a0e078d206432f1c5537ad24076e00932b4b48
parent3f4f31fed6c8314d3484c91ad978497a4bbff37b
res_pjsip_session: add new flag use_callerid_contact

Add a new global flag to res_pjsip to allow the callerid to be used
as the username in the contact header.  This allows chan_pjsip to have
the same behavour as chan_sip

ASTERISK-28087 #close

Change-Id: I9a720e058323f6862a91c62f8a8c1a4b5c087b95
contrib/ast-db-manage/config/versions/2bb1a85135ad_pjsip_add_use_callerid_contact.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip/config_global.c
res/res_pjsip_session.c