Newsflash
The H324M library has reached it's first milestone.
Audio, video an dtmf are finally working!!!
app_h324m Installation PDF Print E-mail
Tuesday, 27 February 2007

Compiling

This document explains how to install and setup the app_h324m application.
First, you need to have the source code of your Asterisk correctly installed on your system and the h324m library.

Note: Currently only Asterisk 1.4 is supported.

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

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

Goto the Asterisk parent directory and

make
make install

Test

Now, you can test that you have correctly installed the h324m library and application using the video loopback function:
[from-pstn]
exten => _.,1,Answer
exten => _.,n,h324m_loopback()
Copyright 2006 - Sergio García Murillo
Powered by Mambo