]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Documentation: chan_sip doesn't support WS or WSS in outbound register. 38/938/2
authorRusty Newton <rnewton@digium.com>
Mon, 20 Jul 2015 22:16:36 +0000 (17:16 -0500)
committerRusty Newton <rnewton@digium.com>
Mon, 20 Jul 2015 22:56:55 +0000 (17:56 -0500)
 * In sip.conf.sample fix sentence where we said that WS or WSS are supported
   transports for use in an outbound register definition. They are not
   supported in that case.

ASTERISK-24853 #close
Reported by: PSDK

Change-Id: I3d698bc6302b9d00a0a995b5c4ad9a42d69b48ca

configs/sip.conf.sample

index b2489dc2024478e4c35eeee1a12a904635f7d344..1ac849c03b06a6f175fb9d18659b3a209abfa640 100644 (file)
@@ -789,7 +789,7 @@ srvlookup=yes                   ; Enable DNS SRV lookups on outbound calls
 ;
 ;register => tls://username:xxxxxx@sip-tls-proxy.example.org
 ;
-;    The 'transport' part defaults to 'udp' but may also be 'tcp', 'tls', 'ws', or 'wss'.
+;    The 'transport' part defaults to 'udp' but may also be 'tcp' or 'tls'.
 ;    Using 'udp://' explicitly is also useful in case the username part
 ;    contains a '/' ('user/name').