summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-02-03 13:25:23 -0700
committerGeorge Joseph <george.joseph@fairview5.com>2016-02-04 14:23:35 -0600
commit953d1cc11a1b28f8a43f4d68d39f845e47db2d68 (patch)
tree3f5234aa60bde7dab201b94c2759c275a442c0c7 /configs
parentc5e7d5c10587ba19c8f0d56d6f5b291624e9a234 (diff)
pjsip/alembic: Add missing columns to system and registration
ps_systems needed disable_tcp_switch ps_registrations needed line and endpoint ASTERISK-25737 #close Change-Id: Iaf9c2d69e62243d9fa53104c28c5339c47d4ac19
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: "")