Archive for November 2008

Fixing VoIP phones on Speedtouch 585

If you’ve tried using VoIP phones (hardware or software phones like X-Lite or Eyebeam) then you’ll know the pain of the phone intermittently not working. It was plagueing us here at work until we finally found the fix.

It turns out that the Speedtouch routers have some settings built in for handling SIP which is great until you try and use another SIP phone on your network. The fix is to disable whatever it is trying to do and it turns out, this is easy!

  1. Use telnet to connect to your router. If running Vista, you’ll need to install Telnet through Add/Remove Programs otherwise, you can use Putty.
  2. Type in the following commands

connection unbind application=SIP port=5060
saveall

  1. Change the configuration on your VoIP PBX so the phone is configured to be behind NAT

The phone should now just start working. This was tested with a Speedtouch 585. Polycom IP501 VoIP phone and the VoIP PBX is Asterisk provided by Voxhub.

  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Twitter
Read more : Comments(1) : Nov 17 2008

Red Alert 2 Multiplayer on Vista

red_alert2_bemutato_01.jpgRed Alert 2 is one of the best RTS games that has ever existed with some of the craziest most fun multiplayer I’ve seen. We used to play it a lot at LAN Parties until last year when everyone started moving to Windows Vista. It is one of the few games that uses IPX for network games and Windows Vista does not have IPX available.

We thought that this was it and Red Alert 2 was dead, however, Scorpio9a has released a patch. The patch makes Red Alert 2 use IP instead of IPX and I’ve tested it and it’s working under Vista! How to get it working?

  1. Download the patch: ts_ra2_lanpatch_1_00.zip
  2. Extract it to your Red Alert 2 directory
  3. Edit ra2.ini and change the ‘NetCard’ setting in the [Network] section to 0 (If you have more than 1 network card, you may need to try different values)
  4. Run Red Alert 2 and choose ‘Network’ and you should end up in the lobby!

Some common problems you might come across are:

  • Network button doesn’t do anything and just returns to the main menu
    You haven’t selected the right network card, just edit ra2.ini in the Red Alert 2 directory and change the NetCard setting in the [Network] section.
  • You can’t see any games or connect to someone else’s game
    Make sure you’ve allowed Red Alert 2 on any firewall like Windows Firewall or Zonealarm. Also make sure everyone is running this patch regardless of operating system, otherwise they might be hosting an IPX game which your IP broadcast can’t see!

If you find this post helpful or have more problems/solutions, then please post a comment and let me know and if Scorpio9a reads this – if you come to a UK LAN Party, let me know and I’ll buy you a drink!

  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Twitter
Read more : Comments(14) : Nov 03 2008