]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: new endpoint's options to control Connected Line updates
authorAlexei Gradinari <alex2grad@gmail.com>
Fri, 12 Oct 2018 21:46:29 +0000 (17:46 -0400)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 30 Oct 2018 15:37:51 +0000 (10:37 -0500)
commitbfe38218001e2ce6a6d994628da04aadcefa776a
tree5e630ca2043b92af1b10980efc54e2af7c89ad0f
parent0b695d1e38a6d65823b2375e9bf9530ad0e9eaf8
pjsip: new endpoint's options to control Connected Line updates

This patch adds new options 'trust_connected_line' and 'send_connected_line'
to the endpoint.

The option 'trust_connected_line' is to control if connected line updates
are accepted from this endpoint.

The option 'send_connected_line' is to control if connected line updates
can be sent to this endpoint.

The default value is 'yes' for both options.

Change-Id: I16af967815efd904597ec2f033337e4333d097cd
CHANGES
channels/chan_pjsip.c
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/1ac563b350a8_add_pjsip_trust_send__connected_line.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_caller_id.c