summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2014-11-04 12:03:35 +0000
committerJoshua Colp <jcolp@digium.com>2015-04-29 09:48:06 -0300
commit89f6719f7abb775f4db4a772b358bb0c7075a52d (patch)
treefede1c7174107bb8aeddd19c2f05d4205306b9ca /CHANGES
parentdf23c8a86bf8b24d4a9d9c5d02665a1fd391c90f (diff)
res_pjsip_outbound_registration: Add virtual line support.
Virtual line support establishes a relationship between messages related to an outbound registration and a local endpoint. This is accomplished by attaching a parameter to the Contact of the outbound registration and looking for it on any received requests. If the parameter exists and can be matched to an outbound registration the configured endpoint is associated with the request. ASTERISK-24949 #close Reported by: Joshua Colp Change-Id: I7df909d2625479110a83fdd354c21ac539e8615d
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 99ded7c37..2261ddeb8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,12 @@ chan_pjsip
* The configuration setting 'progressinband' now defaults to 'no', which
matches the actual behavior of previous versions.
+ * New 'line' and 'endpoint' options added on outbound registrations. This allows some
+ identifying information to be added to the Contact of the outbound registration.
+ If this information is present on messages received from the remote server
+ the message will automatically be associated with the configured endpoint on the
+ outbound registration.
+
res_pjsip
------------------
* A new CLI command has been added: "pjsip show settings", which shows