* 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 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: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
* 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