X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Finterface.conf;fp=default%2Finterface.conf;h=ab62ca85d41518cd8c0e9aadf8cc12745ff8bf38;hp=17fabc10d1ea1dce499cfc99f9cf450aace7008a;hb=ef08f1213998f3bfd7bc3d95ab7c4917725fb3e2;hpb=dd298160ec62b7d50a2764d472c906f6b1f353ab diff --git a/default/interface.conf b/default/interface.conf index 17fabc1..ab62ca8 100644 --- a/default/interface.conf +++ b/default/interface.conf @@ -208,7 +208,7 @@ #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 @@ -216,8 +216,8 @@ #register sipgate.de 300 ##define RTP port range or use default #rtp-ports 30000 39999 -## use authentication credentials -#authenticate +## use authentication credentials, use realm to authenticate remote +#authenticate [] ## define keepalive timer to keep INVITE/REGISTER alive ## this is also required to keep the NAT router's table alive #options-interval 15 @@ -229,8 +229,26 @@ #stun stun.sipgate.net 300 ## screen caller ID to SIP caller ID #screen-out % -#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 +## 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.