X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=default%2Finterface.conf;h=ab62ca85d41518cd8c0e9aadf8cc12745ff8bf38;hp=f9b167ff919cc534e04d6475601ab045504ccc16;hb=00675eb48be1313f6a10f342beec023a677edd30;hpb=8ed162789e913b5315c865f2747238571994bb9a diff --git a/default/interface.conf b/default/interface.conf index f9b167f..ab62ca8 100644 --- a/default/interface.conf +++ b/default/interface.conf @@ -208,6 +208,48 @@ #earlyb no #tones no +# 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 +## define [] to register to a SIP gateway +#register sipgate.de 300 +##define RTP port range or use default +#rtp-ports 30000 39999 +## 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 +## define asserted ID (real caller ID) to use no screening CLIP +##asserted-id +## 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 % +#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.