Categories: Asterisk, Cool Tricks & Hacks, Hardware, Digium, Grandstream, Red-Fone, Installation, Privat, Sales & Marketing, Software, Office Integration, Softphones, Various, VoIP-Security, White Papers & Books

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

08/02/10

Permalink 09:41:25 pm, by novecento Email , 71 words   English (US)
Categories: Asterisk

Siemens A580 IP (DECT to IP phone)

We recently tested the Siemens A580 IP on a Asterisk server.
Works like a charm with excellent sound quality and reach!

The base station is easy to configure via browser.
Can recommend this device if you need reliable wireless phone connection in your office or factory. DECT to IP is still far better than Wi-Fi phones (at least in my experience :-)

The phone:

The nice and clean configuration website:

Cheers
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

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

07/07/10

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

We had a great Malaysian Open Source Conference

Thanks a lot to all the great organizers!!!
Outstanding job.

I enjoyed the speech :-)

Facebook Event-Link: Conference

Cheers
Daniel

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