summaryrefslogtreecommitdiff
path: root/configs/samples
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:45 -0600
commit9b13ab6a632dc13c613ae3cacb2d398a733eaf6e (patch)
tree43e9838cf6ecf211bfa2711f4a4610b57b71b618 /configs/samples
parentc0a8ecc8c00ed675a038a34bfb27a3e5b093055d (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/samples')
-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 363ef8557..5c326f2c5 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -948,6 +948,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: "")