  Ryanrbftp
@ntl.c
| [General] New VoIP server setup, need testers...
Guys,
I've just configured a new SIP server at my end. I was wondering whether anyone on here can test it for me from your location, letting me know if it works from your end.
number to call is: 200@mail.rbftp.org
If you wait for it to ring, the answerphone will kick in - you can leave a message if you wish - any feedback would be most appreciated. |
|
  Ryanrbftp
@ntl.c
| Many thanks for a users voicemail (you should know who you are, only recieved one!).
It's great to know its working, I'm running the asterisk box behind a Cisco PIX box with port forwarding on a private network.
In order to get this working, I had to add the following lines to the sip.conf:
nat=yes externip = 80.1.125.237 (your external IP) fromdomain = mail.rbftp.org (if you have DNS record on your IP) localnet = 192.168.0.27/255.255.255.0 (the private address of the asterisk box)
And also the server needs RTP Ports for voice, so you need to also edit rtp.conf and limit it to ports that you need (otherwise 10,000 will be open) I need a maximum of 10 concurrent calls, so I limit the ports to 10 open:
rtpstart=10000 rtpend=10010
Then you need to configure the router for the port forwarding. On Cisco IOS, it allows the "port range" command for the access-lists, but not for the static lists, so in theory, you would have to add every single port manually if you had 10,000 open, this is why I only opened and assigned 10 ports. You can open a port as follows:
static (inside,outside) udp interface 10001 192.168.0.27 10001 netmask 255.255.255.255
Do this for all 10 of the ports opened, 10,000 - 10,010, and then apply the access-list:
access-list inbound permit udp any any range 10000 10010
This will allow ports 10,000 - 10,010 open, and all in one command!
Hope this post helps anyone who is setting a similar system up. |
|
  voiplover Premium join:2004-05-28 Portsmouth, NH | reply to Ryanrbftp It would be much easier if you would become a member here. It's free and would allow other members to PM you with info and questions. |
|
 ryanrbftp Premium join:2005-10-08 UK 3 edits | Indeed, I've registered now... 
... however, I should be premium... i sent $10
UPDATE:
Ok, am now  |
|