> Encouraging.............
>
> I picked up on the missing X, though not living in the London area, the
> number of Xs were right for me!
>
> Anyway, where exactly did you put the three extra lines in your .conf
> file?
>
> Could you post your entire sip.conf file? (personal stuff deleted, of
> course)
>
> when you say ammend 192.168.1.0 to suit, what did you mean? Is this your
> gateway address?
Nope, this is your local network address.
So for example, if all your PC's on your network were in the 10.12.25.X
range, you would use localnet=10.12.25.0/255.255.255.0
If you PC's were in the 10.12.X.X range you would use
localnet=10.12.0.0/255.255.0.0
If you are on and ADSL connection with a dynamic address, it is best to
register with a service like
www.no-ip.org
they will (for free) provide you with a DNS name (like whatever.no-ip.org)
then you use this in your externip= line.
You then need to install a cluent that will update this DNS address if your
IP address changes (otherwise you will need to change the externip= line
every time your IP address changes) (See
www.no-ip.org for sutable clients)
> I can't even get the Test login to work!
Okay, here is the entire sip.conf...
-----------------
; Note: If your SIP devices are behind a NAT and your Asterisk
; server isn't, try adding "nat=1" to each peer definition to
; solve translation problems.
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
externip=XXX.XXX.XXX.XXX ; Change this to your router's IP address, or your
DNS name
localnet=192.168.1.0/255.255.255.0
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown
canreinvite=no
#include sip_nat.conf
#include sip_custom.conf
#include sip_additional.conf
----------------