|
|
|
|
LEADER |
00000cam a2200000Ma 4500 |
001 |
EBSCO_ocn849919028 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
130603s2013 enka o 001 0 eng d |
040 |
|
|
|a E7B
|b eng
|e pn
|c E7B
|d OCLCO
|d OCLCF
|d N$T
|d COO
|d EBLCP
|d IDEBK
|d DEBSZ
|d YDXCP
|d OCLCQ
|d COCUF
|d AGLDB
|d ICA
|d CNNOR
|d MOR
|d PIFAG
|d ZCU
|d MERUC
|d OCLCQ
|d U3W
|d D6H
|d STF
|d WRM
|d OCLCQ
|d VTS
|d NRAMU
|d ICG
|d NLE
|d VT2
|d INT
|d OCLCQ
|d UKMGB
|d OCLCQ
|d A6Q
|d DKC
|d OCLCQ
|d UKAHL
|d HS0
|d NLW
|d OCLCQ
|d UKCRE
|d AJS
|d OCLCO
|d OCLCQ
|
015 |
|
|
|a GBB7D0118
|2 bnb
|
016 |
7 |
|
|a 018005207
|2 Uk
|
019 |
|
|
|a 850162198
|a 961637447
|a 962650607
|a 974768916
|a 974867333
|a 981896616
|a 989219743
|a 1005939048
|a 1018054164
|a 1043630303
|a 1064639515
|a 1081225502
|a 1083601708
|a 1103250510
|a 1118436557
|a 1129353610
|a 1153524743
|a 1228594037
|a 1274731804
|
020 |
|
|
|a 9781782161011
|q (electronic bk.)
|
020 |
|
|
|a 1782161015
|q (electronic bk.)
|
020 |
|
|
|z 9781782161004
|
029 |
1 |
|
|a AU@
|b 000053308889
|
029 |
1 |
|
|a AU@
|b 000060549576
|
029 |
1 |
|
|a DEBBG
|b BV044175498
|
029 |
1 |
|
|a DEBSZ
|b 397546327
|
029 |
1 |
|
|a DEBSZ
|b 493122699
|
029 |
1 |
|
|a NZ1
|b 15588550
|
029 |
1 |
|
|a UKMGB
|b 018005207
|
029 |
1 |
|
|a AU@
|b 000066754960
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999938874905765
|
035 |
|
|
|a (OCoLC)849919028
|z (OCoLC)850162198
|z (OCoLC)961637447
|z (OCoLC)962650607
|z (OCoLC)974768916
|z (OCoLC)974867333
|z (OCoLC)981896616
|z (OCoLC)989219743
|z (OCoLC)1005939048
|z (OCoLC)1018054164
|z (OCoLC)1043630303
|z (OCoLC)1064639515
|z (OCoLC)1081225502
|z (OCoLC)1083601708
|z (OCoLC)1103250510
|z (OCoLC)1118436557
|z (OCoLC)1129353610
|z (OCoLC)1153524743
|z (OCoLC)1228594037
|z (OCoLC)1274731804
|
037 |
|
|
|a 9781782161011
|b Packt Publishing Pvt. Ltd
|
050 |
|
4 |
|a TK5105.8865
|b .F74 2013eb
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006
|
049 |
|
|
|a UAMI
|
245 |
0 |
0 |
|a FreeSWITCH 1.2 :
|b build robust, high-performance telephony systems using FreeSWITCH /
|c Anthony Minessale [and others].
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2013.
|
300 |
|
|
|a 1 online resource (xi, 401 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
500 |
|
|
|a Includes index.
|
520 |
|
|
|a This book is full of practical code examples aimed at a beginner to ease his or her learning curve. This book is written for IT professionals and enthusiasts who are interested in quickly getting a powerful telephony system up and running using the free and open source application, FreeSWITCH. Telephony experience will be helpful, but not required.
|
505 |
0 |
|
|a Cover -- Copyright -- Credits -- About the Authors -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Architecture of FreeSWITCH -- A revolution has begun and secrets have been revealed -- The FreeSWITCH design � modular, scalable, and stable -- Important modules � Endpoint and Dialplan -- Complex applications made simple -- Voicemail -- Multi-party conferencing -- The FreeSWITCH API (FSAPI) -- The XML registry -- Language modules -- The demonstration configuration -- Summary
|
505 |
8 |
|
|a Chapter 2: Building and InstallationSetting up the FreeSWITCH environment -- Operating system -- Operating system prerequisites -- Linux/Unix -- Mac OS X -- Windows -- Text editors and XML -- Downloading the source -- Building from the latest code -- Compiling FreeSWITCH for Linux/Unix/Mac OS X -- Compiling FreeSWITCH -- Step 1 � edit modules.conf -- Step 2 � run the configure script -- Step 3 � run the make and make install utilities -- Step 4 � edit modules.conf.xml -- Step 5 � install sound and music files
|
505 |
8 |
|
|a Compiling FreeSWITCH for WindowsImportant considerations for Windows users -- Building the solution with MSVC/MSVCEE -- Starting FreeSWITCH -- Running FreeSWITCH in the background -- Summary -- Chapter 3: Test Driving the Example Configuration -- Important concepts to understand -- Putting FreeSWITCH to work -- Controlling FreeSWITCH with the CLI -- Configuring a SIP phone to work with FreeSWITCH -- SIP settings -- X-Lite soft phone -- Hard phones -- Aastra phones -- Polycom phones -- Snom phones -- Testing the example Dialplan
|
505 |
8 |
|
|a Test calls for a single phoneThe Tetris extension -- Echo test -- Music on hold -- Demonstration IVR -- The information application -- Test calls for two or more phones -- Calling another telephone -- Parking a call -- Calling a conference -- Example Dialplan quick reference -- Summary -- Chapter 4: SIP and the User Directory -- Understanding the FreeSWITCH user directory -- Working with the FreeSWITCH user directory -- User features -- Adding a user -- Testing voicemail -- Groups of users -- Connecting to the world with gateways
|
505 |
8 |
|
|a Setting up a new gatewayMaking calls -- Receiving calls -- Making calls without a gateway -- SIP profiles and user agents -- Summary -- Chapter 5: Understanding the XML Dialplan -- FreeSWITCH XML Dialplan elements -- Contexts -- Default -- Public -- Features -- Extensions -- Conditions -- Call legs and channel variables -- Accessing channel variables -- Regular expressions -- Actions and anti-actions -- How Dialplan processing works -- Creating a new extension -- Important Dialplan applications -- bridge -- playback -- say
|
506 |
1 |
|
|a Legal Deposit;
|c Only available on premises controlled by the deposit library and to one user at any one time;
|e The Legal Deposit Libraries (Non-Print Works) Regulations (UK).
|5 WlAbNL
|
540 |
|
|
|a Restricted: Printing from this resource is governed by The Legal Deposit Libraries (Non-Print Works) Regulations (UK) and UK copyright law currently in force.
|5 WlAbNL
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Internet telephony.
|
650 |
|
0 |
|a Computer network protocols.
|
650 |
|
6 |
|a Téléphonie Internet.
|
650 |
|
6 |
|a Protocoles de réseaux d'ordinateurs.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Computer network protocols.
|2 fast
|0 (OCoLC)fst00872279
|
650 |
|
7 |
|a Internet telephony.
|2 fast
|0 (OCoLC)fst00977297
|
700 |
1 |
|
|a Minessale, Anthony.
|
776 |
0 |
8 |
|i Print version:
|a Minessale, Anthony.
|t FreeSWITCH 1.2.
|d Birmingham : Packt Publishing, ©2013
|z 9781782161004
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=587860
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26849405
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1192620
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10714612
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 587860
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis25731189
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10746408
|
994 |
|
|
|a 92
|b IZTAP
|