9780596517342
index.html
Asterisk™: The Definitive Guide
Copyright © 2011 Leif Madsen, Jim Van Meggelen, and Russell Bryant
Printed in the United States of America.
- Foreword
- Preface
- 1. A Telephony Revolution
- 2. Asterisk Architecture
- 3. Installing Asterisk
- Installation Cheat Sheet
- Distribution Installation
- Software Dependencies
- Downloading What You Need
- How to Install It
- Base Configuration
- Updating Asterisk
- Common Issues
- -bash: wget: command not found
- configure: error: no acceptable C compiler found in $PATH
- make: gcc: command not found
- configure: error: C++ preprocessor “/lib/cpp” fails sanity check
- configure: error: *** Please install GNU make. It is required to build Asterisk!
- configure: *** XML documentation will not be available because the ‘libxml2’ development package is missing.
- configure: error: *** termcap support not found
- You do not appear to have the sources for the 2.6.18-164.6.1.el5 kernel installed.
- E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
- Upgrading Asterisk
- Conclusion
- 4. Initial Configuration Tasks
- 5. User Device Configuration
- 6. Dialplan Basics
- 7. Outside Connectivity
- 8. Voicemail
- 9. Internationalization
- 10. Deeper into the Dialplan
- 11. Parking and Paging
- 12. Internet Call Routing
- 13. Automatic Call Distribution (ACD) Queues
- 14. Device States
- 15. The Automated Attendant
- 16. Relational Database Integration
- 17. Interactive Voice Response
- 18. External Services
- 19. Fax
- 20. Asterisk Manager Interface (AMI)
- 21. Asterisk Gateway Interface (AGI)
- 22. Clustering
- 23. Distributed Universal Number Discovery (DUNDi)
- 24. System Monitoring and Logging
- 25. Web Interfaces
- 26. Security
- 27. Asterisk: A Future for Telephony
- A. Understanding Telephony
- B. Protocols for VoIP
- C. Preparing a System for Asterisk
- Index
Site last updated on: September 27, 2011 at 10:30:41 AM PDT




View 4 comments




Congrats on the new book. Are you keeping the starfish, or has that been relegated to the legacy TFOT?
The author has indicated that the issue raised in this comment has been resolved.
Thanks! We're keeping the starfish, as far as I know.
The author has indicated that the issue raised in this comment has been resolved.
Ya that's the cover we're going with. This is the 3rd edition of the TFOT book -- we're just updating it so extensively we're changing the title :) (Plus Asterisk is here now. The future has already arrived, so the title is out of date!)
The author has indicated that the issue raised in this comment has been resolved.
I have tech edited a few O'Reilly books, know a lot about Linux and telcom. I happen to be starting a project with Asterisk (which I have never worked with before) and decided to see how things went with this book.
There is a lot of great information in the book--I expect everyting I need to know. But, for me, what is missing is something that gives me the big picture. That is, a look at what design options I have.
For example, in my application I will have multiple small systems but one bigger one which will need accounting info from the small ones and be able to send some updates (basically dialplan and costing updates) back the other way.
I find myself looking all over the book trying to decide on the approach to take as it involves, configuration, logging, probably a relational database and such.
What I am looking for may be no more than a few pages of summary with pointers to details but it seems important for a systems designer.
The author has indicated that the issue raised in this comment has been resolved.