20th July 2009, 09:23 pm
If you’re using FreePBX or one of the distributions that use it such as Trixbox, Elastix, PBX-in-a-Flash and are having a problem with IVRs being slow to respond it it is worth checking that you do not have “Enable Direct Dial” enabled for the IVR.
This option allows a customer to dial an extension number rather than an IVR menu option but this means that FreePBX has to wait to see if an extension number is being dialled, which can introduce a delay.
If you don’t need callers to be able to dial extensions from an IVR then you can turn this option off.

20th July 2009, 09:53 am
You can now pay for Sysadminman hosted Asterisk systems with regular PayPal payments as well as PayPal subscriptions.
Click here for more details – http://sysadminman.net/uk-voip-vps.html
19th July 2009, 12:18 pm
If you’re looking for a reasonably priced SIP handset to use with your Asterisk system then the Linksys SPA-941 could be a good choice. I ordered one from ebuyer and delivery was within a few days.
Here is a picture of mine -

Linksys SPA-941
Continue reading ‘Using a Linksys SPA-941 handset with an Asterisk VPS’ »
7th July 2009, 08:12 am
I’ve been testing an application called SipPhone for the Iphone (http://www.vnet-corp.com/iphone.htm)
It works over WiFi only (obviously, as the mobile providers don’t want you using VOIP rather than paying for their minutes!) and it works pretty well. It was easy to get it registered as an extension on my Asterisk server and start making calls as you would with any other SIP or softphone.
The quality was very good although it will obviously depend on how good your Wifi connection is. I had some trouble getting it to stay registered with my Asterisk server although that will be to do with my setup. My Asterisk server is on a public IP address and my Iphone was on my home WiFi connection, which is behind a NAT router.
I probably could have got it to stay registered by playing around with port forwarding on the router but is wasn’t really worth it due to a bigger problem. Apple do not currently allow 3rd party apps to run in the background on the Iphone. That means as soon as you come out of the SipPhone application it’s no longer running, so you’re no longer connected anyway.
So while it’s great for firing up and making outgoing calls it’s probably not practical for incoming calls. This may change in the future if Apple allow applications to run in the background.
2nd July 2009, 01:19 pm
Installing Digium’s g.729 codec for Asterisk on an OpenVZ VPS requires an Asterisk friendly VPS provider. This is because the installation routine relies on there being an ‘eth0′ device on the server. This is not normally the case with OpenVZ where the network device is called venet0.
An ‘eth0′ device can be created on the VPS by running the following command (this is done on the OpenVZ server) -
(see here for more information – http://wiki.openvz.org/Asterisk_G729)
vzctl set $VEID --netif_add eth0 --save
Continue reading ‘Installing Digium g.729 codec for Asterisk on an OpenVZ VPS’ »
1st July 2009, 07:25 am
If you’ve installed Asterisk and FreePBX, or you’re using one of the preconfigured distributions such as Trixbox or Elastix, a good idea is to have the linux firewall, iptables, running on your system. Here’s an example of how you could set this up.
First thing to note is that it’s pretty easy to lock your self out of your server when playing around with iptables! It’s best to take a couple of simple precautions in case this happens.
These instructions should apply to CentOS/Redhat/Fedora.
Continue reading ‘iptables for Asterisk and FreePBX’ »
1st July 2009, 03:14 am
The Sysadminman Trixbox CE server template has been updated and is now running version 2.8. All new Trixbox servers will be built with version 2.8 unless otherwise requested.
Trixbox CE 2.8 uses Asterisk 1.6 (rather than Asterisk 1.4)