mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 21:09:47 +00:00
Add a "message_context" option for PJSIP endpoints.
........ Merged revisions 411157 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -562,6 +562,8 @@ struct ast_sip_endpoint {
|
||||
AST_STRING_FIELD(fromuser);
|
||||
/*! Domain to place in From header */
|
||||
AST_STRING_FIELD(fromdomain);
|
||||
/*! Context to route incoming MESSAGE requests to */
|
||||
AST_STRING_FIELD(message_context);
|
||||
);
|
||||
/*! Configuration for extensions */
|
||||
struct ast_sip_endpoint_extensions extensions;
|
||||
|
Reference in New Issue
Block a user