search for: usecnt_lock

Displaying 8 results from an estimated 8 matches for "usecnt_lock".

2004 Jul 14
2
Chan_Capi 0.3.4a error
...tion `capi_send_digit': chan_capi.c:308: error: `contrlock' undeclared (first use in this function) chan_capi.c: In function `remove_pipe': chan_capi.c:480: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `capi_hangup': chan_capi.c:612: error: `usecnt_lock' undeclared (first use in this function) chan_capi.c: In function `capi_call': chan_capi.c:684: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `capi_read': chan_capi.c:825: error: structure has no member named `delivery' chan_capi.c:826: error...
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
...tion `capi_send_digit': chan_capi.c:309: error: `contrlock' undeclared (first use in this function) chan_capi.c: In function `remove_pipe': chan_capi.c:481: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `capi_hangup': chan_capi.c:613: error: `usecnt_lock' undeclared (first use in this function) chan_capi.c: In function `capi_call': chan_capi.c:685: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `capi_read': chan_capi.c:826: error: structure has no member named `delivery' chan_capi.c:827: erro...
2004 Jun 15
5
Capi problems
I'm getting this message when I start Asterisk chan_capi.c:2205 capi_handle_msg: Command.Subcommand = 0x5.0x81 but when I try and recompile I get this chan_capi.c:60: error: `__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' undeclared here (not in a function) any help would be greatly appreciated. -- Dave Cotton <dcotton@linuxautrement.com>
2003 May 01
2
Max number of connection in IAX ?
Hi. I was wondering if there's a parameter to limit the number of concurrent sessions in IAX, globally or on a per-user basis. That could be needed for security purposes (to prevent dos attacks), to limit bandwidth / cpu usage, or to not allow more than N guest connections, for example. Any other VoIP channel support that? (like SIP, MGCP) Matteo. -- Brancaleoni Matteo
2004 Jun 16
3
ZAPHFC - only for * 0.7.2?
I've got Zaphfc working running Asterisk v. 0.7.2 Then I have tried with Asterisk V. 1.0 and the latest from CVS - with no succes. Has anybody got zaphfc working with newer version than 0.7.2 ? NR -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040616/32481fca/attachment.htm
2004 Aug 16
3
Problems compiling chan_capi-0.3.5
...tion `capi_send_digit': chan_capi.c:309: error: `contrlock' undeclared (first use in this function) chan_capi.c: In function `remove_pipe': chan_capi.c:481: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `capi_hangup': chan_capi.c:613: error: `usecnt_lock' undeclared (first use in this function) chan_capi.c: In function `capi_call': chan_capi.c:685: error: `pipelock' undeclared (first use in this function) chan_capi.c: In function `capi_read': chan_capi.c:826: error: structure has no member named `delivery' chan_capi.c:827: error...
2004 Jul 02
1
Problem with CHAN_SCCP
...chan_sccp.c: In function `restart_monitor': chan_sccp.c:600: `monlock' undeclared (first use in this function) chan_sccp.c: In function `unload_module': chan_sccp.c:664: `monlock' undeclared (first use in this function) chan_sccp.c: In function `usecount': chan_sccp.c:683: `usecnt_lock' undeclared (first use in this function) make: *** [.tmp/chan_sccp.o] Error 1 [root@asterisk01 chan_sccp]# The "utils.h" was downloaded alone from cvs.diguim.com, as it was't downloaded via cvs checkout or cvs update, so I don?t know if is the right file. Any way without tha...
2004 Jun 17
4
Problems with PRI with T410 messages
.../modprobe zaptel post-install zaphfc /sbin/ztcfg -v Now I go to a different directory and do a CVS checkout of Asterisk head. Just before compiling, I replace channels/chan_zap.c with bri-stuff-0.0.2a-pp/asterisk/channels/chan.zap.c. I then change the lines of the form static ast_mutex_t usecnt_lock = AST_MUTEX_INITIALIZER; into AST_MUTEX_DEFINE_STATIC(usecnt_lock); and compile & install. And voila, now I have an Asterisk from (almost) CVS HEAD working with zaphfc. The real solution would have been to apply all the patches from bri-stuff*/libpri.patch to libpri in CVS. After loo...