Callcenter developers
If you are working on telephone solutions, please check
out the Ozeki VoIP SIP SDK.
It can be used to create: |
Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls
Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client
Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions
|
Ozeki NG SMS Gateway v3.14.20 for Linux
|
This guide gives you the steps to install Ozeki NG on Linux. It lists
the necessary prerequisites, provides access to the necessary components and
explains the way you can get the Ozeki NG mobile messaging software installed
as a daemon to operate in the background.
|
|
Step 1 - Download and install Mono Framework
It is recommended to use Mono Framework 2.0 or above. Most linux distributions
have the Mono Framework included. If your Linux distribution does not have
mono included, you can download and install it from the following webpage.
www.mono-project.org
For example to install the Mono Framework on Fedora 10, you should issue the
following command:
yum -y install mono-* libgdiplus-* ibm-* byte-*
yum install wget
|
Step 2 - Download and install the Ozeki NG software package
The Ozeki NG software package can be downloaded from the following URL:
http://ozekisms.com/attachments/524/OzekiNG_SMS_Gateway-3.14.20.gz (3.4 Mb)
You can use the following commands to download the package and to extract it's contents:
cd /var/lib
wget http://ozekisms.com/attachments/524/OzekiNG_SMS_Gateway-3.14.20.tgz
tar -xzvf OzekiNG_SMS_Gateway-3.14.20.tgz
ln -s OzekiNG_SMS_Gateway-3.14.20 /var/lib/ozeking
mv /var/lib/ozeking/config.default /var/lib/ozeking/config
|
Step 3 - Configure your firewall
Ozeki NG SMS Gateway has a built in webserver. By default this webserver runs
on port 9501. You should configure your firewall to accept connections on this
port.
iptables -I INPUT -p tcp --dport 9501 -j ACCEPT
|
Step 4 - Test Ozeki NG (Optional)
Optionally you can run OzekiNG from the command line to see if it functions
properly. To do this you should issue the following commands:
cd OzekiNG_SMS_Gateway-3.14.20
mono OzekiNG.exe /run
|
After these command have been issued, you can open the Ozeki NG configuration
webpage by typing the following URL in your browser (Replace the IP address
127.0.0.1 to the IP address of your Linux server.
Step 5 - Run in the background
To run Ozeki NG in the background, you should copy the ozeking init script
to your init.d directory. You can use this script to start and to stop the
service
cp /var/lib/ozeking/distributions/Fedora/init.d/ozeking /etc/init.d/
/etc/init.d/ozeking start
|
Dig deeper!
People who read this also read...
|