summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-02-05 11:50:35 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-02-05 11:50:35 -0600
commitfc0527eb4f82a94c348c2073feb6e6cf63d70940 (patch)
treef74c3dfd12189613d1c3e519cbcf8eb8c85f9709 /configs
parent0aea29345015e4b90c8d80682f1afacdab84c6eb (diff)
parent9b13ab6a632dc13c613ae3cacb2d398a733eaf6e (diff)
Merge "pjsip/alembic: Add missing columns to system and registration"
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 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: "")