]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
pjsip: Remove "contact" type from pjsip.conf.sample
authorJoshua Colp <jcolp@digium.com>
Sun, 15 Feb 2015 19:00:57 +0000 (19:00 +0000)
committerJoshua Colp <jcolp@digium.com>
Sun, 15 Feb 2015 19:00:57 +0000 (19:00 +0000)
The "contact" object is not meant to be configured from the pjsip.conf
configuration file. It is meant to be created as a result of a registration
and stored elsewhere.

ASTERISK-24085 #close
Reported by: Rusty Newton

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@431860 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/samples/pjsip.conf.sample

index e1003f87fa7ef770e86eb03b5664947e541e8707..a214c0e6e3096d9f18d24b494d25c78b195ca83c 100644 (file)
                                 ; information. Value is in milliseconds; default
                                 ; is 100 ms.
 
-;==========================CONTACT SECTION OPTIONS=========================
-;[contact]
-;  SYNOPSIS: A way of creating an aliased name to a SIP URI
-;type=  ; Must be of type contact (default: "")
-;uri=   ; SIP URI to contact peer (default: "")
-;expiration_time=       ; Time to keep alive a contact (default: "")
-;qualify_frequency=0    ; Interval at which to qualify a contact (default: "0")
-;outbound_proxy=        ; Outbound proxy used when sending OPTIONS request
-                        ; (default: "")
-
-
 ;==========================AOR SECTION OPTIONS=========================
 ;[aor]
 ;  SYNOPSIS: The configuration for a location of an endpoint