]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Add overlap_context option.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 13 Oct 2022 13:45:26 +0000 (13:45 +0000)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 30 Jan 2023 14:45:31 +0000 (08:45 -0600)
commitd1bec3623ea2c71c500ec81597f3f901d9b3367c
tree3a4d18700a2c544c171693b21cee8c3552c791e0
parent1da489a434adfbed422ac7cfdde4ce9ff99897d9
res_pjsip_session: Add overlap_context option.

Adds the overlap_context option, which can be used
to explicitly specify a context to use for overlap
dialing extension matches, rather than forcibly
using the context configured for the endpoint.

ASTERISK-30262 #close

Change-Id: Ibbcd4a8b11402428a187fb56b8d4e7408774a0db
configs/samples/pjsip.conf.sample
contrib/ast-db-manage/config/versions/f261363a857f_add_overlap_context.py [new file with mode: 0644]
doc/CHANGES-staging/res_pjsip_session_overlap.txt [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip/pjsip_config.xml
res/res_pjsip/pjsip_configuration.c
res/res_pjsip/pjsip_manager.xml
res/res_pjsip_session.c