mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Store SIP User-Agent information in contacts.
When an endpoint sends a REGISTER request to Asterisk, we now will associate the User-Agent header with all contacts that were bound in that REGISTER request. ........ Merged revisions 408270 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408272 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -897,6 +897,13 @@
|
||||
<configOption name="path">
|
||||
<synopsis>Stored Path vector for use in Route headers on outgoing requests.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="user_agent">
|
||||
<synopsis>User-Agent header from registration.</synopsis>
|
||||
<description><para>
|
||||
The User-Agent is automatically stored based on data present in incoming SIP
|
||||
REGISTER requests and is not intended to be configured manually.
|
||||
</para></description>
|
||||
</configOption>
|
||||
</configObject>
|
||||
<configObject name="aor">
|
||||
<synopsis>The configuration for a location of an endpoint</synopsis>
|
||||
|
Reference in New Issue
Block a user