Altigen archives - Digital Wanderings

Digital Wanderings:

Altigen

Apr 2 2009   7:02PM GMT

ALTIGEN QOS for HP Switches



Posted by: Jason S. Erickson
Altigen, SwitchVox, HP, UDP, TCP, VoIP

I needed to do this for a customer and thought someone else may need it.

 

Here are the ports we need for the Alitgen VOICE.

Voip – RTP   -  UDP 49152-49998

IP/IPtalk – tcp 10032,10064 - UDP 10060 – UDP 30000-31000 – UDP 10064

 

I did a bit of research and it does not appear that you can enter ranges via the web interface.  So here is the script you need to have this program up the ports via the command line.

 

On a desktop/laptop on the network.

Start – Run – telnet (enter the IP of the switch) - enter.

You should see the a similar line as this:  ( the HP 5406 part can be anything)

HP 5406 Switch#

 

Copy all of the following to the clip board from conf to exit.

 

Conf

qos udp-port range 49152 49998 priority 7

qos udp-port range 30000 31000 priority 7

qos tcp-port 10032 priority 7

qos tcp-port 10064 priority 7

qos udp-port 10064 priority 7

qos udp-port 10060 priority 7

wr mem

exit

 

Right click on the top of the dos window and choose edit – paste.  It will run all of the commands and save the changes.

You should end up on the same command line as where you started.

Move on to the next switch.

 

Good luck!

Feb 27 2009   2:12PM GMT

3Com on a VPN



Posted by: Jason S. Erickson
3Com, SwitchVox, Altigen, VPN, Sonicwall, Trixbox, Astrisk

Due to necessity we have a remote user on a VPN tunnel to run her laptop and phone. While I hear many of you groan (I did at the time too) there are just no way out of doing it at times. Recently she called into the office, via Cell, to tell us that her phone was not working. I logged into her Sonicwall and discovered I can ping the phone and the phone system.  I then logged in to the phone system and it shows her as IP unknown with the correct IP listed.  It also shows all of the VPN tunnels as up. I then sent her the request via Email to do the following: 

——–

Can you pull the little black cord from the phone wait 1 min. and then plug it back in for me?

——–

OK did that now I have a dial tone.  I tried that yesterday but it did not work so glad this time it did.

Thanks for your help!

——–

No problem. Unfortunately you may have problems now and again as the phone is going through a VPN. Usually the best fix is as follows.

Open a Command window (Start – run –Type CMD – enter)

A black window should appear. In that black window type Ping 192.168.40.10.

You should get a response back with times.

If you get a “Timed Out” comment give the office a call or wait 10 min and try again.

If it pings back properly; please pull the power from the phone for one min then plug it back in.

——–

It seems these kinds of procedures are necessary for older proprietary VOIP systems. The newer SIP based solutions (Asterisk/Switchvox/Trixbox) seem to have an easier time of it as does the Altigen VOIP as it seems to have been designed with this in mind. In time as the bandwidth and quality on the internet improves I think many companies will not even have a phone system as it will all be “hosted” elsewhere and the phones will just connect via the net. Until that day if you have remote users take a hard look at Altigen and Astrisk to control all of just your remote users or deal with the randomness of the VPN tunnel.

Cheers!