mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 08:11:21 +00:00
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:
committed by
George Joseph
parent
1da489a434
commit
d1bec3623e
@@ -1065,6 +1065,8 @@ struct ast_sip_endpoint {
|
||||
AST_STRING_FIELD_EXTENDED(geoloc_incoming_call_profile);
|
||||
/*! The name of the geoloc profile to apply when Asterisk sends a call to this endpoint */
|
||||
AST_STRING_FIELD_EXTENDED(geoloc_outgoing_call_profile);
|
||||
/*! The context to use for overlap dialing, if different from the endpoint's context */
|
||||
AST_STRING_FIELD_EXTENDED(overlap_context);
|
||||
/*! 100rel mode to use with this endpoint */
|
||||
enum ast_sip_100rel_mode rel100;
|
||||
/*! Send Advice-of-Charge messages */
|
||||
|
||||
Reference in New Issue
Block a user