[asterisk-commits] Documentation: chan sip doesn't support WS or WSS in outboun... (asterisk[11])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 20 18:30:20 CDT 2015
Joshua Colp has submitted this change and it was merged.
Change subject: Documentation: chan_sip doesn't support WS or WSS in outbound register.
......................................................................
Documentation: chan_sip doesn't support WS or WSS in outbound register.
* 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
---
M configs/sip.conf.sample
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Verified
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index b2489dc..1ac849c 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -789,7 +789,7 @@
;
;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').
--
To view, visit https://gerrit.asterisk.org/938
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I278115b2679a7513d23790d44c6a5fb864042461
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 11
Gerrit-Owner: Rusty Newton <rnewton at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Rusty Newton <rnewton at digium.com>
More information about the asterisk-commits
mailing list