mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
res_pjsip: Add contact_user to endpoint
contact_user, when specified on an endpoint, will override the user portion of the Contact header on outgoing requests. Change-Id: Icd4ebfda2f2e44d3ac749d0b4066630e988407d4
This commit is contained in:
@@ -751,6 +751,8 @@ struct ast_sip_endpoint {
|
||||
struct ast_acl_list *contact_acl;
|
||||
/*! The number of seconds into call to disable fax detection. (0 = disabled) */
|
||||
unsigned int faxdetect_timeout;
|
||||
/*! Override the user on the outgoing Contact header with this value. */
|
||||
char *contact_user;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user