Displaying 2 results from an estimated 2 matches for "ast_pthread_mutex_init".
2005 Jun 02
0
chan_capi + mISDN + Fritz PTP
...4,Busy()
[default]
include => extern
Patch for chan_capi.c:
--- asterisk-chan-capi-0.3.5/chan_capi.c 2005-05-17 13:29:28.000000000 +0200
+++ asterisk-chan-capi-0.3.5-modified/chan_capi.c 2005-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);
+...
2006 Feb 23
2
chan_capi-cm-0.6.4
...and previous versions, for
these I had to apply a patch to make incoming calls work:
--- chan_capi-0.4.0-PRE1/chan_capi.c 2005-05-09 20:45:02.000000000 +0200
+++ chan_capi-0.4.0-PRE1-hacked-rsc/chan_capi.c 2005-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
+...