|
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()
|