* [gentoo-server] ASTERISK
@ 2006-09-28 8:44 Suranga Kasthuriarachchi
2006-09-28 8:56 ` Mark Rudholm
` (2 more replies)
0 siblings, 3 replies; 18+ messages in thread
From: Suranga Kasthuriarachchi @ 2006-09-28 8:44 UTC (permalink / raw
To: gentoo-server, gentoo-user
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
Dear all,
Please anyone have experience about asterisk setup. and I'm very new to
asterisk. so please help me to configure my asterisk server.
i need to know like what are the basic requirement for to setup asterisk..
Thanking you,
Suranga
[-- Attachment #2: Type: text/html, Size: 269 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 8:44 [gentoo-server] ASTERISK Suranga Kasthuriarachchi
@ 2006-09-28 8:56 ` Mark Rudholm
2006-09-28 8:59 ` Charles Leaver
2006-09-28 12:01 ` Sean Cook
2006-09-28 10:51 ` Patrice Bouvard
2006-09-28 11:57 ` Sean Cook
2 siblings, 2 replies; 18+ messages in thread
From: Mark Rudholm @ 2006-09-28 8:56 UTC (permalink / raw
To: gentoo-server
You should read the book "Asterisk The Future of Telephony".
It is available for free download. Search for "AsteriskTFOT.pdf"
Also, http://www.voip-info.org/ is a good resource for information.
The Asterisk ebuild is pretty good. It sets everything up for
you, you just have to edit your config files. It's not something
you can do in 10 minutes. I'd say the complexity level is about
on par with Apache.
-Mark
Suranga Kasthuriarachchi wrote:
> Dear all,
>
> Please anyone have experience about asterisk setup. and I'm very new to
> asterisk. so please help me to configure my asterisk server.
> i need to know like what are the basic requirement for to setup asterisk..
>
> Thanking you,
>
> Suranga
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 8:56 ` Mark Rudholm
@ 2006-09-28 8:59 ` Charles Leaver
2006-09-28 12:47 ` Suranga Kasthuriarachchi
2006-09-28 12:01 ` Sean Cook
1 sibling, 1 reply; 18+ messages in thread
From: Charles Leaver @ 2006-09-28 8:59 UTC (permalink / raw
To: gentoo-server
Mark Rudholm wrote:
> The Asterisk ebuild is pretty good. It sets everything up for
> you, you just have to edit your config files. It's not something
> you can do in 10 minutes. I'd say the complexity level is about
> on par with Apache.
You also might need telephony hardware depending on what you are wanting
to do with the system. Digium - among others - will sell you this hardware.
--
# charles leaver | obsidian switch (pty) ltd. | +27-82-786-4819
# vcard & public key at: http://www.pwnz0r.org/email
# this is not a signature. it is a duck. quack.
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 8:44 [gentoo-server] ASTERISK Suranga Kasthuriarachchi
2006-09-28 8:56 ` Mark Rudholm
@ 2006-09-28 10:51 ` Patrice Bouvard
2006-09-28 11:57 ` Sean Cook
2 siblings, 0 replies; 18+ messages in thread
From: Patrice Bouvard @ 2006-09-28 10:51 UTC (permalink / raw
To: gentoo-server
Le Thu, 28 Sep 2006 14:44:27 +0600,
"Suranga Kasthuriarachchi" <kasthuriarachchi@gmail.com> a écrit :
> Dear all,
>
> Please anyone have experience about asterisk setup. and I'm very new to
> asterisk. so please help me to configure my asterisk server.
> i need to know like what are the basic requirement for to setup asterisk..
>
> Thanking you,
>
> Suranga
You could join the #gentoo-voip channel on Freenode. They've got an
overlay and maybe some links to good tutorials or a project webpage.
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 8:44 [gentoo-server] ASTERISK Suranga Kasthuriarachchi
2006-09-28 8:56 ` Mark Rudholm
2006-09-28 10:51 ` Patrice Bouvard
@ 2006-09-28 11:57 ` Sean Cook
2 siblings, 0 replies; 18+ messages in thread
From: Sean Cook @ 2006-09-28 11:57 UTC (permalink / raw
To: gentoo-server
Asterisk works great on just about all linux distros... To install asterisk
please refer to the download instructions listed on asterisk.org. They are
very simple and provide you with what dependencies you need.
Sean
On 28-Sep-2006, Suranga Kasthuriarachchi wrote:
> Dear all,
>
> Please anyone have experience about asterisk setup. and I'm very new to
> asterisk. so please help me to configure my asterisk server.
> i need to know like what are the basic requirement for to setup asterisk..
>
> Thanking you,
>
> Suranga
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 8:56 ` Mark Rudholm
2006-09-28 8:59 ` Charles Leaver
@ 2006-09-28 12:01 ` Sean Cook
2006-09-28 12:10 ` Sean Cook
` (2 more replies)
1 sibling, 3 replies; 18+ messages in thread
From: Sean Cook @ 2006-09-28 12:01 UTC (permalink / raw
To: gentoo-server
Unfortunately, I would completely disagree with Mark on this... ATFOT is a
great book, however it is a bit dated. And as for asterisk ebuilds...
forget it... they are still running out of 1.0 when 1.2 has been out for
almost a year and 1.4 is on it's way into beta.
Download the source... compile and install it...
You need the following packages:
ncurses
openssl
zlib
bison
Then download all the necessary 1.2 packages and...
# cd zaptel-1.2
# make clean; make install
# cd ../libpri-1.2
# make clean; make install
# cd ../asterisk-1.2
# make clean; make install
Sean
On 28-Sep-2006, Mark Rudholm wrote:
> You should read the book "Asterisk The Future of Telephony".
> It is available for free download. Search for "AsteriskTFOT.pdf"
> Also, http://www.voip-info.org/ is a good resource for information.
>
> The Asterisk ebuild is pretty good. It sets everything up for
> you, you just have to edit your config files. It's not something
> you can do in 10 minutes. I'd say the complexity level is about
> on par with Apache.
>
> -Mark
>
> Suranga Kasthuriarachchi wrote:
> > Dear all,
> >
> > Please anyone have experience about asterisk setup. and I'm very new to
> > asterisk. so please help me to configure my asterisk server.
> > i need to know like what are the basic requirement for to setup asterisk..
> >
> > Thanking you,
> >
> > Suranga
> >
>
> --
> gentoo-server@gentoo.org mailing list
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 12:01 ` Sean Cook
@ 2006-09-28 12:10 ` Sean Cook
2006-09-28 12:30 ` Darko Luketic
2006-09-28 17:21 ` Mark Rudholm
2 siblings, 0 replies; 18+ messages in thread
From: Sean Cook @ 2006-09-28 12:10 UTC (permalink / raw
To: gentoo-server
I am sorry, I ment to give a good reference after i said that ATFOT wasn't
very helpful. Probably the best site for information on Asterisk is
http://www.voip-info.org, however it is HUGE... you may find it a bit more
helpfull to start with http://www.asteriskguru.com. (there tutorial on
slackware is very complete and can be modified for gentoo) When in doubt most
things can be found by a really good google search...
ie: asterisk dialplan howto
On 28-Sep-2006, Sean Cook wrote:
> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
> great book, however it is a bit dated. And as for asterisk ebuilds...
> forget it... they are still running out of 1.0 when 1.2 has been out for
> almost a year and 1.4 is on it's way into beta.
>
> Download the source... compile and install it...
>
> You need the following packages:
>
> ncurses
> openssl
> zlib
> bison
>
> Then download all the necessary 1.2 packages and...
>
> # cd zaptel-1.2
> # make clean; make install
> # cd ../libpri-1.2
> # make clean; make install
> # cd ../asterisk-1.2
> # make clean; make install
>
>
>
> Sean
>
>
> On 28-Sep-2006, Mark Rudholm wrote:
> > You should read the book "Asterisk The Future of Telephony".
> > It is available for free download. Search for "AsteriskTFOT.pdf"
> > Also, http://www.voip-info.org/ is a good resource for information.
> >
> > The Asterisk ebuild is pretty good. It sets everything up for
> > you, you just have to edit your config files. It's not something
> > you can do in 10 minutes. I'd say the complexity level is about
> > on par with Apache.
> >
> > -Mark
> >
> > Suranga Kasthuriarachchi wrote:
> > > Dear all,
> > >
> > > Please anyone have experience about asterisk setup. and I'm very new to
> > > asterisk. so please help me to configure my asterisk server.
> > > i need to know like what are the basic requirement for to setup asterisk..
> > >
> > > Thanking you,
> > >
> > > Suranga
> > >
> >
> > --
> > gentoo-server@gentoo.org mailing list
> >
> --
> gentoo-server@gentoo.org mailing list
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 12:01 ` Sean Cook
2006-09-28 12:10 ` Sean Cook
@ 2006-09-28 12:30 ` Darko Luketic
2006-09-28 13:10 ` Sean Cook
2006-09-28 17:21 ` Mark Rudholm
2 siblings, 1 reply; 18+ messages in thread
From: Darko Luketic @ 2006-09-28 12:30 UTC (permalink / raw
To: gentoo-server
I may be wrong, but
net-misc/asterisk-1.2.11
looks like 1.2 to me :)
On Thu, 28 Sep 2006 08:01:08 -0400
Sean Cook <scook@kinex.net> wrote:
> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
> great book, however it is a bit dated. And as for asterisk ebuilds...
> forget it... they are still running out of 1.0 when 1.2 has been out for
> almost a year and 1.4 is on it's way into beta.
>
> Download the source... compile and install it...
>
> You need the following packages:
>
> ncurses
> openssl
> zlib
> bison
>
> Then download all the necessary 1.2 packages and...
>
> # cd zaptel-1.2
> # make clean; make install
> # cd ../libpri-1.2
> # make clean; make install
> # cd ../asterisk-1.2
> # make clean; make install
>
>
>
> Sean
>
>
> On 28-Sep-2006, Mark Rudholm wrote:
> > You should read the book "Asterisk The Future of Telephony".
> > It is available for free download. Search for "AsteriskTFOT.pdf"
> > Also, http://www.voip-info.org/ is a good resource for information.
> >
> > The Asterisk ebuild is pretty good. It sets everything up for
> > you, you just have to edit your config files. It's not something
> > you can do in 10 minutes. I'd say the complexity level is about
> > on par with Apache.
> >
> > -Mark
> >
> > Suranga Kasthuriarachchi wrote:
> > > Dear all,
> > >
> > > Please anyone have experience about asterisk setup. and I'm very new to
> > > asterisk. so please help me to configure my asterisk server.
> > > i need to know like what are the basic requirement for to setup asterisk..
> > >
> > > Thanking you,
> > >
> > > Suranga
> > >
> >
> > --
> > gentoo-server@gentoo.org mailing list
> >
> --
> gentoo-server@gentoo.org mailing list
>
--
Darko Luketic
webmaster@power-forums.com
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 8:59 ` Charles Leaver
@ 2006-09-28 12:47 ` Suranga Kasthuriarachchi
2006-09-28 12:50 ` Charles Leaver
0 siblings, 1 reply; 18+ messages in thread
From: Suranga Kasthuriarachchi @ 2006-09-28 12:47 UTC (permalink / raw
To: gentoo-server
[-- Attachment #1: Type: text/plain, Size: 925 bytes --]
Dear Charles,
I'm going to setup my office intercom system to asterisk, i want to give 20
nos of extension for each and we have 02 nos direct PSTN lines, so what are
the hardware i should need for this purpose,
Thanks,
On 9/28/06, Charles Leaver <charles@obsidianonline.net> wrote:
>
> Mark Rudholm wrote:
> > The Asterisk ebuild is pretty good. It sets everything up for
> > you, you just have to edit your config files. It's not something
> > you can do in 10 minutes. I'd say the complexity level is about
> > on par with Apache.
>
> You also might need telephony hardware depending on what you are wanting
> to do with the system. Digium - among others - will sell you this
> hardware.
> --
> # charles leaver | obsidian switch (pty) ltd. | +27-82-786-4819
> # vcard & public key at: http://www.pwnz0r.org/email
> # this is not a signature. it is a duck. quack.
>
> --
> gentoo-server@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1377 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 12:47 ` Suranga Kasthuriarachchi
@ 2006-09-28 12:50 ` Charles Leaver
2006-09-28 13:09 ` Tóth Csaba
0 siblings, 1 reply; 18+ messages in thread
From: Charles Leaver @ 2006-09-28 12:50 UTC (permalink / raw
To: gentoo-server
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Suranga Kasthuriarachchi wrote:
> I'm going to setup my office intercom system to asterisk, i want to give
> 20 nos of extension for each and we have 02 nos direct PSTN lines, so
> what are the hardware i should need for this purpose,
It depends what kind of PSTN lines they are. Some kind of analogue card
if they are analogue lines
(http://www.digium.com/en/products/hardware/tdm400p.php) or a digital
card if they are ISDN
(http://www.digium.com/en/products/hardware/b410p.php). Just remember
that the links I have pasted are both quad (4) port cards.
- --
# charles leaver | obsidian switch (pty) ltd. | +27-82-786-4819
# vcard & public key at: http://www.pwnz0r.org/email
# this is not a signature. it is a duck. quack.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFG8Uox6fOAwB5hisRAtOmAJ96YXY1DZ/jpDKYwPsglTLS+X+KlACeKhId
UOaU31NmJPRRoPRsl38naMM=
=EpAu
-----END PGP SIGNATURE-----
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 12:50 ` Charles Leaver
@ 2006-09-28 13:09 ` Tóth Csaba
2006-09-28 13:14 ` Sean Cook
0 siblings, 1 reply; 18+ messages in thread
From: Tóth Csaba @ 2006-09-28 13:09 UTC (permalink / raw
To: gentoo-server
[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]
Hi!
Now i am thinking on maybe i should use a VOIP server at our company.
But the big problem is we use mobil phones (not hand typed, it is desk
typed mobile phones, looks exactly like a normal analogue or ISDN
phone), so to change them to VOIP based phones we need mobile adapters
into the VOIP server. I tryed to look on the Internet some month ago,
but i didnt find any mobile adapter.
Can u help me what can i use?
thank you,
tsabi
Charles Leaver írta:
> Suranga Kasthuriarachchi wrote:
>>> I'm going to setup my office intercom system to asterisk, i want to give
>>> 20 nos of extension for each and we have 02 nos direct PSTN lines, so
>>> what are the hardware i should need for this purpose,
>
> It depends what kind of PSTN lines they are. Some kind of analogue card
> if they are analogue lines
> (http://www.digium.com/en/products/hardware/tdm400p.php) or a digital
> card if they are ISDN
> (http://www.digium.com/en/products/hardware/b410p.php). Just remember
> that the links I have pasted are both quad (4) port cards.
> --
> # charles leaver | obsidian switch (pty) ltd. | +27-82-786-4819
> # vcard & public key at: http://www.pwnz0r.org/email
> # this is not a signature. it is a duck. quack.
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 12:30 ` Darko Luketic
@ 2006-09-28 13:10 ` Sean Cook
2006-09-28 17:37 ` Mark Rudholm
0 siblings, 1 reply; 18+ messages in thread
From: Sean Cook @ 2006-09-28 13:10 UTC (permalink / raw
To: gentoo-server
Correct... however it is masked by keyword and contains a significant bugs
that were introduce in 1.2.10..
the default installation of asterisk is 1.0.11.
Sean
On 28-Sep-2006, Darko Luketic wrote:
> I may be wrong, but
> net-misc/asterisk-1.2.11
> looks like 1.2 to me :)
>
> On Thu, 28 Sep 2006 08:01:08 -0400
> Sean Cook <scook@kinex.net> wrote:
>
> > Unfortunately, I would completely disagree with Mark on this... ATFOT is a
> > great book, however it is a bit dated. And as for asterisk ebuilds...
> > forget it... they are still running out of 1.0 when 1.2 has been out for
> > almost a year and 1.4 is on it's way into beta.
> >
> > Download the source... compile and install it...
> >
> > You need the following packages:
> >
> > ncurses
> > openssl
> > zlib
> > bison
> >
> > Then download all the necessary 1.2 packages and...
> >
> > # cd zaptel-1.2
> > # make clean; make install
> > # cd ../libpri-1.2
> > # make clean; make install
> > # cd ../asterisk-1.2
> > # make clean; make install
> >
> >
> >
> > Sean
> >
> >
> > On 28-Sep-2006, Mark Rudholm wrote:
> > > You should read the book "Asterisk The Future of Telephony".
> > > It is available for free download. Search for "AsteriskTFOT.pdf"
> > > Also, http://www.voip-info.org/ is a good resource for information.
> > >
> > > The Asterisk ebuild is pretty good. It sets everything up for
> > > you, you just have to edit your config files. It's not something
> > > you can do in 10 minutes. I'd say the complexity level is about
> > > on par with Apache.
> > >
> > > -Mark
> > >
> > > Suranga Kasthuriarachchi wrote:
> > > > Dear all,
> > > >
> > > > Please anyone have experience about asterisk setup. and I'm very new to
> > > > asterisk. so please help me to configure my asterisk server.
> > > > i need to know like what are the basic requirement for to setup asterisk..
> > > >
> > > > Thanking you,
> > > >
> > > > Suranga
> > > >
> > >
> > > --
> > > gentoo-server@gentoo.org mailing list
> > >
> > --
> > gentoo-server@gentoo.org mailing list
> >
>
>
> --
> Darko Luketic
> webmaster@power-forums.com
> --
> gentoo-server@gentoo.org mailing list
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 13:09 ` Tóth Csaba
@ 2006-09-28 13:14 ` Sean Cook
0 siblings, 0 replies; 18+ messages in thread
From: Sean Cook @ 2006-09-28 13:14 UTC (permalink / raw
To: gentoo-server
There are several "cordless" phones that are native SIP, however they are
quite pricey.
Here are some of the ones currently on the market:
http://www.voipsupply.com/index.php?cPath=95_115
Sean
On 28-Sep-2006, T?th Csaba wrote:
> Hi!
>
> Now i am thinking on maybe i should use a VOIP server at our company.
> But the big problem is we use mobil phones (not hand typed, it is desk
> typed mobile phones, looks exactly like a normal analogue or ISDN
> phone), so to change them to VOIP based phones we need mobile adapters
> into the VOIP server. I tryed to look on the Internet some month ago,
> but i didnt find any mobile adapter.
> Can u help me what can i use?
>
> thank you,
> tsabi
>
>
> Charles Leaver ?rta:
> > Suranga Kasthuriarachchi wrote:
> >>> I'm going to setup my office intercom system to asterisk, i want to give
> >>> 20 nos of extension for each and we have 02 nos direct PSTN lines, so
> >>> what are the hardware i should need for this purpose,
> >
> > It depends what kind of PSTN lines they are. Some kind of analogue card
> > if they are analogue lines
> > (http://www.digium.com/en/products/hardware/tdm400p.php) or a digital
> > card if they are ISDN
> > (http://www.digium.com/en/products/hardware/b410p.php). Just remember
> > that the links I have pasted are both quad (4) port cards.
> > --
> > # charles leaver | obsidian switch (pty) ltd. | +27-82-786-4819
> > # vcard & public key at: http://www.pwnz0r.org/email
> > # this is not a signature. it is a duck. quack.
> >
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 12:01 ` Sean Cook
2006-09-28 12:10 ` Sean Cook
2006-09-28 12:30 ` Darko Luketic
@ 2006-09-28 17:21 ` Mark Rudholm
2 siblings, 0 replies; 18+ messages in thread
From: Mark Rudholm @ 2006-09-28 17:21 UTC (permalink / raw
To: gentoo-server
Actually we're not in much disagreement, I know the book is out of date,
and in fact, it's not really that good (the tutorial is weirdly non-linear
and I was aghast at some of the errors in the chapter on traditional
telephony) but it does have an informative tutorial that is still probably
of value to novices.
And yeah, I guess I forgot to mention that if you're going to use the
ebuild, you should use the masked version (which is basically current).
Sean Cook wrote:
> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
> great book, however it is a bit dated. And as for asterisk ebuilds...
> forget it... they are still running out of 1.0 when 1.2 has been out for
> almost a year and 1.4 is on it's way into beta.
>
> Download the source... compile and install it...
>
> You need the following packages:
>
> ncurses
> openssl
> zlib
> bison
>
> Then download all the necessary 1.2 packages and...
>
> # cd zaptel-1.2
> # make clean; make install
> # cd ../libpri-1.2
> # make clean; make install
> # cd ../asterisk-1.2
> # make clean; make install
>
>
>
> Sean
>
>
> On 28-Sep-2006, Mark Rudholm wrote:
>> You should read the book "Asterisk The Future of Telephony".
>> It is available for free download. Search for "AsteriskTFOT.pdf"
>> Also, http://www.voip-info.org/ is a good resource for information.
>>
>> The Asterisk ebuild is pretty good. It sets everything up for
>> you, you just have to edit your config files. It's not something
>> you can do in 10 minutes. I'd say the complexity level is about
>> on par with Apache.
>>
>> -Mark
>>
>> Suranga Kasthuriarachchi wrote:
>>> Dear all,
>>>
>>> Please anyone have experience about asterisk setup. and I'm very new to
>>> asterisk. so please help me to configure my asterisk server.
>>> i need to know like what are the basic requirement for to setup asterisk..
>>>
>>> Thanking you,
>>>
>>> Suranga
>>>
>> --
>> gentoo-server@gentoo.org mailing list
>>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 13:10 ` Sean Cook
@ 2006-09-28 17:37 ` Mark Rudholm
2006-09-28 17:56 ` Sean Cook
2006-09-28 17:59 ` Sean Cook
0 siblings, 2 replies; 18+ messages in thread
From: Mark Rudholm @ 2006-09-28 17:37 UTC (permalink / raw
To: gentoo-server
Ugh. You're right. Yet another important piece of software I have
to manage without the convenience of Portage. :(
My TDM400, despite being very new, was affected by the bug that older
ones had in which they'd change their PCI ID sometimes after a power
cycle. I also had to modify the zaptel driver to support pulse dialing
(I have a collection of vintage phones). So I guess it's not really
that big of a deal.
One of these days I need to explore the possibility of getting
zaptel to decode coin tones (1700+2200Hz) so I can cancel my
(expensive) coin line and move my Western Electric 2C2 to
Asterisk. Coin relay control isn't a problem, so the only
remaining hurdle is the coin detection.
-Mark
Sean Cook wrote:
> Correct... however it is masked by keyword and contains a significant bugs
> that were introduce in 1.2.10..
>
> the default installation of asterisk is 1.0.11.
>
> Sean
>
> On 28-Sep-2006, Darko Luketic wrote:
>> I may be wrong, but
>> net-misc/asterisk-1.2.11
>> looks like 1.2 to me :)
>>
>> On Thu, 28 Sep 2006 08:01:08 -0400
>> Sean Cook <scook@kinex.net> wrote:
>>
>>> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
>>> great book, however it is a bit dated. And as for asterisk ebuilds...
>>> forget it... they are still running out of 1.0 when 1.2 has been out for
>>> almost a year and 1.4 is on it's way into beta.
>>>
>>> Download the source... compile and install it...
>>>
>>> You need the following packages:
>>>
>>> ncurses
>>> openssl
>>> zlib
>>> bison
>>>
>>> Then download all the necessary 1.2 packages and...
>>>
>>> # cd zaptel-1.2
>>> # make clean; make install
>>> # cd ../libpri-1.2
>>> # make clean; make install
>>> # cd ../asterisk-1.2
>>> # make clean; make install
>>>
>>>
>>>
>>> Sean
>>>
>>>
>>> On 28-Sep-2006, Mark Rudholm wrote:
>>>> You should read the book "Asterisk The Future of Telephony".
>>>> It is available for free download. Search for "AsteriskTFOT.pdf"
>>>> Also, http://www.voip-info.org/ is a good resource for information.
>>>>
>>>> The Asterisk ebuild is pretty good. It sets everything up for
>>>> you, you just have to edit your config files. It's not something
>>>> you can do in 10 minutes. I'd say the complexity level is about
>>>> on par with Apache.
>>>>
>>>> -Mark
>>>>
>>>> Suranga Kasthuriarachchi wrote:
>>>>> Dear all,
>>>>>
>>>>> Please anyone have experience about asterisk setup. and I'm very new to
>>>>> asterisk. so please help me to configure my asterisk server.
>>>>> i need to know like what are the basic requirement for to setup asterisk..
>>>>>
>>>>> Thanking you,
>>>>>
>>>>> Suranga
>>>>>
>>>> --
>>>> gentoo-server@gentoo.org mailing list
>>>>
>>> --
>>> gentoo-server@gentoo.org mailing list
>>>
>>
>> --
>> Darko Luketic
>> webmaster@power-forums.com
>> --
>> gentoo-server@gentoo.org mailing list
>>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 17:37 ` Mark Rudholm
@ 2006-09-28 17:56 ` Sean Cook
2006-09-28 17:59 ` Sean Cook
1 sibling, 0 replies; 18+ messages in thread
From: Sean Cook @ 2006-09-28 17:56 UTC (permalink / raw
To: gentoo-server
To be quite honest, I have abandoned the Digium hardware across the board
for analog. I have gone to the Sangoma A200. I can buy a card without echo
cancellation and if the quality is sub par on the line (as they generally
are), and add a module to the A200 and have hardware echo cancellation.
Sure it is a pain to recompile wanpipe every time zaptel comes out with a
new release, but the granular configuration is worth it...
Sean
On 28-Sep-2006, Mark Rudholm wrote:
> Ugh. You're right. Yet another important piece of software I have
> to manage without the convenience of Portage. :(
>
> My TDM400, despite being very new, was affected by the bug that older
> ones had in which they'd change their PCI ID sometimes after a power
> cycle. I also had to modify the zaptel driver to support pulse dialing
> (I have a collection of vintage phones). So I guess it's not really
> that big of a deal.
>
> One of these days I need to explore the possibility of getting
> zaptel to decode coin tones (1700+2200Hz) so I can cancel my
> (expensive) coin line and move my Western Electric 2C2 to
> Asterisk. Coin relay control isn't a problem, so the only
> remaining hurdle is the coin detection.
>
> -Mark
>
> Sean Cook wrote:
> > Correct... however it is masked by keyword and contains a significant bugs
> > that were introduce in 1.2.10..
> >
> > the default installation of asterisk is 1.0.11.
> >
> > Sean
> >
> > On 28-Sep-2006, Darko Luketic wrote:
> >> I may be wrong, but
> >> net-misc/asterisk-1.2.11
> >> looks like 1.2 to me :)
> >>
> >> On Thu, 28 Sep 2006 08:01:08 -0400
> >> Sean Cook <scook@kinex.net> wrote:
> >>
> >>> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
> >>> great book, however it is a bit dated. And as for asterisk ebuilds...
> >>> forget it... they are still running out of 1.0 when 1.2 has been out for
> >>> almost a year and 1.4 is on it's way into beta.
> >>>
> >>> Download the source... compile and install it...
> >>>
> >>> You need the following packages:
> >>>
> >>> ncurses
> >>> openssl
> >>> zlib
> >>> bison
> >>>
> >>> Then download all the necessary 1.2 packages and...
> >>>
> >>> # cd zaptel-1.2
> >>> # make clean; make install
> >>> # cd ../libpri-1.2
> >>> # make clean; make install
> >>> # cd ../asterisk-1.2
> >>> # make clean; make install
> >>>
> >>>
> >>>
> >>> Sean
> >>>
> >>>
> >>> On 28-Sep-2006, Mark Rudholm wrote:
> >>>> You should read the book "Asterisk The Future of Telephony".
> >>>> It is available for free download. Search for "AsteriskTFOT.pdf"
> >>>> Also, http://www.voip-info.org/ is a good resource for information.
> >>>>
> >>>> The Asterisk ebuild is pretty good. It sets everything up for
> >>>> you, you just have to edit your config files. It's not something
> >>>> you can do in 10 minutes. I'd say the complexity level is about
> >>>> on par with Apache.
> >>>>
> >>>> -Mark
> >>>>
> >>>> Suranga Kasthuriarachchi wrote:
> >>>>> Dear all,
> >>>>>
> >>>>> Please anyone have experience about asterisk setup. and I'm very new to
> >>>>> asterisk. so please help me to configure my asterisk server.
> >>>>> i need to know like what are the basic requirement for to setup asterisk..
> >>>>>
> >>>>> Thanking you,
> >>>>>
> >>>>> Suranga
> >>>>>
> >>>> --
> >>>> gentoo-server@gentoo.org mailing list
> >>>>
> >>> --
> >>> gentoo-server@gentoo.org mailing list
> >>>
> >>
> >> --
> >> Darko Luketic
> >> webmaster@power-forums.com
> >> --
> >> gentoo-server@gentoo.org mailing list
> >>
>
> --
> gentoo-server@gentoo.org mailing list
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 17:37 ` Mark Rudholm
2006-09-28 17:56 ` Sean Cook
@ 2006-09-28 17:59 ` Sean Cook
2006-09-28 18:27 ` Mark Rudholm
1 sibling, 1 reply; 18+ messages in thread
From: Sean Cook @ 2006-09-28 17:59 UTC (permalink / raw
To: gentoo-server
as for the coin phone, just take a sip phone and drop in into a calling
card context and charge their credit card ;) Of course it may cost you more
to charge the card then what you get from the call...
Sean
On 28-Sep-2006, Mark Rudholm wrote:
> Ugh. You're right. Yet another important piece of software I have
> to manage without the convenience of Portage. :(
>
> My TDM400, despite being very new, was affected by the bug that older
> ones had in which they'd change their PCI ID sometimes after a power
> cycle. I also had to modify the zaptel driver to support pulse dialing
> (I have a collection of vintage phones). So I guess it's not really
> that big of a deal.
>
> One of these days I need to explore the possibility of getting
> zaptel to decode coin tones (1700+2200Hz) so I can cancel my
> (expensive) coin line and move my Western Electric 2C2 to
> Asterisk. Coin relay control isn't a problem, so the only
> remaining hurdle is the coin detection.
>
> -Mark
>
> Sean Cook wrote:
> > Correct... however it is masked by keyword and contains a significant bugs
> > that were introduce in 1.2.10..
> >
> > the default installation of asterisk is 1.0.11.
> >
> > Sean
> >
> > On 28-Sep-2006, Darko Luketic wrote:
> >> I may be wrong, but
> >> net-misc/asterisk-1.2.11
> >> looks like 1.2 to me :)
> >>
> >> On Thu, 28 Sep 2006 08:01:08 -0400
> >> Sean Cook <scook@kinex.net> wrote:
> >>
> >>> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
> >>> great book, however it is a bit dated. And as for asterisk ebuilds...
> >>> forget it... they are still running out of 1.0 when 1.2 has been out for
> >>> almost a year and 1.4 is on it's way into beta.
> >>>
> >>> Download the source... compile and install it...
> >>>
> >>> You need the following packages:
> >>>
> >>> ncurses
> >>> openssl
> >>> zlib
> >>> bison
> >>>
> >>> Then download all the necessary 1.2 packages and...
> >>>
> >>> # cd zaptel-1.2
> >>> # make clean; make install
> >>> # cd ../libpri-1.2
> >>> # make clean; make install
> >>> # cd ../asterisk-1.2
> >>> # make clean; make install
> >>>
> >>>
> >>>
> >>> Sean
> >>>
> >>>
> >>> On 28-Sep-2006, Mark Rudholm wrote:
> >>>> You should read the book "Asterisk The Future of Telephony".
> >>>> It is available for free download. Search for "AsteriskTFOT.pdf"
> >>>> Also, http://www.voip-info.org/ is a good resource for information.
> >>>>
> >>>> The Asterisk ebuild is pretty good. It sets everything up for
> >>>> you, you just have to edit your config files. It's not something
> >>>> you can do in 10 minutes. I'd say the complexity level is about
> >>>> on par with Apache.
> >>>>
> >>>> -Mark
> >>>>
> >>>> Suranga Kasthuriarachchi wrote:
> >>>>> Dear all,
> >>>>>
> >>>>> Please anyone have experience about asterisk setup. and I'm very new to
> >>>>> asterisk. so please help me to configure my asterisk server.
> >>>>> i need to know like what are the basic requirement for to setup asterisk..
> >>>>>
> >>>>> Thanking you,
> >>>>>
> >>>>> Suranga
> >>>>>
> >>>> --
> >>>> gentoo-server@gentoo.org mailing list
> >>>>
> >>> --
> >>> gentoo-server@gentoo.org mailing list
> >>>
> >>
> >> --
> >> Darko Luketic
> >> webmaster@power-forums.com
> >> --
> >> gentoo-server@gentoo.org mailing list
> >>
>
> --
> gentoo-server@gentoo.org mailing list
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-server] ASTERISK
2006-09-28 17:59 ` Sean Cook
@ 2006-09-28 18:27 ` Mark Rudholm
0 siblings, 0 replies; 18+ messages in thread
From: Mark Rudholm @ 2006-09-28 18:27 UTC (permalink / raw
To: gentoo-server
Oh, no, this payphone is not for making money, this is a decorative
piece in my home.
A friend of mine has a picture of a WE 2C2 on his website:
http://www.stromcarlson.com/payphones/snfcca001.jpg (the one on the
left) Very nice brushed stainless steel flush-mount. One of the
nicest-looking coin phones ever made.
Sean Cook wrote:
> as for the coin phone, just take a sip phone and drop in into a calling
> card context and charge their credit card ;) Of course it may cost you more
> to charge the card then what you get from the call...
>
> Sean
>
> On 28-Sep-2006, Mark Rudholm wrote:
>> Ugh. You're right. Yet another important piece of software I have
>> to manage without the convenience of Portage. :(
>>
>> My TDM400, despite being very new, was affected by the bug that older
>> ones had in which they'd change their PCI ID sometimes after a power
>> cycle. I also had to modify the zaptel driver to support pulse dialing
>> (I have a collection of vintage phones). So I guess it's not really
>> that big of a deal.
>>
>> One of these days I need to explore the possibility of getting
>> zaptel to decode coin tones (1700+2200Hz) so I can cancel my
>> (expensive) coin line and move my Western Electric 2C2 to
>> Asterisk. Coin relay control isn't a problem, so the only
>> remaining hurdle is the coin detection.
>>
>> -Mark
>>
>> Sean Cook wrote:
>>> Correct... however it is masked by keyword and contains a significant bugs
>>> that were introduce in 1.2.10..
>>>
>>> the default installation of asterisk is 1.0.11.
>>>
>>> Sean
>>>
>>> On 28-Sep-2006, Darko Luketic wrote:
>>>> I may be wrong, but
>>>> net-misc/asterisk-1.2.11
>>>> looks like 1.2 to me :)
>>>>
>>>> On Thu, 28 Sep 2006 08:01:08 -0400
>>>> Sean Cook <scook@kinex.net> wrote:
>>>>
>>>>> Unfortunately, I would completely disagree with Mark on this... ATFOT is a
>>>>> great book, however it is a bit dated. And as for asterisk ebuilds...
>>>>> forget it... they are still running out of 1.0 when 1.2 has been out for
>>>>> almost a year and 1.4 is on it's way into beta.
>>>>>
>>>>> Download the source... compile and install it...
>>>>>
>>>>> You need the following packages:
>>>>>
>>>>> ncurses
>>>>> openssl
>>>>> zlib
>>>>> bison
>>>>>
>>>>> Then download all the necessary 1.2 packages and...
>>>>>
>>>>> # cd zaptel-1.2
>>>>> # make clean; make install
>>>>> # cd ../libpri-1.2
>>>>> # make clean; make install
>>>>> # cd ../asterisk-1.2
>>>>> # make clean; make install
>>>>>
>>>>>
>>>>>
>>>>> Sean
>>>>>
>>>>>
>>>>> On 28-Sep-2006, Mark Rudholm wrote:
>>>>>> You should read the book "Asterisk The Future of Telephony".
>>>>>> It is available for free download. Search for "AsteriskTFOT.pdf"
>>>>>> Also, http://www.voip-info.org/ is a good resource for information.
>>>>>>
>>>>>> The Asterisk ebuild is pretty good. It sets everything up for
>>>>>> you, you just have to edit your config files. It's not something
>>>>>> you can do in 10 minutes. I'd say the complexity level is about
>>>>>> on par with Apache.
>>>>>>
>>>>>> -Mark
>>>>>>
>>>>>> Suranga Kasthuriarachchi wrote:
>>>>>>> Dear all,
>>>>>>>
>>>>>>> Please anyone have experience about asterisk setup. and I'm very new to
>>>>>>> asterisk. so please help me to configure my asterisk server.
>>>>>>> i need to know like what are the basic requirement for to setup asterisk..
>>>>>>>
>>>>>>> Thanking you,
>>>>>>>
>>>>>>> Suranga
>>>>>>>
>>>>>> --
>>>>>> gentoo-server@gentoo.org mailing list
>>>>>>
>>>>> --
>>>>> gentoo-server@gentoo.org mailing list
>>>>>
>>>> --
>>>> Darko Luketic
>>>> webmaster@power-forums.com
>>>> --
>>>> gentoo-server@gentoo.org mailing list
>>>>
>> --
>> gentoo-server@gentoo.org mailing list
>>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2006-09-28 18:33 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28 8:44 [gentoo-server] ASTERISK Suranga Kasthuriarachchi
2006-09-28 8:56 ` Mark Rudholm
2006-09-28 8:59 ` Charles Leaver
2006-09-28 12:47 ` Suranga Kasthuriarachchi
2006-09-28 12:50 ` Charles Leaver
2006-09-28 13:09 ` Tóth Csaba
2006-09-28 13:14 ` Sean Cook
2006-09-28 12:01 ` Sean Cook
2006-09-28 12:10 ` Sean Cook
2006-09-28 12:30 ` Darko Luketic
2006-09-28 13:10 ` Sean Cook
2006-09-28 17:37 ` Mark Rudholm
2006-09-28 17:56 ` Sean Cook
2006-09-28 17:59 ` Sean Cook
2006-09-28 18:27 ` Mark Rudholm
2006-09-28 17:21 ` Mark Rudholm
2006-09-28 10:51 ` Patrice Bouvard
2006-09-28 11:57 ` Sean Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox