Building Telephony Systems with OpenSER and over 900,000 other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Building Telephony Systems with OpenSER
 
 
Start reading Building Telephony Systems with OpenSER on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Building Telephony Systems with OpenSER [Paperback]

Flavio Goncalves
4.0 out of 5 stars  See all reviews (1 customer review)
RRP: £27.99
Price: £26.59 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.40 (5%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Saturday, February 11? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.00  
Paperback £26.59  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Frequently Bought Together

Building Telephony Systems with OpenSER + Building Telephony Systems with OpenSIPS 1.6 + Asterisk: The Definitive Guide
Price For All Three: £80.38

Show availability and delivery details

Buy the selected items together

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 303 pages
  • Publisher: PACKT PUBLISHING (1 May 2008)
  • Language English
  • ISBN-10: 1847193730
  • ISBN-13: 978-1847193735
  • Product Dimensions: 23 x 19 x 2.4 cm
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 1,088,957 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Flavio E. Goncalves
Discover books, learn about writers, and more.

Visit Amazon's Flavio E. Goncalves Page

Product Description

Product Description

OpenSER is a flexible, free open-source VoIP server based on the Session Initiation Protocol (SIP), an application-layer control (or signaling) protocol for creating, modifying, and terminating sessions with one or more participants, including internet telephone calls, multimedia distribution, and multimedia conferences.

Engineered to power IP telephony infrastructures up to large scale, OpenSER is written in pure C for Linux/Unix-like systems with architecture-specific optimizations to offer high performance; it is able to handle 4 million users on a single processor server. The server keeps track of users, sets up VoIP sessions, relays instant messages, and creates space for new plug-in applications.

It can be used on systems with limited resources as well as on carrier-grade servers, scaling up to thousands of call setups per second. It is customizable, being able to feature as fast load balancer; SIP server flavors: registrar, location server, proxy server, redirect server; gateway to SMS/XMPP; or advanced VoIP application server.

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

 

Customer Reviews

1 Review
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

2 of 2 people found the following review helpful:
4.0 out of 5 stars Nice book for beginners with OpenSER, 25 July 2008
This review is from: Building Telephony Systems with OpenSER (Paperback)
OpenSER (and its sister project, SER), have always had the reputation of being powerful applications, but with a steep learning curve and little documentation. They implement their own mini-language, which is exposed to the administrator via a single configuration file (for anyone that's old enough to remember, think of sendmail.cf from mailservers of yesteryear, and you'll know what I mean). Once you've got the semantics of this DSL (Domain Specific Language) down, you then need to read (and properly understand) the SIP standards, in order to know how to build the configuration file in the correct way. That's a fair bit of prep time to get going, and its frustrated many people when they started out. If it wasn't for the fact that OpenSER/SER are best of breed applications in the open-source space, and the fact that most people using them were programmers of one type or another, they may well have found it hard to achieve popularity.

This book caters to the growing number of new users that arrive at OpenSER without an in-depth knowledge of SIP or programming. The book starts with a common use-case, namely as Registrar and SIP Proxy, with forwarding for PSTN termination. The first two chapters of the book aim to get you comfortable with SIP at a top level. They explain what OpenSER is, how it processes SIP messages, how you interact with it, and the options it gives you in managing your SIP realm in simple terms. It outlines other common nodes in a SIP network, and surrounding standards and protocols, including RTP, SDP and DTMF, and MediaProxy, Asterisk, RADIUS and the PSTN. These are definitely handy chapters to have, although are arguably books in their own right (and indeed there are several such books out there). This exemplifies another problem the newbie has when first landing on planet OpenSER; It's almost always the star of its solar system. Every other node relies on it for routing, sending information, receiving information. So if you misconfigure the gravity, or solar radiation, or any one of the other million configurables, you've end up with a very dead galaxy. If you don't know about what all the other nodes in your network need from your OpenSER, then you will have problems.

The first chapters are enough to get the user started, and in fact we're led through a sample Debian install to provide a platform for the experiments that follow. You might like or not like Debian, but you can always take the approach that following the step-by-step guide will get you off the ground faster, and you can always go back to basics again later with your favourite OS. You should note that it's not really a reference guide, so other material will probably be needed as you start projects of your own.

Chapter 3 goes through installation, and file structure of the application, leading us into the main meat of the book: Chapters 4-10 which walks us through the config file several times over, implementing useable services. There are several things I like about this format. First, it chooses common recipes; the things most people want to get done. Yes, OpenSER will support a flat text database, or postgres, or AN Other Db format, but not all of these are fully supported, and the most common one, MYSQL, is used as the database store for these tutorials. This appeals to the user everywhere that just wants to get things working, and wants to see what OpenSER can do. Secondly, the book does not abandon its reference to theory. When you look to handle NAT, it tells you about the different kinds and how and why we deal with them the way we do. Actually this section is as good a summary of what NAT means as I have seen anywhere, and many would benefit from reading it. Lastly, The Lab sections offer the opportunity for the user to go and implement something straight away, and it gets them thinking about how to tweak the service for their own ends. The clear distinction means you can either read the book or sit with it next to your computer as a reference whilst working with OpenSER.

In Chapter 6, the author talks about his own GUI management interface for OpenSER, called SerMyAdmin. I have sometimes heard the criticism that OpenSER is "hard to manage" as it has only a command line interface. No single open-source tool has emerged to fill this perceived gap, so the author is offering his own, even launching it as another open source project in its own right.

The last couple of chapters deal with 3rd party software that you can use to help your efforts in working with SIP, and one of the problems of writing a book on an open source app. The 3rd party tools section should probably have come before the OpenSER specific sections, as tools like SIPp and sipsak are very useful in testing OpenSER development, as is the redoubtable Wireshark.

The last chapter "After Words" talks about what is new in 1.2.3 (already outdated, 1.3.2 is stable), and a small section on what is in 1.3. There are some fairly major changes in functionality in 1.3 compared to 1.2, but no major overhaul of the syntax is required, as was the case going from 1.X to the 2.X branch, so users should not be burned by this. It also discussed a web-based admin suite. This "After Words" chapter I found a pretty nice section, picking up some of the missed threads, for example talking about RTPproxy, and its relative advantages/disadvantages relative to MediaProxy, which got a lot more book space back in Chapter 9.

Overall this is a nice book that puts lots of related information that can be found elsewhere into one place, with examples for common recipes in working with OpenSER/SER. For the newbie, understanding the openser.cfg is important in breaking the back of the task of learning OpenSER, and this book really goes to town trying to explain this part for us. The book does what it sets out to do, which is to be a step-by-step guide for beginners with OpenSER, and it explains most of what you need to know to get the application up and running for typical use-cases.

There is, however, a stack of available functionality missing. No mention of Presence, or the 6 or so modules that deliver functionality in this exciting area in which OpenSER is making much progress. There is little or no mention of TLS, carrierroute, dispatcher, XMPP, Perl, LDAP, XCAP, IPv6 or the Management Interface modules. I don't think we can blame the author for this though, as the book is not designed to be a definitive OpenSER manual, and a lot of that functionality is relatively new. In a comparison to O'Reilly books on similar technologies, there is normally an introductory book 'Learning X', a definitive manual 'Programming X', and a recipes book 'X cookbook'. This book is the first, and part of the last, of this series.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.2 out of 5 stars (4 customer reviews)

4 of 4 people found the following review helpful:
5.0 out of 5 stars A comprehensive introduction to OpenSER, 4 Jun 2008
By James Van Meggelen - Published on Amazon.com
This review is from: Building Telephony Systems with OpenSER (Paperback)
OpenSER has quickly gained a well-deserved reputation as one of the finest open source VoIP projects. Lightweight yet powerful, OpenSER powers some of the world's largest VoIP implementations.

Up until now, many people have been reluctant to explore the power of OpenSER, due to the steep learning curve, and a sense that it is very difficult to understand.

Finally, a book that lowers the barriers to entry.

Building Telephony Systems with OpenSER is just what the OpenSER community needs in order to grow. This concise yet excellent book takes you step by step through most of the key OpenSER modules, and it does so in a manner that seems to strike the right balance between brevity and depth. I have been reluctant to get into OpenSER, because I remember how painful it was to learn Asterisk without a good book. With this book, I feel that OpenSER just became more friendly and accessible.



1 of 1 people found the following review helpful:
5.0 out of 5 stars Simply excelent, 25 July 2008
By Miguel A. Licero Gualdron - Published on Amazon.com
This review is from: Building Telephony Systems with OpenSER (Paperback)
It does not matter if you are a entry-level or a professional in the voip field. This book covers the basics and anything else you need to know about how to set up a stable and scalable voice operating platform.

4.0 out of 5 stars Good, but a little bit obsolete, 23 Nov 2011
By Alexey Ch - Published on Amazon.com
This review is from: Building Telephony Systems with OpenSER (Paperback)
Good book with good explanations and instructions. But a little bit obsolete because there is no more OpenSER. There are Kamailio and OpenSIPS. And they differ from each other and from their "father" - OpenSER.
That is why i'd recommended to buy new OpenSIPS (it exists in Amazon: [...]) and Kamailio (didn't found) editions.
 Go to Amazon.com to see all 4 reviews  4.2 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges