Pages: << 1 2 3 4 5 6 7 8 9 10 11 ... 52 >>

07/31/10

Permalink 10:08:29 pm, by novecento Email , 41 words   English (US)
Categories: News

First of August - Swiss National Day

Today we celebrate the swiss national day here in Malaysia!
"Everyone" feels very patriotic and the flag at our house is up :-)

Looking forward to our friends and good BBQ food tonight.
More pictures soon.

Cheers and enjoy the weekend.
Daniel

07/21/10

Permalink 02:05:30 am, by novecento Email , 242 words   English (US)
Categories: Asterisk

Install openH323 on Debian 5.x / Asterisk 1.6

A client request us to create a H323 trunk between Asterisk and their existing "legacy" PBX.

It took as a while to figure things out and i thought i share (and spare you the painful try and error time) this.

I assume you have the build-essentials installed before you start this "exercise":.
I also recommend that you do this steps before you install dahdi, libpri asterisk etc...
Make sure you don't use any distro related H323 packages!

First you need to make sure you have flex installed:
apt-get install flex

Then you need to install "pwlib":

cd /usr/src
wget http://downloads.sourceforge.net/openh323/pwlib-v1_10_3-src-tar.gz
tar zxvf pwlib-v1_10_3-src-tar.gz
cd pwlib_v1_10_3/
./configure
make

Attention: Ignore all the warnings!!!

export PWLIBDIR=/usr/src/pwlib_v1_10_3
cp $PWLIBDIR/lib/libpt_linux_x86_r.so.1.10.3 /usr/lib
cd ..

After this you install openH323:

cd /usr/src
wget http://downloads.sourceforge.net/openh323/openh323-v1_18_0-src-tar.gz
tar zxvf openh323-v1_18_0-src-tar.gz
cd openh323_v1_18_0/
./configure --disable-ixj
make opt

Attention: Ignore all the warnings!!!

export OPENH323DIR=/usr/src/openh323_v1_18_0
cp $OPENH323DIR/lib/libh323_linux_x86_r.so.1.18.0 /usr/lib
cd .
.

After this you normally install Dahdi, libpri, asterisk etc etc.

When you ./configure asterisk you will see that Asterisk detects your H323:

If you do a make menuselect you will see that chan_h323 is marked for installation:

Enjoy your H323 with Asterisk!!!!

Cheers
Daniel

Cheers
Daniel

07/13/10

Permalink 06:23:41 pm, by novecento Email , 64 words   English (US)
Categories: Asterisk

Asterisk will not start if you don't have timer "device" (FoneBridge) configured / connected

Good Morning

Asterisk latest 1.4.x and 1.6.x will not start if
you configure TDMoE without having a FoneBridge connected.
You will get a "Zaptel / Dahdi configuration" error.

The older versions of Asterisk could start without timing device (even without ztdummy or dahdi_dummy)

Therefore make sure that you have your Redfone FoneBridge connected to your system
before you start Asterisk. :-)

With best regards
Daniel

Permalink 02:31:37 am, by novecento Email , 50 words   English (US)
Categories: NAGIOS

Trip to Singaore by Anthony and Alfred for a Nagios project on a boat

Hi there

We have a other exciting project @ Intuit. This time we monitor gauge's on boats
for things like:

- RPM
- Windspeed
- Torque
- Water current
- GPS
- etc etc.

Nagios rocks!!

Here some pictures of the on-site visit by Anthony and Alfred:


Climbing over other boats... to reach "our" boat.

Cheers
Daniel

07/12/10

Permalink 04:02:19 pm, by novecento Email , 58 words   English (US)
Categories: Asterisk

Top Glove - World's largest Latex Glove Manufacturer using Asterisk

Good Morning

Yesterday, Frank and myself delivered and installed the first Asterisk server in one of the over 20 factories of Top Glove.

We are very happy and thankful that Top Glove is starting to use Asterisk :-)

Right in front of the factory we had to "fight" our ways through "wild" malaysian cows... :-)

Cheers and enjoy the week!

Daniel

<< 1 2 3 4 5 6 7 8 9 10 11 ... 52 >>