Displaying 3 results from an estimated 3 matches for "chan_capi_app".
2005 Aug 24
2
chan_capi on slackware10? cannot compile :-( why?
...sing-declarations -g  -I/usr/i
nclude -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586  -DASTERISKVERSION=\"\
" -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO   -c -o
chan_capi.o chan_capi.c
chan_capi.c:49:20: capi20.h: No such file or directory
In file included from chan_capi.c:52:
chan_capi_app.h:28: error: parse error before
"get_ast_capi_MessageNumber"
chan_capi_app.h:28: warning: type defaults to `int' in declaration of
`get_ast_capi_MessageNumber'
chan_capi_app.h:28: warning: data definition has no type or storage
class
chan_capi_app.h:34: error: parse error before &...
2004 Dec 07
3
can't compile chan_capi 3.5 after patch applied :-(
...fritz                      
linux-2.4.20-35.cc
[root@server src]# cd chan_capi0.3.5
-bash: cd: chan_capi0.3.5: No such file or directory [root@server
src]# cd chan_capi-0.3.5 [root@server chan_capi-0.3.5]# ls
app_capiCD.c   app_capiHOLD.c  app_capiNoES.c      capi.conf          
        chan_capi_app.h  chan_capi_pvt.h  LICENSE   README
app_capiECT.c  app_capiMCID.c  app_capiRETRIEVE.c 
chan_capi-0.3.5-patch.diff  chan_capi.c      INSTALL          Makefile
 xlaw.h
[root@server chan_capi-0.3.5]# nano INSTALL
original chan_capi compil:
[root@server chan_capi-0.3.5]# make
gcc -pipe -Wall -Wmiss...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...#include <asterisk/module.h>
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <pthread.h>
#include <linux/capi.h>
#include <capi20.h>
#include "chan_capi_pvt.h"
#include "chan_capi_app.h"
/* FAX Resolutions */
#define FAX_STANDARD_RESOLUTION 0
#define FAX_HIGH_RESOLUTION     1
/* FAX Formats */
#define FAX_SFF_FORMAT                  0
#define FAX_PLAIN_FORMAT                1
#define FAX_PCX_FORMAT                  2
#define FAX_DCX_FORMAT                  3
#define FAX_T...