summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-02-05 11:50:27 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-02-05 11:50:28 -0600
commit1fca22453335fe791073ce0f4c3a4ba62c196b21 (patch)
tree1640a161d035da147c347e252666265eaaf8bf5c /configs
parentc9e1c203b5214f0e5670b7eed4952f8a3202bbd7 (diff)
parent953d1cc11a1b28f8a43f4d68d39f845e47db2d68 (diff)
Merge "pjsip/alembic: Add missing columns to system and registration" into 13
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/pjsip.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index a91ece97b..5d128cbf1 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -940,6 +940,15 @@
; 407 become subject to this retry interval.
;server_uri= ; SIP URI of the server to register against (default: "")
;transport= ; Transport used for outbound authentication (default: "")
+;line= ; When enabled this option will cause a 'line' parameter to be
+ ; added to the Contact header placed into the outgoing
+ ; registration request. If the remote server sends a call
+ ; this line parameter will be used to establish a relationship
+ ; to the outbound registration, ultimately causing the
+ ; configured endpoint to be used (default: "no")
+;endpoint= ; When line support is enabled this configured endpoint name
+ ; is used for incoming calls that are related to the outbound
+ ; registration (default: "")
;type= ; Must be of type registration (default: "")