diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index b2489dc2024478e4c35eeee1a12a904635f7d344..1ac849c03b06a6f175fb9d18659b3a209abfa640 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -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').