Book Image

Elastix Unified Communications Server Cookbook

Book Image

Elastix Unified Communications Server Cookbook

Overview of this book

Table of Contents (24 chapters)
Elastix Unified Communications Server Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Description and Use of the Most Well-known FreePBX Modules
Addon Market Module
Asterisk Essential Commands
Asterisk Gateway Interface Programming
Helpful Linux Commands
Index

Setting up video calls


To allow our IP-PBX to display a video during a call, we must add the default codecs for video support and configure the extensions to support video. In this section, we will show the steps for enabling video calls.

How to do it…

  1. To add video support to our Elastix box, we must edit the file sip_general_custom.conf in the PBX | Tools | Asterisk File Editor menu by adding the following information:

    videosupport=yes
    maxcallbitrate=384
    allow=h261
    allow=h263
    allow=h263p
    allow=h264
  2. Add the video codec declarative in the extension configuration options by using the PBX | PBX Configuration | Extensions menu. This step is shown in the next screenshot:

  3. Finally, we can call another extension with video support as shown in the next image.

    Tip

    There are some softphones and telephone sets that can support three-party video conferencing. This depends on each model and brand hardware specification. To learn more about codecs, please visit: https://wiki.asterisk.org/wiki/display/AST/Codec...