release 0.2.4

This commit is contained in:
Thomas Ries
2002-11-23 17:42:42 +00:00
parent 2d25da2fda
commit 0de2129a42
17 changed files with 2564 additions and 57 deletions

89
doc/FAQ
View File

@@ -114,3 +114,92 @@ A: The mapping mechanism of SIP addresses works basically like:
unique for each softphone that registers a the proxy (So this is more or
less the mechanism that you mentioned in your mail).
---------------------------------------------------------------------------
yet unstructured:
Hi there
As the maintainer of siproxd I may provide some useful informations ;-)
First I have to admin that the documentation of siproxd is
a) far from complete
b) not very detailed yet
c) could be better ;-)
For your enviroment the config of the linphone SIP parameters
would look like:
Your sip address: sip:rbrewer@<your_ppp_IP_address>
Server address: sip:192.168.0.1
Address of record: sip:rbrewer@<your_ppp_IP_address>
The following check boxes enabled:
- use sip registrar
- Proxy server
- Outbound Proxy
<your_ppp_IP_address> is the IP address (or host name) that you
got on the PPP link.
For siproxd, the outbound address will be <your_ppp_IP_address>.
Currently, you have two possibilities to use dynamic IP addresses
with siproxd:
a) Edit the config file each time you IP changes
I agree, this is not desirable
b) use some dynamic DNS service and then use the host name.
I personally use DynDNS (-> http://www.dyndns.org)
I may add some better support for dynamic IP addresses within
siproxd.
(has anybody some C code snipplets at hand how to fetch the IP
address of a specific interface by knowing just its name?)
Regards,
/Thomas
> Message: 3
> To: linphone-users@nongnu.org
> Date: Tue, 12 Nov 2002 01:38:04 -0500 (EST)
> Reply-To: rbrewer@op.net
> From: rbrewer@op.net (Robert W. Brewer)
> Subject: [Linphone-users]use with outbound proxy siproxd
>
> I'm running the Linphone 0.9.1 Debian package. It's working correctly
> as much as I've tested so far, which is just talking to sipomatic.
>
> Now I'm trying to operate with siproxd as an outbound proxy, since
> my Linphone machine connects to the Internet via another Linux box
> configured as an IP masquerading firewall.
>
> I've read the documentation, and it isn't very clear about
> what the different addresses mean. In particular, I'm
> confused about what to fill in for the following fields
> in the SIP Parameters tab:
>
> Your sip address: sip:rbrewer@wiz
> Server address: sip:192.168.0.1
> Address of record sip:rbrewer@192.168.0.1
>
> Do those look correct? Do they even matter since I'm not
> really registering with a server? Note that wiz is not a valid
> external DNS name. Linphone does seem to be registering with
> my siproxd.
>
> 192.168.0.1 is the internal address of my firewall machine
> 209.92.x.y is the external (ppp) address of my firewall machine,
> which is dynamic
> 192.168.0.10 is the internal address of my Linphone machine
>
> Also, it appears that every time I start my ppp session
> I will have to edit the siproxd config file and tell it
> my new outbound ppp address. Is that true?
>
> Thanks for any hints.
>
> -Rob