From 953d1cc11a1b28f8a43f4d68d39f845e47db2d68 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 3 Feb 2016 13:25:23 -0700 Subject: 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 --- configs/samples/pjsip.conf.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs') 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: "") -- cgit v1.2.3