Category: Red-Fone

Pages: 1 2 >>

01/23/08

Permalink 05:57:02 pm, by novecento Email , 129 words   English (US)
Categories: News, Red-Fone

Red-Fone FoneBridge 2 - Build Fonulator

We got a new FoneBridge 2 and wanted to use with a Debian Etch 4 R2 installation.

The pre-built fonulator from redfone was not working, so we had to build it from source (thanks for your help Mark Warren = Redfone).

Here the steps to make the fonulator work with your Debian system:

First you need to install Debian Etch dependencies:

apt-get install libnet1-dev libpcap-dev libreadline5-dev libargtable2-dev

Downlod fonulator-sources-build-11.tar.gz:

wget http://www.intuitinnovations.com/asterisk/download/fonulator-sources-build-11.tar.gz

You can also download the file from the Red-Fone website.


Untar the file:

tar -xzvf fonulator-sources-build-11.tar.gz

Build LIBFB:

cd libfb

./configure
make
make install

Build Fonulator:

cd..

cd fonulator

./configure
make
make install

The fonulator tool will be located in /usr/local/bin directory.

Cheers
Daniel

02/08/07

Permalink 06:05:58 pm, by novecento Email , 72 words   English (US)
Categories: Red-Fone

About Redfone

Redfone Communications, LLC, is a VoIP hardware and software engineering firm dedicated to providing ingenious integration solutions to developers and installers in a growing industry.

foneBRIDGE-2 is a T1/E1 PRI-to-Ethernet bridge. It is an integrated black-box "appliance" designed to streamline installation and enable redundant design of phoneCUBE systems. With the foneBRIDGE-2 we can provide true Enterprise quality availability and reliability for the most demanding industries and applications.

Redfone

Website:www.red-fone.com

Permalink 06:05:10 pm, by novecento Email , 24 words   English (US)
Categories: Red-Fone

Redfone Fonebridge2 Datasheet

The FB2 comes in two versions:

2 PRI = 60 channels (concurrent calls)
4 PRI = 120 channels (concurrent calls)

Please download the FB2 manual via this link:

Download: Datasheet

Permalink 06:04:36 pm, by novecento Email , 51 words   English (US)
Categories: Red-Fone

Redfone - Contact

Redfone Communications, LLC.

9941 West Jessamine Street
Miami, FL 33157

Fax: (786) 544-1110
Sales: (786) 544-1196
Email: sales@red-fone.com

Technical Support (786) 544-1148
Email: support@red-fone.com

You can directly communicate with Mark Warren:
He will assist you in technical and sales related questions.
(he is very good and helpful...)

E-Mail: mwarren@red-fone.com
MSM: mjameswarren@hotmail.com

Permalink 06:03:54 pm, by novecento Email , 44 words   English (US)
Categories: Red-Fone

redfone.conf for 4 E1 lines

# 4x E1 PRIs config
[globals]
fb1=22:22:22:01:02:03
fb2=22:22:22:01:02:04
server1=00:E0:81:5D:25:14
server2=00:E0:81:5D:25:15
card=eth2,fb1

[span1]
span=1,0,0,ccs,hdb3
server1
fb1
pri

[span2]
span=2,0,0,ccs,hdb3
server1
fb1
pri

[span3]
span=3,0,0,ccs,hdb3
server1
fb1
pri

[span4]
span=4,0,0,ccs,hdb3
server1
fb1
pri

1 2 >>