Folks,
No help came from the users on this forum but this is what I founf and did.
You can go to this link and follow the instructions.
http://www.voip-info.org/wiki/view/Asterisk+cmd+swift
Go down to Alternate Download and download the latest 1.6.2 version.
http://jeremy.kister.net/code/app_swift-1.6.2.tar.gz
Try to compile and you will see that it does not compile.
Go to the line on the same page and download the patch and install the patch.
http://jeremy.kister.net/code/app_swift-1.6.2.patch
Or follow these step on your machine
wget
http://jeremy.kister.net/code/app_swift-1.6.2.patch
tar -zxvf app_swift-1.6.2.tar.gz
cd app_swift-1.6.2
patch app_swift.c < ../app_swift-1.6.2.patch
make
make install
echo /opt/swift/lib >> /etc/ld.so.conf
ldconfig
It now compiles and load the app_swift.so module.
Also check out this link
http://lists.digium.com/pipermail/asterisk-users/2010-January/243144.html
Thanks,
Regards,
Irfan Lateef