Newsflash
The H324M library has reached it's first milestone.
Audio, video an dtmf are finally working!!!
app_mixer instalation PDF Print E-mail
Sunday, 24 June 2007

Compiling

This document explains how to install and setup the app_mixer application.
First, you need to have the source code of your Asterisk correctly installed on your system and the client libraries from the media mixer.

Copy the app_mixer.c file into de Asterisk apps directory and append the following lines to the Makefile in the same directory:

app_mixer.so : app_mixer.o
    $(CC) $(SOLINK) -o $@ ${CYGSOLINK} $< ${CYGSOLIB} -lmcuclient

Goto the Asterisk parent directory and

make
make install

Setup

Enable video support and preferred codecs in sip.conf
videosupport=yes

disable=all
allow=ulaw
allow=alaw
allow=h263
allow=h263p
Now, you can use the application functions in your dialpan, a simple setup is like that:
[default]
exten => 201,1,Answer
exten => 201,2,mixer_join
exten => 201,3,HangUp
Copyright 2006 - Sergio García Murillo
Powered by Mambo