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
This commit is contained in:
Naveen Albert
2022-10-13 13:45:26 +00:00
committed by George Joseph
parent 1da489a434
commit d1bec3623e
8 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
Subject: res_pjsip_session
The overlap_context option now allows explicitly
specifying a context to use for overlap dialing matches.