fixup sip
[lcr.git] / default / interface.conf
index 17fabc1..ab62ca8 100644 (file)
 #earlyb no
 #tones no
 
-# Use Sofia-SIP as SIP interface to register to a SIP gateway/proxy
+# Use Sofia-SIP as SIP client to register to a SIP gateway/proxy
 #[sip]
 ## define source and destination IP to make a call
 #sip 192.168.0.55 sipgate.de
 #register <user> sipgate.de 300
 ##define RTP port range or use default
 #rtp-ports 30000 39999
-## use authentication credentials
-#authenticate <user> <password>
+## use authentication credentials, use realm to authenticate remote
+#authenticate <user> <password> [<realm>]
 ## define keepalive timer to keep INVITE/REGISTER alive
 ## this is also required to keep the NAT router's table alive
 #options-interval 15
 #stun stun.sipgate.net 300
 ## screen caller ID to SIP caller ID
 #screen-out % <callerID>
-#tones no
-#earlyb no
+#tones yes
+#earlyb yes
+
+# Use Sofia-SIP as SIP gateway/proxy to allow SIP clients to register
+#[sip]
+## define source
+#sip 192.168.0.55
+##define RTP port range or use default
+#rtp-ports 30000 39999
+## use authentication credentials and realm to authenticate remote
+#authenticate <user> <password> <realm>
+## define keepalive timer to keep INVITE/REGISTER alive
+## this is also required to keep the NAT router's table alive
+#options-interval 15
+## define public IP (if behind NAT firewall)
+#public 123.45.67.89
+## OR define stun server and resolving interval
+#stun stun.sipgate.net 300
+#tones yes
+#earlyb yes
 
 
 # Hint: Enter "lcr interface" for quick help on interface options.