SIP: Register, STUN and authentication support...
[lcr.git] / default / interface.conf
index f9b167f..17fabc1 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> [<options-interval>] to register to a SIP gateway
+#register <user> sipgate.de 300
+##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
+## this is also required to keep the NAT router's table alive
+#options-interval 15
+## define asserted ID (real caller ID) to use no screening CLIP
+##asserted-id <my real phone number>
+## define public IP (if behind NAT firewall)
+#public 123.45.67.89
+## OR 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.