Merge "res_pjsip: add "via_addr", "via_port", "call_id" to contact" into 13

This commit is contained in:
Joshua Colp
2016-05-31 07:41:43 -05:00
committed by Gerrit Code Review
8 changed files with 130 additions and 2 deletions

View File

@@ -104,6 +104,12 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<parameter name="RegExpire">
<para>Absolute time that this contact is no longer valid after</para>
</parameter>
<parameter name="ViaAddress">
<para>IP address:port of the last Via header in REGISTER request</para>
</parameter>
<parameter name="CallID">
<para>Content of the Call-ID header in REGISTER request</para>
</parameter>
</syntax>
</managerEventInstance>
</managerEvent>