search for: capi_new

Displaying 10 results from an estimated 10 matches for "capi_new".

2005 Jun 02
0
chan_capi + mISDN + Fritz PTP
...-06-02 08:38:32.000000000 +0200 @@ -2020,7 +2020,8 @@ ast_pthread_mutex_init(&(p->lock),NULL); i->mypipe = p; if (i->isdnmode) { - p->c = capi_new(i,AST_STATE_DOWN); + p->c = capi_new(i,AST_STATE_RING); + //p->c = capi_new(i,AST_STATE_DOWN); i->state = CAPI_STATE_DID; } else {...
2006 Feb 23
2
chan_capi-cm-0.6.4
...005-06-04 13:30:19.000000000 +0 @@ -2141,7 +2175,8 @@ ast_pthread_mutex_init(&(p->lock),NULL); i->mypipe = p; if (i->isdnmode) { - p->c = capi_new(i,AST_STATE_DOWN); + //RSC + p->c = capi_new(i,AST_STATE_RING); i->state = CAPI_STATE_DID; } else {...
2005 Jan 12
4
chan_capi-0.3.5 error 127
...# make CC=gcc In file included from /usr/include/linux/kernelcapi.h:13, from /usr/include/linux/capi.h:18, from chan_capi.c:35: /usr/include/linux/list.h:604:2: warning: #warning "don't include kernel headers in userspace" chan_capi.c: In function 'capi_new': chan_capi.c:1076: error: structure has no member named 'cid' chan_capi.c:1077: error: structure has no member named 'cid' chan_capi.c: In function 'capi_handle_dtmf_fax': chan_capi.c:1189: error: structure has no member named 'cid' chan_capi.c: In function '...
2007 Jan 25
1
Failing to compile chan_capi
...aration of `STANDARD_LOCAL_USER' chan_capi.c:146: warning: data definition has no type or storage class chan_capi.c:147: warning: type defaults to `int' in declaration of `LOCAL_USER_DECL' chan_capi.c:147: warning: data definition has no type or storage class chan_capi.c: In function `capi_new': chan_capi.c:2069: error: too few arguments to function `ast_channel_alloc' chan_capi.c:2083: error: structure has no member named `type' chan_capi.c: In function `pbx_capicommand_exec': chan_capi.c:4613: warning: implicit declaration of function `LOCAL_USER_ADD' chan_capi.c:46...
2004 Dec 07
3
can't compile chan_capi 3.5 after patch applied :-(
...3.5]# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DCAPI_SYNC -DUNSTABLE_CVS -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c chan_capi.c: In function `capi_new': chan_capi.c:1076: structure has no member named `cid' chan_capi.c:1077: structure has no member named `cid' chan_capi.c: In function `capi_handle_dtmf_fax': chan_capi.c:1189: structure has no member named `cid' chan_capi.c: In function `pipe_msg': chan_capi.c:1764: structu...
2004 Jul 14
2
Chan_Capi 0.3.4a error
...chan_capi.c:825: error: structure has no member named `delivery' chan_capi.c:826: error: structure has no member named `delivery' chan_capi.c: In function `capi_write': chan_capi.c:898: error: `capi_send_buffer_lock' undeclared (first use in this function) chan_capi.c: In function `capi_new': chan_capi.c:1021: error: structure has no member named `delivery' chan_capi.c:1022: error: structure has no member named `delivery' chan_capi.c:1077: error: `usecnt_lock' undeclared (first use in this function) chan_capi.c: In function `capi_request': chan_capi.c:1129: error:...
2003 Apr 24
0
core dump in capi somewhere
...") in new stack -- Goto (capiring,81520400,1) -- Executing Dial("SIP/ola-5a9c", "CAPI/22545079:bBYEXTENSION|120|Ttr") in new stack == data = 22545079:b81520400 == capi request omsn = 22545079 == found capi with omsn = 22545079 Segmentation fault (gdb) bt #0 capi_new (i=0x80dc0e8, state=4) at chan_capi.c:785 #1 0x402779a3 in capi_handle_msg (CMSG=0x80dc0e8) at chan_capi.c:1516 #2 0x4027715f in do_monitor (data=0x0) at chan_capi.c:1710 #3 0x4001fd53 in pthread_start_thread () from /lib/libpthread.so.0 -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - ht...
2005 Jan 06
0
chan_capi compile problem
...PI_SYNC -DUNSTABLE_CVS -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory chan_capi.c: In function `capi_new': chan_capi.c:1073: structure has no member named `callerid' chan_capi.c:1074: structure has no member named `dnid' chan_capi.c: In function `pipe_msg': chan_capi.c:1724: structure has no member named `dnid' chan_capi.c:1724: structure has no member named `dnid' chan_c...
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
...chan_capi.c:826: error: structure has no member named `delivery' chan_capi.c:827: error: structure has no member named `delivery' chan_capi.c: In function `capi_write': chan_capi.c:899: error: `capi_send_buffer_lock' undeclared (first use in this function) chan_capi.c: In function `capi_new': chan_capi.c:1022: error: structure has no member named `delivery' chan_capi.c:1023: error: structure has no member named `delivery' chan_capi.c:1078: error: `usecnt_lock' undeclared (first use in this function) chan_capi.c: In function `capi_request': chan_capi.c:1130: error:...
2004 Aug 16
3
Problems compiling chan_capi-0.3.5
...chan_capi.c:826: error: structure has no member named `delivery' chan_capi.c:827: error: structure has no member named `delivery' chan_capi.c: In function `capi_write': chan_capi.c:899: error: `capi_send_buffer_lock' undeclared (first use in this function) chan_capi.c: In function `capi_new': chan_capi.c:1022: error: structure has no member named `delivery' chan_capi.c:1023: error: structure has no member named `delivery' chan_capi.c:1078: error: `usecnt_lock' undeclared (first use in this function) chan_capi.c: In function `capi_request': chan_capi.c:1130: error:...