search for: chan_capi_pvt

Displaying 7 results from an estimated 7 matches for "chan_capi_pvt".

2004 Dec 07
3
can't compile chan_capi 3.5 after patch applied :-(
...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 -Wmissing-prototypes -W...
2004 Jul 18
1
chan_capi won't compile
...13, from /usr/include/linux/capi.h:18, from chan_capi.c:34: /usr/include/linux/list.h:563:2: warning: #warning "don't include kernel headers in userspace" chan_capi.c:35:20: capi20.h: No such file or directory In file included from chan_capi.c:38: chan_capi_pvt.h:92: error: parse error before "_cword" chan_capi_pvt.h:92: warning: no semicolon at end of struct or union chan_capi_pvt.h:189: error: parse error before '}' token chan_capi.c:41: error: parse error before "ast_capi_MessageNumber" chan_capi.c:41: warning: type defaults...
2003 May 28
1
chan_capi request
hi all is it hard/possible to move the following from chan_capi_pvt.h into a setting (preferably global) in capi.conf? #define AST_CAPI_NATIONAL_PREF "0" #define AST_CAPI_INTERNAT_PREF "00" and ... Is it hard to move or copy the txgain and rxgain to [global], either as a given 'default' if nothing's set in the...
2004 May 24
1
Chan_capi 0.3.1 , Asterisk , 3 x C4 active ISDN card Segmentation fault
Hi, i use chan_capi 0.3.1 with asterisk (stable branch cvs) and 3 x c4 active ISDN card. From Controller 1 - 7 there are no problems making calls between asterisk and the pstn. But when i make calls from controller 8 - 12 i get on every controller (8 - 12) a segmentation fault in asterisk :( I tried different linux distributions (gentoo 2004.1, redhat 9.0 , suse 9.1) but same error.
2005 Aug 24
2
chan_capi on slackware10? cannot compile :-( why?
...e "_capi_put_cmsg" chan_capi_app.h:34: error: parse error before '*' token chan_capi_app.h:34: warning: type defaults to `int' in declaration of `_capi_put_cmsg' chan_capi_app.h:34: warning: data definition has no type or storage class In file included from chan_capi.c:53: chan_capi_pvt.h:133: error: parse error before "_cword" . . . chan_capi.c:2834: error: invalid lvalue in assignment chan_capi.c:2835: error: invalid lvalue in assignment chan_capi.c:2837: error: invalid lvalue in assignment chan_capi.c:2844: error: `error' undeclared (first use in this function) ch...
2005 Jan 22
0
chan_capi patch: app_capiFax modifications
...> #include <asterisk/pbx.h> #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_FO...
2004 Aug 26
6
chan_capi module
...nclude/stdio.h:344: error: syntax error before "__gnuc_va_list"/usr/include/stdio.h:344: error: storage class specified for parameter `vprintf'/usr/include/stdio.h:347: error: syntax error before "__gnuc_va_list".. .. .. chan_capi.c:2595: error: redeclaration of `txgain' chan_capi_pvt.h:181: error: `txgain' previously declared here chan_capi.c:2596: error: parameter `isdnmode' is initialized chan_capi.c:2596: error: redeclaration of `isdnmode' chan_capi_pvt.h:157: error: `isdnmode' previously declared here chan_capi.c:2597: error: parameter `callgroup' is ini...