diff --git a/ChangeLog b/ChangeLog index a49a911..d4b036a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.5.7 +===== + 23-May-2004: - doc/: added configuration example for X-Lite + 0.5.6 ===== 20-May-2004: - Released 0.5.6 diff --git a/configure.in b/configure.in index ff43ccf..0029347 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ dnl Release Version dnl SPD_MAJOR_VERSION=0 SPD_MINOR_VERSION=5 -SPD_MICRO_VERSION=6 +SPD_MICRO_VERSION=7 SPD_VERSION=$SPD_MAJOR_VERSION.$SPD_MINOR_VERSION.$SPD_MICRO_VERSION diff --git a/doc/sample_cfg_x-lite.txt b/doc/sample_cfg_x-lite.txt new file mode 100644 index 0000000..90cc517 --- /dev/null +++ b/doc/sample_cfg_x-lite.txt @@ -0,0 +1,101 @@ +X-Lite - Private Build 1103a + + +Local registration at siproxd +============================= + +System Settings + Network + Autodetect IP: Yes + Listen on IP: - +** Use X-NAT to Choose SIP/RTP Ports: Never + Listen SIP Port: 5060 + Listenm RTP Port: 8000 + NAT Firewall IP: - +** Out Bound SIP Proxy: +** Force Firewall Type: Open IP + Primary STUN Server: - + Secondary STUN Server: - + Primary DNS Server: - + Secondary DNS Server: - + Provider DNS Server: - + +** SIP Proxy + Enabled: Yes + Display Name: Default + Username: + Authorization User: + Password: +1) Domain/Realm: + SIP Proxy: + Out Bound Porxy: + Use Out Bound Proxy: Always + Send Internal IP: Default + Register: Always + Voicemail SIP URL: - + Forward SIP URL: - + Use Voicemail: Forward to Voicemail + Direct Diap IP: No + Dial Prefix: - + Provider Website (if applicabla): - + Update Settings (if applicable): - + + X-Tunnels + Use X-Tunnels: Never + + X-Cipher + Use X-Cipher: Never + +Advanced System Settings: + SIP Settings + Reregister Proxy(s): 1800 +** Send UDP Keep-alive Messages to Proxy: No + Frequency to send UDP keep-alive Messages to proxy (ms): 10000 + Send Compact SIP Messages: No + Send Basic SDP Messages: No + Use SIP rport: Yes + Obey Reverse UDP Rules: Yes + Should Timeout SIP Messages After (ms): 9000 + Should Timeout Bye SIP Message After (ms): 4000 + Should Timeout Provisional SIP Relpies After (ms): 40000 + Should Wait to Resend Request After Provisional Reply (ms): 10000 + Should Resend SIP Messages After (ms): 1500 + + RTP Settings + RTP Keep-alive Settings + Send RTP Keep-alive Messages: Yes + Send RTP Keep-alive Messages Frequency (ms): 15000 + RTP Keep-alive Bogus Payload Type: 13 + Secure Magic Number: 128 + Obey Reverse UDP Mapping Rules: Yes +** Send RTCP Messages: No + + +1) must be a hostname that resolves to the public IP address + siproxd uses (outbound interface) + + + +Remote registration at 3rd party registrar +========================================== + +System Settings +** SIP Proxy + Enabled: Yes + Display Name: Default + Username: + Authorization User: + Password: + Domain/Realm: + SIP Proxy: + Out Bound Porxy: + Use Out Bound Proxy: Always + Send Internal IP: Default + Register: Always + Voicemail SIP URL: - + Forward SIP URL: - + Use Voicemail: Forward to Voicemail + Direct Diap IP: No + Dial Prefix: - + Provider Website (if applicabla): - + Update Settings (if applicable): - diff --git a/src/rtpproxy_relay.c b/src/rtpproxy_relay.c index 61644aa..ac3d08a 100644 --- a/src/rtpproxy_relay.c +++ b/src/rtpproxy_relay.c @@ -505,12 +505,12 @@ int rtp_relay_start_fwd (osip_call_id_t *callid, char *client_id, random start offset - for i=x to (p1-p0)+x; p=p0+mod(x,p1-p0) */ - /* find a local outbound port number to use and bind to it */ + /* find a local port number to use and bind to it */ sock=0; port=0; for (i=configuration.rtp_port_low; i<=configuration.rtp_port_high; i+=2) { for (j=0; j