SIP: Register, STUN and authentication support
[lcr.git] / default / interface.conf
index 1450ae3..8593c9f 100644 (file)
 #earlyb no
 #tones no
 
+# Use Sofia-SIP as SIP interface to register to a SIP gateway/proxy
+#[sip]
+## define source and destination IP to make a call
+#sip 192.168.0.55 sipgate.de
+## define <user> <host> to register to a SIP gateway
+#register <user> sipgate.de
+##define RTP port range or use default
+#rtp-ports 30000 39999
+## use authentication credentials
+#authenticate <user> <password>
+## define keepalive timer to keep INVITE/REGISTER alive
+#options-timer 15
+## define stun server and resolving interval
+#stun stun.sipgate.net 300
+## screen caller ID to SIP caller ID
+#screen-out % <callerID>
+#tones no
+#earlyb no
+
 
 # Hint: Enter "lcr interface" for quick help on interface options.