[Asterisk-Users] Chan_Capi initial deadlock

Felix Deierlein mails.asterisk at epyron.de
Thu Feb 3 05:54:07 MST 2005


Hi,

I had applied the patch and it got much better. Now I only have problems
every two days....

eb  3 14:04:12 WARNING[23065]: channel.c:472 ast_channel_walk_locked:
Avoided initial deadlock for 'CAPI[contr1/1429092]/279', 10 retries!
Feb  3 14:04:12 WARNING[23065]: channel.c:472 ast_channel_walk_locked:
Avoided initial deadlock for 'CAPI[contr1/1429092]/279', 10 retries!
Feb  3 14:04:12 WARNING[23065]: channel.c:472 ast_channel_walk_locked:
Avoided initial deadlock for 'CAPI[contr1/1429092]/279', 10 retries!


Any idea?


Regards

Felix 


> > Jan 18 16:00:09 WARNING[2919]: Avoided initial deadlock for
> > 'CAPI[contr1/1429092]/128', 10 retries!
> >
> > 2.) Patch to chan_capi
> > I did not tried it. The patch should solute that problems and enable
> > faxing? Has anybody experiences with it? If there is a 
> problem why is
> > not kapejod solving that?
> 
> You should try :)
> 
> If you don't want the fax support, you can just change this line :
> 
> --- original/chan_capi.c Fri Aug 13 12:07:28 2004
> +++ chan_capi/chan_capi.c Wed Oct 27 18:55:32 2004
> @@ -556,7 +556,7 @@
>       }
>   }
>   // wait for the B3 layer to go down
> - while (i->state != CAPI_STATE_CONNECTED) {
> + while ((i->state != CAPI_STATE_CONNECTED) && (i->state !=
> CAPI_STATE_DISCONNECTED)) {
>       usleep(10000);
>   }
>      }
> 
> kapejod is (was ?) quite unresponsive.
> 
> -- 
> Carl
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 




More information about the asterisk-users mailing list