返回列表 發帖

Availability of Asterisk Cookbook

http://oreilly.com/catalog/0636920018551

Not yet released

Description

Asterisk has a wealth of features to help you customize your PBX to fill very specific business needs. This short cookbook offers recipes for tackling dialplan fundamentals, making and controlling calls, and monitoring channels in your PBX environment. Each recipe includes a simple code solution you can put to work immediately, along with a detailed discussion that offers insight into why and how the recipe works.
Full Description

Asterisk has a wealth of features to help you customize your PBX to fill very specific business needs. This short cookbook offers recipes for tackling dialplan fundamentals, making and controlling calls, and monitoring channels in your PBX environment. Each recipe includes a simple code solution you can put to work immediately, along with a detailed discussion that offers insight into why and how the recipe works.

This book focuses on Asterisk 1.8, although many of the conventions and information presented are version-agnostic. These recipes include solutions to help you:

    Authenticate callers before moving on in your dialplan
    Redirect calls received by your auto-attendant
    Create an automatic call-back service
    Initiate hot-desking to login to and accept calls at any office device
    Monitor and interrupt live calls to train new employees at a call center
    Record calls from your Asterisk dialplan

Preliminary review is available here

http://ofps.oreilly.com/titles/9781449303822/index.html

TOP

回復 1# ckleea

Only 64 pages?

YH

TOP

Here is the content
1. Dialplan Fundamentals

    Introduction
    Counting and Conditionals

        Problem
        Solution
        Discussion
        See Also

    Looping in the Dialplan

        Problem
        Solution
        Discussion
        See Also

    Controlling Calls Based on Date and Time

        Problem
        Solution
        Discussion
        See Also

    Authenticating Callers

        Problem
        Solution
        Discussion
        See Also

    Authenticating Callers Using Voicemail Credentials

        Problem
        Solution
        Discussion
        See Also

    Authenticating Callers Using Read()

        Problem
        Solution
        Discussion
        See Also

    Debugging the Dialplan with Verbose()

        Problem
        Solution
        Discussion
        See Also

2. Call Control

    Introduction
    Creating Call Limits Using Groups

        Problem
        Solution
        Discussion
        See Also

    Originating a Call Using the CLI

        Problem
        Solution
        Discussion
        See Also

    Originating a Call Using the Dialplan

        Problem
        Solution
        Discussion
        See Also

    Originating a Call From a Call File

        Problem
        Solution
        Discussion
        See Also

    Originating a Call From the Manager Interface

        Problem
        Solution
        Discussion
        See Also

    Using the FollowMe() Dialplan Application

        Problem
        Solution
        Discussion
        See Also

    Building Find-Me-Follow-Me in the Dialplan

        Problem
        Solution
        Discussion
        See Also

    Creating a Callback Service in the Dialplan

        Problem
        Solution
        Discussion
        See Also

    Hot-Desking with the Asterisk Database

        Problem
        Solution
        Discussion
        See Also

3. Audio Manipulation

    Introduction
    Monitoring and Barging Into Live Calls

        Problem
        Solution
        Discussion
        See Also

    Growing Your Company With PITCH_SHIFT()

        Problem
        Solution
        Discussion
        See Also

    Injecting Audio into a Conference Bridge

        Problem
        Solution
        Discussion
        See Also

    Triggering Audio Playback Into a Call Using DTMF

        Problem
        Solution
        Discussion
        See Also

    Recording Calls from the Dialplan

        Problem
        Solution
        Discussion
        See Also

    Triggering Call Recording Using DTMF

        Problem
        Solution
        Discussion
        See Also

    Making Grandma Louder

        Problem
        Solution
        Discussion
        See Also

TOP

返回列表