From sean at inwords.co.za Tue Oct 4 09:54:58 2005
From: sean at inwords.co.za (Sean Wheller)
Date: Tue Oct 4 10:00:01 2005
Subject: [Asterisk-doc] [patch] make docs valid and well-formed
Message-ID: <200510041654.58272.sean@inwords.co.za>
Hi,
I am new here, but here is my first patch. A simple one that makes docs valid
and well-formed.
Enjoy,
--
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za
~~~~~~~~~~~~~~~~~~~~~~~~~
Registered Linux User #375355
http://wenzani.blogspot.com/
-------------- next part --------------
Index: advanced-config.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/advanced-config.xml,v
retrieving revision 1.6
diff -U3 -r1.6 advanced-config.xml
--- advanced-config.xml 11 Aug 2004 19:12:17 -0000 1.6
+++ advanced-config.xml 4 Oct 2005 14:55:38 -0000
@@ -677,22 +677,25 @@
Compile, configure, and install the latest unixODBC package:
- tar -zxvf unixODBC-2.2.9.tar.gz &&
- cd unixODBC-2.2.9 &&
- ./configure --sysconfdir=/etc --prefix=/usr --disable-gui &&
- make &&
- make install
-
+
Compile, configure, and install the latest FreeTDS package:
- tar -zxvf freetds-0.62.4.tar.gz &&
- cd freetds-0.62.4 &&
- ./configure --prefix=/usr --with -tdsver=7.0 \
- --with-unixodbc=/usr/lib &&
- make &&
- make install
+
@@ -701,10 +704,12 @@
- make clean &&
- make update &&
- make &&
- make install
+
@@ -812,11 +817,13 @@
- tar -zxvf freetds-0.62.4.tar.gz &&
- cd freetds-0.62.4 &&
- ./configure --prefix=/usr --with-tdsver=7.0
- make &&
- make install
+
@@ -825,10 +832,12 @@
- make clean &&
- make update &&
- make &&
- make install
+
Index: agi.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/agi.xml,v
retrieving revision 1.2
diff -U3 -r1.2 agi.xml
--- agi.xml 20 Mar 2004 17:32:12 -0000 1.2
+++ agi.xml 4 Oct 2005 14:55:38 -0000
@@ -138,8 +138,7 @@
it a very popular choice for AGI scripting.
To make Perl AGI programming even easier, James Golovich created
Asterisk::AGI, a module designed for simplifying AGI interaction.
- Asterisk::AGI is available from the author's web page at
- .
+ Asterisk::AGI is available from the author's web page.
Without using Asterisk::AGI, this is what a simple AGI script
Index: voip-providers.xml
===================================================================
RCS file: /cvsroot/asterisk/docs/voip-providers.xml,v
retrieving revision 1.5
diff -U3 -r1.5 voip-providers.xml
--- voip-providers.xml 15 Jun 2004 00:45:39 -0000 1.5
+++ voip-providers.xml 4 Oct 2005 14:55:39 -0000
@@ -72,9 +72,11 @@
extensions.conf
- exten => _**393.,1,SetCallerID(Your Name <12345>)
- exten => _**393.,2,Dial(SIP/${EXTEN:5}@fwdnet)
- exten => _**393.,3,Hangup
+ _**393.,1,SetCallerID(Your Name <12345>)
+exten => _**393.,2,Dial(SIP/${EXTEN:5}@fwdnet)
+exten => _**393.,3,Hangup
+]]>
If you want to connect to FWD via IAX instead, you can subscribe for that in your profile. Your
@@ -94,9 +96,11 @@
extensions.conf
- exten => _**393.,1,SetCallerID(Your Name <12345>)
- exten => _**393.,2,Dial(IAX2/12345:password@iax2.fwdnet.net/${EXTEN:5})
- exten => _**393.,3,Hangup
+ _**393.,1,SetCallerID(Your Name <12345>)
+ exten => _**393.,2,Dial(IAX2/12345:password@iax2.fwdnet.net/${EXTEN:5})
+ exten => _**393.,3,Hangup
+]]>
The reason why ulaw is enabled is, that FWD's own services (voicemail, gateway to toll free numbers etc.
@@ -252,10 +256,10 @@
extensions.conf
-
+ _**478.,1,SetCallerID(Your Name <3400001234>)
exten => _**478.,2,Dial(SIP/${EXTEN:5}@iptel)
- exten => _**478.,3,Hangup
+ exten => _**478.,3,Hangup]]>
@@ -327,7 +331,7 @@
extensions.conf
-
+ _XXXX.,1,SetCallerID(Your Name <1234567>)
exten => _XXXX.,2,Dial(SIP/00${EXTEN}@gossiptel)
- exten => _XXXX.,3,Hangup
+ exten => _XXXX.,3,Hangup]]>
@@ -425,7 +429,7 @@
extensions.conf
-
+ _XXXX.,1,SetCallerID(Your Name <1234567>)
exten => _XXXX.,2,Dial(SIP/00${EXTEN}@sipgate)
- exten => _XXXX.,3,Hangup
+ exten => _XXXX.,3,Hangup]]>
@@ -509,10 +513,10 @@
extensions.conf
-
+ _1747XXXXXXX,1,SetCallerID(Your Name <17471234567>)
exten => _1747XXXXXXX,2,Dial(SIP/${EXTEN}@sipphone)
- exten => _1747XXXXXXX,3,Hangup
+ exten => _1747XXXXXXX,3,Hangup]]>
From sean at inwords.co.za Tue Oct 4 09:57:38 2005
From: sean at inwords.co.za (Sean Wheller)
Date: Tue Oct 4 10:02:51 2005
Subject: [Asterisk-doc] [help] Activate account http://www.asteriskdocs.org/
Message-ID: <200510041657.38317.sean@inwords.co.za>
Registered @ http://www.asteriskdocs.org/
Waiting for activation key that never comes :-)
Can admin please check what 'appened?
Thanks,
--
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za
~~~~~~~~~~~~~~~~~~~~~~~~~
Registered Linux User #375355
http://wenzani.blogspot.com/
From jim at vanmeggelen.ca Thu Oct 6 03:21:45 2005
From: jim at vanmeggelen.ca (Jim Van Meggelen)
Date: Thu Oct 6 03:21:56 2005
Subject: [Asterisk-doc] [help] Activate account
http://www.asteriskdocs.org/
In-Reply-To: <200510041657.38317.sean@inwords.co.za>
Message-ID: <000101c5ca4e$fd7b4020$6e01a8c0@xp2400>
We are in "pre-Astricon" mode, so please don't think we're ignoring you.
(well, we are, sorta, but it ain't personal, and it is NOT due to lack
of interest)
much . . .
too . . .
busy . . .
Jim.
--
Jim Van Meggelen
jim@vanmeggelen.ca
http://www.oreillynet.com/pub/au/2177
asterisk-doc-bounces@lists.digium.com wrote:
> Registered @ http://www.asteriskdocs.org/
>
> Waiting for activation key that never comes :-)
>
> Can admin please check what 'appened?
>
> Thanks,
>
> --
> Sean Wheller
> Technical Author
> sean@inwords.co.za
> 084-854-9408
> http://www.inwords.co.za
> ~~~~~~~~~~~~~~~~~~~~~~~~~
> Registered Linux User #375355
> http://wenzani.blogspot.com/
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.10/119 - Release Date:
04/10/2005
From asterisk.leif.madsen at gmail.com Sat Oct 15 13:58:29 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sat Oct 15 13:58:55 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
Message-ID:
Jared Smith, Jim van Meggelen, and Leif Madsen of the Asterisk
Documentation Project, in conjunction with O'Reilly Media are pleased
to announce the official release of Asterisk: The Future of Telephony
on Friday, October 14, 2005 at AstriCon 2005 in Anaheim, CA.
In the true spirit of Open Source, the authors and O'Reilly Media have
published the book under the open, Creative Commons license, allowing
the book in its entirity to be freely distributed.
Asterisk: The Future of Telephony is now freely available, for
download in PDF form, from the Asterisk Documentation Project website
located at http://www.asteriskdocs.org. On the left hand side, click
on "Read the book online!" for a copy.
The authors would like to thank O'Reilly Media for having the vision
to understand how significant it is for the Asterisk community to have
a book freely available, thereby lowering the barrier of entry for
those new to Asterisk, and to give back to a project that has given us
all so much.
I would personally like to thank Jared Smith, Jim van Meggelen,
Michael Loukides (our editor) and the entire O'Reilly Media staff.
The book is currently shipping, and should be available at all major
book stores in paperback, and also online from
http://www.oreilly.com/catalog/asterisk/ and other online outlets.
Thanks, and we hope you enjoy reading it as much as we enjoyed writing it!
PS: If the Asterisk Documentation Project website becomes slow due to
the number of people accessing it at once, we appoligize and
appreciate your patience. For those of you who are able to obtain the
full copy, please consider helping us out by creating mirrors and
torrents and posting them to the list by replying to this thread.
Thanks!
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From jj at nufone.net Sat Oct 15 14:24:56 2005
From: jj at nufone.net (Jeremy McNamara)
Date: Sat Oct 15 14:26:06 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
In-Reply-To:
References:
Message-ID: <43515788.7020609@nufone.net>
Leif Madsen wrote:
>PS: If the Asterisk Documentation Project website becomes slow due to
>the number of people accessing it at once, we appoligize and
>appreciate your patience. For those of you who are able to obtain the
>full copy, please consider helping us out by creating mirrors and
>torrents and posting them to the list by replying to this thread.
>
>
I have mirrored the file here:
http://www.nufone.net/downloads/asteriskdocs/AsteriskTFOT.zip.
Leif/Jared, feel free to list this mirror on your site, if you wish.
Jeremy McNamara
From william.suffill at gmail.com Sat Oct 15 14:38:38 2005
From: william.suffill at gmail.com (William Suffill)
Date: Sat Oct 15 14:38:40 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <43515788.7020609@nufone.net>
References:
<43515788.7020609@nufone.net>
Message-ID: <6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
Mirrored here as well
http://asterisk.stablehosting.net/AsteriskTFOT.zip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-doc/attachments/20051015/6124cd96/attachment.htm
From sean at inwords.co.za Sat Oct 15 15:15:36 2005
From: sean at inwords.co.za (Sean Wheller)
Date: Sat Oct 15 15:21:17 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To:
References:
Message-ID: <200510152215.36809.sean@inwords.co.za>
On Saturday 15 October 2005 20:58, Leif Madsen wrote:
> Asterisk: The Future of Telephony is now freely available, for
> download in PDF form, from the Asterisk Documentation Project website
> located at http://www.asteriskdocs.org.
Congratulations on the release of this book. It certainly is a great body of
work.
I would like to ask whether the authors and O'Reilly Media would ever release
under a less restrictive license perhaps
http://creativecommons.org/licenses/by/2.0/ ? Of course I would like cc-by-sa
2.5, but that may be pushing it :-)
If the above is a possability, it would enable the source of the book to be
made available for contribution in the Asterisk docs repository.
--
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za
~~~~~~~~~~~~~~~~~~~~~~~~~
Registered Linux User #375355
http://wenzani.blogspot.com/
From kevdudeut at yahoo.com Sat Oct 15 15:52:26 2005
From: kevdudeut at yahoo.com (Kevin Kerby)
Date: Sat Oct 15 15:52:27 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
Message-ID: <20051015205226.22336.qmail@web53902.mail.yahoo.com>
William,
Thank you so much... the book is awsome....
Thanks again
Kevin
--- William Suffill wrote:
> Mirrored here as well
> http://asterisk.stablehosting.net/AsteriskTFOT.zip
> > _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
>
http://lists.digium.com/mailman/listinfo/asterisk-doc
>
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
From william.suffill at gmail.com Sat Oct 15 19:06:23 2005
From: william.suffill at gmail.com (William Suffill)
Date: Sat Oct 15 19:06:25 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <20051015205226.22336.qmail@web53902.mail.yahoo.com>
References: <6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
<20051015205226.22336.qmail@web53902.mail.yahoo.com>
Message-ID: <6b65470d0510151706o7e6f8082h8e8c9fbf4f0c302@mail.gmail.com>
I don't deserve any thanks Jared Jim and Leif did all the hard work. All I
did was mirror the zip file
to help more people be able to download it. Just as Jeremy did as well as
well as a few other people
did as well on the -users list.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-doc/attachments/20051015/22e51d2c/attachment.htm
From victor-rini at comcast.net Sat Oct 15 19:40:45 2005
From: victor-rini at comcast.net (Victor Rini)
Date: Sat Oct 15 19:40:43 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
In-Reply-To:
References:
Message-ID: <4351A18D.1050907@comcast.net>
Leif Madsen wrote:
>In the true spirit of Open Source, the authors and O'Reilly Media have
>published the book under the open, Creative Commons license, allowing
>the book in its entirity to be freely distributed.
>
>
>
Wow thanks. I really like Chapter 7. Very geeky stuff. I love it!
Appendices A & B appear to missing or is it just me? Also no table of
contents or index?
Again many thanks and congratulations!
From ronald at elmit.com Sat Oct 15 22:04:58 2005
From: ronald at elmit.com (Ronald Wiplinger)
Date: Sat Oct 15 22:05:40 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
In-Reply-To: <6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
References: <43515788.7020609@nufone.net>
<6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
Message-ID: <4351C35A.5060305@elmit.com>
William Suffill wrote:
> Mirrored here as well
> http://asterisk.stablehosting.net/AsteriskTFOT.zip
Does it has a copyright? May it distributed via Internet that way?
Asterisk is still under development. Which Asterisk version is it good for?
bye
Ronald Wiplinger
From william.suffill at gmail.com Sat Oct 15 22:17:20 2005
From: william.suffill at gmail.com (William Suffill)
Date: Sat Oct 15 22:17:22 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <4351C35A.5060305@elmit.com>
References:
<43515788.7020609@nufone.net>
<6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
<4351C35A.5060305@elmit.com>
Message-ID: <6b65470d0510152017y22da5649jc9c165865d90a6c@mail.gmail.com>
In the true spirit of Open Source, the authors and O'Reilly Media have
published the book under the open, Creative Commons license, allowing
the book in its entirity to be freely distributed.
Best to reference the post by Leif for this information sice I had no part
in writting
it. I just mirrored the download since it's legal to do so by the terms set
forth by
O'Reilly Media
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-doc/attachments/20051015/8239d081/attachment.htm
From mats.o.karlsson at gmail.com Sun Oct 16 10:20:27 2005
From: mats.o.karlsson at gmail.com (Mats Karlsson)
Date: Sun Oct 16 10:21:40 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
In-Reply-To: <4351A18D.1050907@comcast.net>
References:
<4351A18D.1050907@comcast.net>
Message-ID: <43526FBB.7080004@gmail.com>
Victor Rini skrev:
> Leif Madsen wrote:
>
>> In the true spirit of Open Source, the authors and O'Reilly Media have
>> published the book under the open, Creative Commons license, allowing
>> the book in its entirity to be freely distributed.
>>
> Wow thanks. I really like Chapter 7. Very geeky stuff. I love it!
>
> Appendices A & B appear to missing or is it just me? Also no table of
> contents or index?
>
> Again many thanks and congratulations!
TOC
http://www.oreilly.com/catalog/asterisk/toc.html
Index
http://www.oreilly.com/catalog/asterisk/inx.html
And the missing appendixes is about:
*A. VoIP Channels*
*B. Application Reference*
I hope they are released soon :-)
And thx for the excelent book guys.
/Mats
From randulo at ssl-mail.com Sun Oct 16 10:25:10 2005
From: randulo at ssl-mail.com (Randolph Resnick)
Date: Sun Oct 16 10:25:17 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
In-Reply-To:
References:
Message-ID: <435270D6.4070802@ssl-mail.com>
Leif Madsen wrote:
> Jared Smith, Jim van Meggelen, and Leif Madsen of the Asterisk
> Documentation Project, in conjunction with O'Reilly Media are pleased
> to announce the official release of Asterisk: The Future of Telephony
> on Friday, October 14, 2005 at AstriCon 2005 in Anaheim, CA.
A million thanks for this incredible effort you have now brought to
fruition! I am proud to have made a small contribution to it, not to
mention endless re-readings.
This is a great thing you've accomplished!
Randy Resnick (zeeek - Wilson Pickett)
From asterisk.leif.madsen at gmail.com Sun Oct 16 11:15:04 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sun Oct 16 11:15:04 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <200510152215.36809.sean@inwords.co.za>
References:
<200510152215.36809.sean@inwords.co.za>
Message-ID:
On 10/15/05, Sean Wheller wrote:
> On Saturday 15 October 2005 20:58, Leif Madsen wrote:
> > Asterisk: The Future of Telephony is now freely available, for
> > download in PDF form, from the Asterisk Documentation Project website
> > located at http://www.asteriskdocs.org.
>
> Congratulations on the release of this book. It certainly is a great body of
> work.
>
> I would like to ask whether the authors and O'Reilly Media would ever release
> under a less restrictive license perhaps
> http://creativecommons.org/licenses/by/2.0/ ? Of course I would like cc-by-sa
> 2.5, but that may be pushing it :-)
>
> If the above is a possability, it would enable the source of the book to be
> made available for contribution in the Asterisk docs repository.
In the future, it *may* be a possibility, but for now, commercial
distribution and derivitive works (changes) are *not* allowed at this
time. I believe these are fair requests because from a knowledge
standpoint, the community gains a tremendous amount by having freely
available, professionally edited text, and O'Reilly still retains
control of the work and distribution of the work so that it can first,
pay for the costs involved in the creation and publication of the
book, and second, to make it profitable so as to allow them to
continue creating more great books for everyone.
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From asterisk.leif.madsen at gmail.com Sun Oct 16 11:18:31 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sun Oct 16 11:18:31 2005
Subject: [Asterisk-doc] Re: [Asterisk-Users] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To:
References:
Message-ID:
On 10/15/05, Mr. James W. Laferriere wrote:
> Hello Leif , The appendices A & B are missing from the zip file
> available at the location mentioned below . Is there some reason of
> copyright that is not mentioned here ? Tia , JimL
Yes, we noticed that just before we released it at AstriCon. All the
authors are currently en route back home, but we didn't purposely
leave any of the book unavailable. We'll get it up in its entireity as
soon as we can.
There is no reason in regards to copyright why it wasn't included --
we just plain missed it :)
Appoligies all around, we'll get it updated for you in the coming days.
Thanks!
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From asterisk.leif.madsen at gmail.com Sun Oct 16 11:30:49 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sun Oct 16 11:30:52 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <4351C35A.5060305@elmit.com>
References:
<43515788.7020609@nufone.net>
<6b65470d0510151238h651bdf51xa71b7d2b899e89a5@mail.gmail.com>
<4351C35A.5060305@elmit.com>
Message-ID:
On 10/15/05, Ronald Wiplinger wrote:
> Does it has a copyright? May it distributed via Internet that way?
> Asterisk is still under development. Which Asterisk version is it good for?
Yes, the copyright lies with O'Reilly Media.
It may be distributed onthe Internet, as long as you follow the terms
from the license. Here is a summary of the license we chose to release
the book under:
(available in full from http://creativecommons.org/licenses/by-nc-nd/2.0/)
Attribution-NonCommercial-NoDerivs 2.0
You are free:
* to copy, distribute, display, and perform the work
Under the following conditions:
Attribution. You must attribute the work in the manner specified by
the author or licensor.
Noncommercial. You may not use this work for commercial purposes.
No Derivative Works. You may not alter, transform, or build upon this work.
* For any reuse or distribution, you must make clear to others the
license terms of this work.
* Any of these conditions can be waived if you get permission from
the copyright holder.
Your fair use and other rights are in no way affected by the above.
Let me explain the reasons briefly the Noncommercial and No Derivitive
Works portions. The reason for the restrictions for the Noncommercial
is obviously because we don't want people distributing the book along
with a product they are selling/creating and saying they have included
documentation. And of course because O'Reilly wants to sell books (and
so do the authors of course so that we may continue to create
documentation -- although this is a lesser fact for us, we are
certainly not getting rich from this, it was a labour of love and for
the community).
The No Derivitive Works forbids the changing of the document and
distributing it, which includes translations. This is because O'Reilly
would like to have the first opportunity at having the works
translated for distribution to their various centre's and such, which
we felt was a fair request.
Yes, Asterisk is constantly under development; its a moving target.
However, since the new upcoming version 1.2.x of Asterisk is such a
strong improvement over the 1.0.x series of book, then we decided it
was in the best interest of everyone (for O'Reilly in terms of sales,
for the community so they have solid documentation for the newest
upcoming version, and for us so we wouldn't get flamed :))
Since 1.2 has not yet been released, there may be some slight
differences, however, most should be minimal as many of the major
functionalities have already been addressed while we were writing the
book (we worked very closely with the developers in the community to
be sure that we were as accurate as possible). Many of the changes
that are currently going into the tree involve stabalizing and
streamlining the code.
So to answer your question, the book is written for the current CVS
HEAD and upcoming 1.2.x. version of Asterisk.
Thanks!
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From matt.riddell at sineapps.com Sun Oct 16 12:19:56 2005
From: matt.riddell at sineapps.com (Matt Riddell)
Date: Sun Oct 16 12:19:54 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
In-Reply-To:
References:
Message-ID: <43528BBC.40606@sineapps.com>
AWESOME!!!!
Really really really really really really really really really really really
really really nice man!
Congratulations.
>From my news site:
Since seeing the release of this book, I've (Matt Riddell) been reading it
pretty much non stop. My impression thus far has been that they have done an
absolutely amazing job. They have done the Asterisk community proud, and I
feel this will go a long way to greatly increase the coverage which Asterisk
experiences today.
It is well written, accurate and compelling. I for one will be supporting
their excellent work by buying a hardcopy and recommend that all new
technicians in the Asterisk community make sure they have read this book
before anything else. With a free copy being released on the Internet, you
have absolutely no excuse now.
While I would love to say that I think that this book will reduce the amount
of traffic on the mailing lists, I think because of the increased popularity,
it may have the opposite effect.
My sincere complements and congratulations to Leif Madsen, Jared Smith and Jim
Van Meggelen for their amazing work!
--
Cheers,
Matt Riddell
_______________________________________________
http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
From asterisk.leif.madsen at gmail.com Mon Oct 17 13:46:40 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Mon Oct 17 13:46:46 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <43528BBC.40606@sineapps.com>
References:
<43528BBC.40606@sineapps.com>
Message-ID:
On 10/16/05, Matt Riddell wrote:
> AWESOME!!!!
>
> Really really really really really really really really really really really
> really really nice man!
>
> Congratulations.
>
> My sincere complements and congratulations to Leif Madsen, Jared Smith and Jim
> Van Meggelen for their amazing work!
Thanks Matt! That means a lot coming from you.
Truly glad you're enjoying it!
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From f.lattanzio at mediatechnologies.it Tue Oct 18 07:38:57 2005
From: f.lattanzio at mediatechnologies.it (Francesco Lattanzio)
Date: Tue Oct 18 07:38:57 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To:
References:
Message-ID: <200510181438.57331.f.lattanzio@mediatechnologies.it>
On Saturday 15 October 2005 20:58, Leif Madsen wrote:
> Jared Smith, Jim van Meggelen, and Leif Madsen of the Asterisk
> Documentation Project, in conjunction with O'Reilly Media are pleased
> to announce the official release of Asterisk: The Future of Telephony
> on Friday, October 14, 2005 at AstriCon 2005 in Anaheim, CA.
>
> [...]
>
> PS: If the Asterisk Documentation Project website becomes slow due to
> the number of people accessing it at once, we appoligize and
> appreciate your patience. For those of you who are able to obtain the
> full copy, please consider helping us out by creating mirrors and
> torrents and posting them to the list by replying to this thread.
> Thanks!
Good job! But...
Where are appendices A & B?
--
Francesco Lattanzio
From mian.hameed at mci.com Tue Oct 18 09:01:41 2005
From: mian.hameed at mci.com (Hameed, Mian F)
Date: Tue Oct 18 09:04:50 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
Message-ID: <1ED1D618EA957040894896669085F6206679D3@usashms003.mcilink.com>
Guys, Guys, Guys (Jared Smith, Jim van Meggelen, and Leif Madsen):
Congratulations on providing this book; a well needed effort. Other than
the first two chapters that I have read so far, I have enjoyed reading
the preface. I wait eagerly for each evening to read the rest.
I see emails flying by regarding Appendices "A", "B" and may be "C". In
one of the emails by the authors' they have acknowledged it and perhaps
will be putting it out for our "reads."
Indebted to you.
Mian Hameed
From chiola at chiola.com Tue Oct 18 11:47:38 2005
From: chiola at chiola.com (chiola@chiola.com)
Date: Tue Oct 18 11:48:03 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
Message-ID: <200510181647.ELB67927@ms9.netsolmail.com>
I commend the authors of this book. I went through the book
yesterday and was surprised at the details. Guys, they have
provided the food with the fork and we are asking them to
provide the napkins?
I see no Buts in this effort.
Ola Jobi, PMP
KingCare, LLC
From jim at vanmeggelen.ca Tue Oct 18 14:46:26 2005
From: jim at vanmeggelen.ca (Jim Van Meggelen)
Date: Tue Oct 18 14:48:25 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asteriskbook!
In-Reply-To: <1ED1D618EA957040894896669085F6206679D3@usashms003.mcilink.com>
Message-ID: <000c01c5d41c$a2136500$6e01a8c0@xp2400>
Thanks a ton!!
Jim.
--
Jim Van Meggelen
jim@vanmeggelen.ca
http://www.oreillynet.com/pub/au/2177
asterisk-doc-bounces@lists.digium.com wrote:
> Guys, Guys, Guys (Jared Smith, Jim van Meggelen, and Leif
> Madsen):
>
> Congratulations on providing this book; a well needed effort.
> Other than the first two chapters that I have read so far, I
> have enjoyed reading the preface. I wait eagerly for each
> evening to read the rest.
>
> I see emails flying by regarding Appendices "A", "B" and may
> be "C". In one of the emails by the authors' they have
> acknowledged it and perhaps will be putting it out for our
> "reads."
>
> Indebted to you.
> Mian Hameed
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.2/140 - Release Date:
18/10/2005
From suvi at gmx.ch Tue Oct 18 15:43:44 2005
From: suvi at gmx.ch (Silvio T. Schneider)
Date: Tue Oct 18 15:43:40 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an
Asterisk book!
In-Reply-To:
Message-ID: <5.1.0.14.2.20051018224324.00bf8168@pop.gmx.net>
This is simply great!
Keep on the good work.
At 12:58 15.10.2005 -0600, you wrote:
>Jared Smith, Jim van Meggelen, and Leif Madsen of the Asterisk
>Documentation Project, in conjunction with O'Reilly Media are pleased
>to announce the official release of Asterisk: The Future of Telephony
>on Friday, October 14, 2005 at AstriCon 2005 in Anaheim, CA.
>
>In the true spirit of Open Source, the authors and O'Reilly Media have
>published the book under the open, Creative Commons license, allowing
>the book in its entirity to be freely distributed.
>
>Asterisk: The Future of Telephony is now freely available, for
>download in PDF form, from the Asterisk Documentation Project website
>located at http://www.asteriskdocs.org. On the left hand side, click
>on "Read the book online!" for a copy.
[snip]
From jim at vanmeggelen.ca Tue Oct 18 16:27:53 2005
From: jim at vanmeggelen.ca (Jim Van Meggelen)
Date: Tue Oct 18 16:29:53 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book,
you GOT an Asterisk book!
In-Reply-To: <200510181647.ELB67927@ms9.netsolmail.com>
Message-ID: <001a01c5d42a$d0470f40$6e01a8c0@xp2400>
asterisk-doc-bounces@lists.digium.com wrote:
> I commend the authors of this book. I went through the book
> yesterday and was surprised at the details. Guys, they have
> provided the food with the fork and we are asking them to
> provide the napkins?
Thank you for your kind words.
I take criticism as a gift as well, though. When no one says anything,
that is bad. If folks say "if only such-and-such could have been added"
then we know we've got things of value to add to the 2nd edition.
Thanks again,
Jim.
--
Jim Van Meggelen
jim@vanmeggelen.ca
http://www.oreillynet.com/pub/au/2177
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.12.2/140 - Release Date:
18/10/2005
From mian.hameed at mci.com Wed Oct 19 08:50:55 2005
From: mian.hameed at mci.com (Hameed, Mian F)
Date: Wed Oct 19 08:51:25 2005
Subject: [Asterisk-doc] You ASKED for an Asterisk book, you GOT an Asterisk
book!
Message-ID: <1ED1D618EA957040894896669085F6206679D5@usashms003.mcilink.com>
Jim:
Thank you for keeping the criticism doors open. We could provide
scrutiny per your spirits, but in my opinion the jury is still out.
Personally, with only two chapters under my belt, I have not taken your
book to the task yet. For right now, like in my previous email, take
praises while it lasts.
Regards,
Mian Hameed
-----Original Message-----
From: asterisk-doc-bounces@lists.digium.com
[mailto:asterisk-doc-bounces@lists.digium.com] On Behalf Of Jim Van
Meggelen
Sent: Tuesday, October 18, 2005 5:28 PM
To: 'Discussions regarding The Asterisk Documentation Project'
Subject: RE: [Asterisk-doc] You ASKED for an Asterisk book,you GOT an
Asterisk book!
asterisk-doc-bounces@lists.digium.com wrote:
..........Thank you for your kind words.
I take criticism as a gift as well, though. When no one says anything,
that is bad. If folks say "if only such-and-such could have been added"
then we know we've got things of value to add to the 2nd edition.
Thanks again,
Jim.
--
Jim Van Meggelen
jim@vanmeggelen.ca
http://www.oreillynet.com/pub/au/2177
From jaredsmith at jaredsmith.net Wed Oct 19 12:37:01 2005
From: jaredsmith at jaredsmith.net (Jared Smith)
Date: Wed Oct 19 12:37:09 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an Asterisk
book, you GOT an Asterisk book!)
In-Reply-To: <200510181438.57331.f.lattanzio@mediatechnologies.it>
References:
<200510181438.57331.f.lattanzio@mediatechnologies.it>
Message-ID: <1129743421.3933.4.camel@localhost.localdomain>
On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
> Good job! But...
> Where are appendices A & B?
I've updated the .zip file on the server to include the missing
appendices. Unfortunately, the popularity of this book is starting to
hammer on my server. Would someone be willing to be an official mirror
of the book? (I realize that several of you have already mirrored the
book, but I'd like to make it official on the asteriskdocs.org website.)
-Jared
From matthewroller at gmail.com Wed Oct 19 14:29:31 2005
From: matthewroller at gmail.com (Dr. Matthew Roller)
Date: Wed Oct 19 14:29:28 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an Asterisk
book, you GOT an Asterisk book!)
In-Reply-To: <1129743421.3933.4.camel@localhost.localdomain>
References:
<200510181438.57331.f.lattanzio@mediatechnologies.it>
<1129743421.3933.4.camel@localhost.localdomain>
Message-ID: <363eaae10510191229p1b37323fy8c37785492c6b015@mail.gmail.com>
How about posting it on sourceforge?
On 10/19/05, Jared Smith wrote:
> On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
> > Good job! But...
> > Where are appendices A & B?
>
> I've updated the .zip file on the server to include the missing
> appendices. Unfortunately, the popularity of this book is starting to
> hammer on my server. Would someone be willing to be an official mirror
> of the book? (I realize that several of you have already mirrored the
> book, but I'd like to make it official on the asteriskdocs.org website.)
>
> -Jared
>
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
>
--
Dr. Matthew Roller
9355 S 1300 E
Sandy, UT 84094
801-255-3925
http://www.rollerchiropractic.com
From suvi at gmx.ch Wed Oct 19 17:00:59 2005
From: suvi at gmx.ch (Silvio T. Schneider)
Date: Wed Oct 19 17:00:54 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asterisk book, you GOT an Asterisk book!)
In-Reply-To: <363eaae10510191229p1b37323fy8c37785492c6b015@mail.gmail.co
m>
References: <1129743421.3933.4.camel@localhost.localdomain>
<200510181438.57331.f.lattanzio@mediatechnologies.it>
<1129743421.3933.4.camel@localhost.localdomain>
Message-ID: <5.1.0.14.2.20051019235950.00bfdc78@pop.gmx.net>
I guess that doesn't really fit. How much bandwith do you need on the mirror?
At 13:29 19.10.2005 -0600, Dr. Matthew Roller wrote:
>How about posting it on sourceforge?
>
>On 10/19/05, Jared Smith wrote:
> > On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
> > > Good job! But...
> > > Where are appendices A & B?
> >
> > I've updated the .zip file on the server to include the missing
> > appendices. Unfortunately, the popularity of this book is starting to
> > hammer on my server. Would someone be willing to be an official mirror
> > of the book? (I realize that several of you have already mirrored the
> > book, but I'd like to make it official on the asteriskdocs.org website.)
> >
> > -Jared
> >
> > _______________________________________________
> > Asterisk-Doc mailing list
> > Asterisk-Doc@lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-doc
> >
>
>
>--
>Dr. Matthew Roller
>9355 S 1300 E
>Sandy, UT 84094
>801-255-3925
>http://www.rollerchiropractic.com
>_______________________________________________
>Asterisk-Doc mailing list
>Asterisk-Doc@lists.digium.com
>http://lists.digium.com/mailman/listinfo/asterisk-doc
From jaredsmith at jaredsmith.net Wed Oct 19 17:06:04 2005
From: jaredsmith at jaredsmith.net (Jared Smith)
Date: Wed Oct 19 17:06:06 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asterisk book, you GOT an Asterisk book!)
In-Reply-To: <5.1.0.14.2.20051019235950.00bfdc78@pop.gmx.net>
References: <1129743421.3933.4.camel@localhost.localdomain>
<200510181438.57331.f.lattanzio@mediatechnologies.it>
<1129743421.3933.4.camel@localhost.localdomain>
<5.1.0.14.2.20051019235950.00bfdc78@pop.gmx.net>
Message-ID: <1129759564.10942.7.camel@localhost.localdomain>
On Thu, 2005-10-20 at 00:00 +0200, Silvio T. Schneider wrote:
> I guess that doesn't really fit. How much bandwith do you need on the mirror?
Jeremy McNamara, William Suffill, and Andrew Latham have all been
generous enough to mirror the PDF, so I think we're OK for the time
being. All three of these mirrors are have a high-speed connection to
the Internet and are close to major internet backbones.
Thanks again guys! You rock!
-Jared
From f.lattanzio at mediatechnologies.it Thu Oct 20 01:45:38 2005
From: f.lattanzio at mediatechnologies.it (Francesco Lattanzio)
Date: Thu Oct 20 01:45:35 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an Asterisk
book, you GOT an Asterisk book!)
In-Reply-To: <1129743421.3933.4.camel@localhost.localdomain>
References:
<200510181438.57331.f.lattanzio@mediatechnologies.it>
<1129743421.3933.4.camel@localhost.localdomain>
Message-ID: <200510200845.39034.f.lattanzio@mediatechnologies.it>
On Wednesday 19 October 2005 19:37, Jared Smith wrote:
> On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
> > Good job! But...
> > Where are appendices A & B?
>
> I've updated the .zip file on the server to include the missing
> appendices.
Thanks a lot!!
> Unfortunately, the popularity of this book is starting to
> hammer on my server. Would someone be willing to be an official mirror
> of the book? (I realize that several of you have already mirrored the
> book, but I'd like to make it official on the asteriskdocs.org website.)
I'll ask my boss...
--
Francesco Lattanzio
From f.lattanzio at mediatechnologies.it Thu Oct 20 09:37:45 2005
From: f.lattanzio at mediatechnologies.it (Francesco Lattanzio)
Date: Thu Oct 20 09:37:42 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an Asterisk
book, you GOT an Asterisk book!)
In-Reply-To: <200510200845.39034.f.lattanzio@mediatechnologies.it>
References:
<1129743421.3933.4.camel@localhost.localdomain>
<200510200845.39034.f.lattanzio@mediatechnologies.it>
Message-ID: <200510201637.45748.f.lattanzio@mediatechnologies.it>
On Thursday 20 October 2005 08:45, Francesco Lattanzio wrote:
> On Wednesday 19 October 2005 19:37, Jared Smith wrote:
> > On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
> > > Good job! But...
> > > Where are appendices A & B?
> >
> > I've updated the .zip file on the server to include the missing
> > appendices.
>
> Thanks a lot!!
>
> > Unfortunately, the popularity of this book is starting to
> > hammer on my server. Would someone be willing to be an official mirror
> > of the book? (I realize that several of you have already mirrored the
> > book, but I'd like to make it official on the asteriskdocs.org website.)
>
> I'll ask my boss...
The boss said YES!!! Here is the link:
http://www.x-voice.it/download/AsteriskTFOT.zip
Where else should I post the link to make it an official mirror?
Bye.
--
Francesco Lattanzio
From asterisk at totarotechnologies.com Thu Oct 20 10:01:17 2005
From: asterisk at totarotechnologies.com (Steve Totaro)
Date: Thu Oct 20 10:02:06 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asteriskbook, you GOT an Asterisk book!)
References: <1129743421.3933.4.camel@localhost.localdomain><200510200845.39034.f.lattanzio@mediatechnologies.it>
<200510201637.45748.f.lattanzio@mediatechnologies.it>
Message-ID: <007101c5d587$1fec2c80$0702a8c0@x3y6h9>
I wouldnt post the link anywhere else. 14k is slow enough.
----- Original Message -----
From: "Francesco Lattanzio"
To: "Discussions regarding The Asterisk Documentation Project"
Sent: Thursday, October 20, 2005 10:37 AM
Subject: Re: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asteriskbook, you GOT an Asterisk book!)
> On Thursday 20 October 2005 08:45, Francesco Lattanzio wrote:
> > On Wednesday 19 October 2005 19:37, Jared Smith wrote:
> > > On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
> > > > Good job! But...
> > > > Where are appendices A & B?
> > >
> > > I've updated the .zip file on the server to include the missing
> > > appendices.
> >
> > Thanks a lot!!
> >
> > > Unfortunately, the popularity of this book is starting to
> > > hammer on my server. Would someone be willing to be an official
mirror
> > > of the book? (I realize that several of you have already mirrored the
> > > book, but I'd like to make it official on the asteriskdocs.org
website.)
> >
> > I'll ask my boss...
> The boss said YES!!! Here is the link:
>
> http://www.x-voice.it/download/AsteriskTFOT.zip
>
> Where else should I post the link to make it an official mirror?
> Bye.
>
> --
> Francesco Lattanzio
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Anti-Virus.
> Version: 7.0.344 / Virus Database: 267.12.4/143 - Release Date: 10/19/05
>
>
From f.lattanzio at mediatechnologies.it Thu Oct 20 10:25:32 2005
From: f.lattanzio at mediatechnologies.it (Francesco Lattanzio)
Date: Thu Oct 20 10:25:29 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asteriskbook, you GOT an Asterisk book!)
In-Reply-To: <007101c5d587$1fec2c80$0702a8c0@x3y6h9>
References:
<200510201637.45748.f.lattanzio@mediatechnologies.it>
<007101c5d587$1fec2c80$0702a8c0@x3y6h9>
Message-ID: <200510201725.32917.f.lattanzio@mediatechnologies.it>
On Thursday 20 October 2005 17:01, Steve Totaro wrote:
> I wouldnt post the link anywhere else. 14k is slow enough.
This is the best we can do. Maybe for italians is a bit faster.
--
Francesco Lattanzio
From jaredsmith at jaredsmith.net Thu Oct 20 11:02:40 2005
From: jaredsmith at jaredsmith.net (Jared Smith)
Date: Thu Oct 20 11:03:33 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asteriskbook, you GOT an Asterisk book!)
In-Reply-To: <200510201725.32917.f.lattanzio@mediatechnologies.it>
References:
<200510201637.45748.f.lattanzio@mediatechnologies.it>
<007101c5d587$1fec2c80$0702a8c0@x3y6h9>
<200510201725.32917.f.lattanzio@mediatechnologies.it>
Message-ID: <1129824160.24438.4.camel@localhost.localdomain>
On Thu, 2005-10-20 at 17:25 +0200, Francesco Lattanzio wrote:
> On Thursday 20 October 2005 17:01, Steve Totaro wrote:
> > I wouldnt post the link anywhere else. 14k is slow enough.
> This is the best we can do. Maybe for italians is a bit faster.
Maybe I should have make myself a little more clear. I was looking for
mirrors able to handle a large amount of bandwidth. I think we're more
than OK now, thanks to the generous support of Jeremy, William, and
Andrew.
-Jared
From markquitoriano at gmail.com Fri Oct 21 03:32:36 2005
From: markquitoriano at gmail.com (Mark Quitoriano)
Date: Fri Oct 21 03:32:30 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asteriskbook, you GOT an Asterisk book!)
In-Reply-To: <1129824160.24438.4.camel@localhost.localdomain>
References:
<200510201637.45748.f.lattanzio@mediatechnologies.it>
<007101c5d587$1fec2c80$0702a8c0@x3y6h9>
<200510201725.32917.f.lattanzio@mediatechnologies.it>
<1129824160.24438.4.camel@localhost.localdomain>
Message-ID: <6b542ec90510210132v309829b8k286f366c5c7a3ec@mail.gmail.com>
hey guys,
if you need more mirror here's mine
http://aubrey.edu.ms/AsteriskTFOT.zip
On 10/20/05, Jared Smith wrote:
>
> On Thu, 2005-10-20 at 17:25 +0200, Francesco Lattanzio wrote:
> > On Thursday 20 October 2005 17:01, Steve Totaro wrote:
> > > I wouldnt post the link anywhere else. 14k is slow enough.
> > This is the best we can do. Maybe for italians is a bit faster.
>
> Maybe I should have make myself a little more clear. I was looking for
> mirrors able to handle a large amount of bandwidth. I think we're more
> than OK now, thanks to the generous support of Jeremy, William, and
> Andrew.
>
> -Jared
>
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
>
--
Regards,
Mark Quitoriano, CCNA
http://www.atamanetworks.com
Fan the flame...
http://www.spreadfirefox.com/?q=user/register&r=19441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-doc/attachments/20051021/72ec6fec/attachment.htm
From markquitoriano at gmail.com Fri Oct 21 03:35:33 2005
From: markquitoriano at gmail.com (Mark Quitoriano)
Date: Fri Oct 21 03:35:31 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an
Asteriskbook, you GOT an Asterisk book!)
In-Reply-To: <6b542ec90510210132v309829b8k286f366c5c7a3ec@mail.gmail.com>
References:
<200510201637.45748.f.lattanzio@mediatechnologies.it>
<007101c5d587$1fec2c80$0702a8c0@x3y6h9>
<200510201725.32917.f.lattanzio@mediatechnologies.it>
<1129824160.24438.4.camel@localhost.localdomain>
<6b542ec90510210132v309829b8k286f366c5c7a3ec@mail.gmail.com>
Message-ID: <6b542ec90510210135s33832795s9c968a47a111bdeb@mail.gmail.com>
anwyay i got 2mb of bandwidth there
On 10/21/05, Mark Quitoriano wrote:
>
> hey guys,
>
> if you need more mirror here's mine
>
> http://aubrey.edu.ms/AsteriskTFOT.zip
>
>
> On 10/20/05, Jared Smith wrote:
> >
> > On Thu, 2005-10-20 at 17:25 +0200, Francesco Lattanzio wrote:
> > > On Thursday 20 October 2005 17:01, Steve Totaro wrote:
> > > > I wouldnt post the link anywhere else. 14k is slow enough.
> > > This is the best we can do. Maybe for italians is a bit faster.
> >
> > Maybe I should have make myself a little more clear. I was looking for
> > mirrors able to handle a large amount of bandwidth. I think we're more
> > than OK now, thanks to the generous support of Jeremy, William, and
> > Andrew.
> >
> > -Jared
> >
> > _______________________________________________
> > Asterisk-Doc mailing list
> > Asterisk-Doc@lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-doc
> >
>
>
>
> --
> Regards,
> Mark Quitoriano, CCNA
> http://www.atamanetworks.com
>
> Fan the flame...
> http://www.spreadfirefox.com/?q=user/register&r=19441
--
Regards,
Mark Quitoriano, CCNA
http://www.atamanetworks.com
Fan the flame...
http://www.spreadfirefox.com/?q=user/register&r=19441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-doc/attachments/20051021/3aacaa76/attachment.htm
From herve.pottier at c-s.fr Fri Oct 21 07:53:44 2005
From: herve.pottier at c-s.fr (POTTIER Herve)
Date: Fri Oct 21 07:51:15 2005
Subject: [Asterisk-doc] configuration and supervision software
Message-ID: <4358E4D8.735A52FD@c-s.fr>
Using ASTERISK , we are looking for a software able to provide API to
configure the different ASTERISK Tables. We already check some software
(Xorcom for example) but till now all these software are too limited. Do
you know if any company or university is already working on such
product?
Herve Pottier
-------------- next part --------------
A non-text attachment was scrubbed...
Name: herve.pottier.vcf
Type: text/x-vcard
Size: 343 bytes
Desc: Carte pour Herve Pottier
Url : http://lists.digium.com/pipermail/asterisk-doc/attachments/20051021/a326fd18/herve.pottier.vcf
From rodd at polylogics.com Fri Oct 21 14:27:42 2005
From: rodd at polylogics.com (Rod Dorman)
Date: Fri Oct 21 14:27:50 2005
Subject: [Asterisk-doc] Appendices A and B (Was: You ASKED for an Asterisk
book, you GOT an Asterisk book!)
In-Reply-To: <1129743421.3933.4.camel@localhost.localdomain>
References:
<200510181438.57331.f.lattanzio@mediatechnologies.it>
<1129743421.3933.4.camel@localhost.localdomain>
Message-ID: <116363505593.20051021152743@polylogics.com>
On Wednesday, October 19, 2005, 13:37:01, Jared Smith wrote:
> On Tue, 2005-10-18 at 14:38 +0200, Francesco Lattanzio wrote:
>> Where are appendices A & B?
>
> I've updated the .zip file on the server to include the missing
> appendices. ...
Don't want to appear picky but in comparing it to the physical book it
appears to be missing the Table of Contents, Index, About the Authors,
and the Colophon.
--
rodd@polylogics.com "The avalanche has already started, it is too
Rod Dorman late for the pebbles to vote." ? Ambassador Kosh
From asterisk.leif.madsen at gmail.com Sun Oct 23 23:00:01 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sun Oct 23 23:00:02 2005
Subject: [Asterisk-doc] [help] Activate account
http://www.asteriskdocs.org/
In-Reply-To: <200510041657.38317.sean@inwords.co.za>
References: <200510041657.38317.sean@inwords.co.za>
Message-ID:
On 10/4/05, Sean Wheller wrote:
> Registered @ http://www.asteriskdocs.org/
>
> Waiting for activation key that never comes :-)
>
> Can admin please check what 'appened?
Did you ever get your user activated? If not, email me directly at
leif@leifmadsen.com and I'll be sure to check it tomorrow for you.
Thanks!
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From asterisk.leif.madsen at gmail.com Sun Oct 23 23:03:55 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sun Oct 23 23:03:55 2005
Subject: [Asterisk-doc] Revisiting: Connecting to PRI (E1 - zaptel.conf) <<
Gene Nader
Message-ID:
Hey all!
We're all back from Astricon, and while I'm supposed to be in Alaska
right now (don't ask), I'm not, so I'm trying to catch up on the docs
project here.
Gene: Can you please post the latest version of your Connecting to PRI
document for all of us. I see several versions in my mailing list
here, but not too sure which one is the most current, and don't want
to get mixed up.
David: Once that gets posted, if you'd like to convert it to DocBook
for us, that'd be fantastic! I think it can probably be a document
that stands on its own for now unless we can find an appropriate
section to add it to in one of the volumes.
Much obliged all!
--
Leif Madsen - http://www.leifmadsen.com
http://www.oreilly.com/catalog/asterisk
From sean at inwords.co.za Mon Oct 24 13:05:05 2005
From: sean at inwords.co.za (Sean Wheller)
Date: Mon Oct 24 13:11:19 2005
Subject: [Asterisk-doc] test
Message-ID: <200510242005.11559.sean@inwords.co.za>
ignore
--
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za
~~~~~~~~~~~~~~~~~~~~~~~~~
Registered Linux User #375355
http://wenzani.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-doc/attachments/20051024/7b5664e5/attachment.pgp
From smith at ipmvs.com Mon Oct 24 13:18:48 2005
From: smith at ipmvs.com (Nathan C. Smith)
Date: Mon Oct 24 13:18:49 2005
Subject: [Asterisk-doc] test
Message-ID:
Working Fine.
Reply go to sender or to list?
-----Original Message-----
From: Sean Wheller [mailto:sean@inwords.co.za]
Sent: Monday, October 24, 2005 1:05 PM
To: asterisk-doc@lists.digium.com
Subject: [Asterisk-doc] test
_______________________________________________
Asterisk-Doc mailing list
Asterisk-Doc@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-doc
From sean at inwords.co.za Mon Oct 24 13:14:35 2005
From: sean at inwords.co.za (Sean Wheller)
Date: Mon Oct 24 13:20:42 2005
Subject: [Asterisk-doc] test
In-Reply-To:
References:
Message-ID: <200510242014.35874.sean@inwords.co.za>
On Monday 24 October 2005 20:18, Nathan C. Smith wrote:
> Working Fine.
>
> Reply go to sender or to list?
>
Sender. It should be list, IHMO.
This message was sent, Reply-to all
--
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za
~~~~~~~~~~~~~~~~~~~~~~~~~
Registered Linux User #375355
http://wenzani.blogspot.com/
From usailky at hotmail.com Mon Oct 24 17:59:07 2005
From: usailky at hotmail.com (Khalid Al-Usail)
Date: Mon Oct 24 17:59:06 2005
Subject: [Asterisk-doc] SIP URL
In-Reply-To: <200510242014.35874.sean@inwords.co.za>
Message-ID:
Does any one know how to configure asterisk@home to allow users to dial
SIP-URL extensions and how to configure the extension with SIP URL address.
Regards
Khalid Alusail
From suvi at gmx.ch Tue Oct 25 02:09:08 2005
From: suvi at gmx.ch (Silvio Schneider)
Date: Tue Oct 25 02:09:07 2005
Subject: [Asterisk-doc] SIP URL
References:
Message-ID: <28429.1130224148@www74.gmx.net>
Please ask on the user mailinglist or the forum.
Best Regards
Silvio
> --- Urspr?ngliche Nachricht ---
> Von: "Khalid Al-Usail"
> An: asterisk-doc@lists.digium.com, smith@ipmvs.com
> Betreff: [Asterisk-doc] SIP URL
> Datum: Mon, 24 Oct 2005 15:59:07 -0700
>
> Does any one know how to configure asterisk@home to allow users to dial
> SIP-URL extensions and how to configure the extension with SIP URL
> address.
>
>
> Regards
>
> Khalid Alusail
>
>
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
>
--
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
From suvi at gmx.ch Tue Oct 25 02:09:08 2005
From: suvi at gmx.ch (Silvio Schneider)
Date: Tue Oct 25 02:09:07 2005
Subject: [Asterisk-doc] SIP URL
References:
Message-ID: <28429.1130224148@www74.gmx.net>
Please ask on the user mailinglist or the forum.
Best Regards
Silvio
> --- Urspr?ngliche Nachricht ---
> Von: "Khalid Al-Usail"
> An: asterisk-doc@lists.digium.com, smith@ipmvs.com
> Betreff: [Asterisk-doc] SIP URL
> Datum: Mon, 24 Oct 2005 15:59:07 -0700
>
> Does any one know how to configure asterisk@home to allow users to dial
> SIP-URL extensions and how to configure the extension with SIP URL
> address.
>
>
> Regards
>
> Khalid Alusail
>
>
> _______________________________________________
> Asterisk-Doc mailing list
> Asterisk-Doc@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-doc
>
--
Telefonieren Sie schon oder sparen Sie noch?
NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie
From so_sack at yahoo.com Thu Oct 27 01:34:14 2005
From: so_sack at yahoo.com (somsack inthavongsy)
Date: Thu Oct 27 01:34:08 2005
Subject: [Asterisk-doc] prepaid
Message-ID: <20051027063414.41779.qmail@web54204.mail.yahoo.com>
hi
now i want to use prepaid on asterisk, i install the
soft ware but now i can not connect to the database,i
use astbill-0.9.0.7 so can you tell me how to connect
and step to create new database
thanks for your help
regards
sack
__________________________________
Start your day with Yahoo! - Make it your home page!
http://www.yahoo.com/r/hs
From jaredsmith at jaredsmith.net Thu Oct 27 10:15:21 2005
From: jaredsmith at jaredsmith.net (Jared Smith)
Date: Thu Oct 27 10:15:33 2005
Subject: [Asterisk-doc] prepaid
In-Reply-To: <20051027063414.41779.qmail@web54204.mail.yahoo.com>
References: <20051027063414.41779.qmail@web54204.mail.yahoo.com>
Message-ID: <1130426121.30883.2.camel@localhost.localdomain>
On Wed, 2005-10-26 at 23:34 -0700, somsack inthavongsy wrote:
> now i want to use prepaid on asterisk, i install the
> soft ware but now i can not connect to the database,i
> use astbill-0.9.0.7 so can you tell me how to connect
> and step to create new database
Unfortunately, you are asking in the wrong mailing list. This mailing
list is dedicated to documentation for Asterisk, not for end-user
support. If astbill were a core part of Asterisk, we might discuss
documentation for it, but for now, we're busy writing documentation for
Asterisk itself.
-Jared
From asterisk.leif.madsen at gmail.com Fri Oct 28 03:38:22 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Fri Oct 28 03:38:17 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
Message-ID:
Today I've been playing and experimenting with a new Document
Management System (DMS) for use by the Asterisk Documentation Project.
This new system will allow us to bring a document from draft stage all
the way through various steps and approval processes in order to
create professional, community created documentation. I'm very excited
about this new process of document creation!
I have written a couple of README files which still need to be
proof-read and updated as we take our first document through the
system. Here are some of the advantages to using the new DMS system:
* Check-in / Check-out capabilities directly from a web interface --
no more end-user CVS required
* Work with documentation in ASCII format. This allows people to use
any editor, however simple, that they wish. This will also make it
easier to convert to DocBook format after the document has been
written.
* No longer need to deal with DocBook if you don't wish to. The
document creation and DocBook conversion are now separate steps --
makes document creation simpler!
* Work through the document creation process in "steps" using "Life
cycles". A life cycle can be applied to a document, which is then
promoted or demoted (rarely), bringing the document through various
stages. Different permissions on the file are automatically set based
on which step in the process the document is involved in.
* No more lost documents and confusion on the mailing lists (although
this is still used for discussion during document creation)
* Notification system to alert Core team members know when a document
has been changed or its status promoted.
* A more logical document creation process -- with more documentation
explaining the process in a pair of README files. These files will be
updated as we run a few documents through the new process
* Not forced to write a whole book -- focus now on shorter, more
focused documents called "articles" -- new article template file in
the Document Templates directory of the DMS system.
The new system should allow for a more focused and logical approach to
document creation by breaking it up into smaller chunks. The web
interface is fairly intuitive and should lower the barrier of entry to
creating documentation. With the new focus being around shorter
documents rather than full books, this should allow more documentation
to be provided by the Asterisk Documentation Project team. Once we
have enough articles on a subject, or group of subjects, we can
combine them together to create books if it makes sense.
The first article through the system will be Gene Naden's "Connection
to a PRI". I've already uploaded the document to the DMS system, and
will be taking it through the steps of the DMS over the coming days. I
will also be updating the README.documentation_process and
README.docbook_process documents throughout this period.
If people would like to get involved with this initial process and
learn it so that we can improve the DocBook template we're using, and
to refine how documents are created by us, feel free! I'm going to
lead it up, but the more the merrier.
Also, if you have idea's of which documents are "must haves", then let
me know as well (if you're the first to suggest something, please
create a new thread -- please verify if you're the first, and if not,
reply to the newly created thread. I will eventually put the ideas up
on a website poll and we'll start working through creating the
documents in order of demand.
Suggestions for refining this process are welcome!
--
Leif Madsen - http://www.leifmadsen.com
http://www.asteriskdocs.org -- Co-Founder
http://www.oreilly.com/catalog/asterisk -- Co-Author
From sean at inwords.co.za Fri Oct 28 03:41:53 2005
From: sean at inwords.co.za (Sean Wheller)
Date: Fri Oct 28 03:48:06 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
In-Reply-To:
References:
Message-ID: <200510281041.53658.sean@inwords.co.za>
On Friday 28 October 2005 10:38, Leif Madsen wrote:
> * Check-in / Check-out capabilities directly from a web interface --
> no more end-user CVS required
Interesting. Let's start by knowing where the current web interface can be
found.
--
Sean Wheller
Technical Author
sean@inwords.co.za
084-854-9408
http://www.inwords.co.za
~~~~~~~~~~~~~~~~~~~~~~~~~
Registered Linux User #375355
http://wenzani.blogspot.com/
From asterisk.leif.madsen at gmail.com Fri Oct 28 03:53:44 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Fri Oct 28 03:53:47 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
In-Reply-To: <200510281041.53658.sean@inwords.co.za>
References:
<200510281041.53658.sean@inwords.co.za>
Message-ID:
On 10/28/05, Sean Wheller wrote:
> On Friday 28 October 2005 10:38, Leif Madsen wrote:
> > * Check-in / Check-out capabilities directly from a web interface --
> > no more end-user CVS required
>
> Interesting. Let's start by knowing where the current web interface can be
> found.
Heh... guess in all my eagerness (and it being 4:54 AM here) I forgot
a link. Be sure you're a Registered member and logged in to see
anything useful.
http://www.asteriskdocs.org/modules/dms/
--
Leif Madsen - http://www.leifmadsen.com
http://www.asteriskdocs.org -- Co-Founder
http://www.oreilly.com/catalog/asterisk -- Co-Author
From asterisk.leif.madsen at gmail.com Fri Oct 28 03:54:38 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Fri Oct 28 03:54:31 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
In-Reply-To: <200510281041.53658.sean@inwords.co.za>
References:
<200510281041.53658.sean@inwords.co.za>
Message-ID:
On 10/28/05, Sean Wheller wrote:
> On Friday 28 October 2005 10:38, Leif Madsen wrote:
> > * Check-in / Check-out capabilities directly from a web interface --
> > no more end-user CVS required
>
> Interesting. Let's start by knowing where the current web interface can be
> found.
... or the more common way:
Go to http://www.asteriskdocs.org
Login
Under the Main Menu section of the left bar, click Document Management System
--
Leif Madsen - http://www.leifmadsen.com
http://www.asteriskdocs.org -- Co-Founder
http://www.oreilly.com/catalog/asterisk -- Co-Author
From randulo at ssl-mail.com Fri Oct 28 04:00:50 2005
From: randulo at ssl-mail.com (R. Resnick)
Date: Fri Oct 28 04:00:53 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
In-Reply-To:
References: <200510281041.53658.sean@inwords.co.za>
Message-ID: <4361E8C2.9050200@ssl-mail.com>
> Go to http://www.asteriskdocs.org
> Login
> Under the Main Menu section of the left bar, click Document Management System
Nice work blitz!
zeeek
From oej at edvina.net Sat Oct 29 04:11:19 2005
From: oej at edvina.net (Olle E. Johansson)
Date: Sat Oct 29 04:11:30 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
In-Reply-To:
References:
Message-ID: <43633CB7.6010503@edvina.net>
Leif Madsen wrote:
> * Work with documentation in ASCII format. This allows people to use
> any editor, however simple, that they wish. This will also make it
> easier to convert to DocBook format after the document has been
> written.
ASCI?? A-Z only? I believe DocBook can handle more, since it's XML and
XML by nature is unicode. Guess this was a mistake, but what character
set are we supposed to use? As we move Asterisk to a more international
way of handling characters, we need support for ??? and even more
interesting characters :-)
/O
From asterisk.leif.madsen at gmail.com Sat Oct 29 18:27:12 2005
From: asterisk.leif.madsen at gmail.com (Leif Madsen)
Date: Sat Oct 29 18:27:16 2005
Subject: [Asterisk-doc] (interesting announcement) New Document Management
System (DMS) at ADP
In-Reply-To: <43633CB7.6010503@edvina.net>
References:
<43633CB7.6010503@edvina.net>
Message-ID:
On 10/29/05, Olle E. Johansson wrote:
> Leif Madsen wrote:
> > * Work with documentation in ASCII format. This allows people to use
> > any editor, however simple, that they wish. This will also make it
> > easier to convert to DocBook format after the document has been
> > written.
>
> ASCI?? A-Z only? I believe DocBook can handle more, since it's XML and
> XML by nature is unicode. Guess this was a mistake, but what character
> set are we supposed to use? As we move Asterisk to a more international
> way of handling characters, we need support for ??? and even more
> interesting characters :-)
Heh, yes, you are totally correct in that I was mistaken with the term
"ASCII". What I meant was plaintext, and I tend to (incorrectly)
substitute ASCII for plain text.
As for us North Americans being more sensitive to the world community,
we need to be more aware of the use of special characters and be sure
our goals take this into account. As we see Asterisk start to support
a more international character set, those of us in the documentation
arena also need to keep up. Luckily I have people like you, Olle, to
keep me in line :)
--
Leif Madsen - http://www.leifmadsen.com
http://www.asteriskdocs.org -- Co-Founder
http://www.oreilly.com/catalog/asterisk -- Co-Author