search for: connect_time

Displaying 9 results from an estimated 9 matches for "connect_time".

2018 Sep 12
0
eventlog functionality
...t; ctr10->array = talloc_zero_array(p->mem_ctx, > struct srvsvc_NetSessInfo10, > num_entries); > > W_ERROR_HAVE_NO_MEMORY(ctr10->array); > > for (num_entries = 0; resume_handle < *total_entries; num_entries++, resume_handle++) { > uint32_t connect_time; > > connect_time = (uint32_t)(now - session_list[resume_handle].connect_start); > > ctr10->array[num_entries].client = session_list[resume_handle].remote_machine; > ctr10->array[num_entries].user = session_list[resume_handle].username; > ctr10->array[nu...
2018 Sep 12
2
eventlog functionality
On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote: > > and from the what the hell department. I did it. Comparing > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1 > > > and > > https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10 > > and > >
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote: > On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote: > > > > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba > > wrote: > > > > > > > > > and from the what the hell department. I did it. Comparing > > > > > >
2005 Jun 16
2
Error when compiling in freeTDS support
...lared identifier is reported only once cdr_tds.c:415: for each function it appears in.) cdr_tds.c:415: `connection' undeclared (first use in this function) cdr_tds.c:460: warning: implicit declaration of function `tds_free_connect' /usr/include/ctype.h: At top level: cdr_tds.c:71: warning: `connect_time' defined but not used make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/cdr' make: *** [subdirs] Error 1
2005 Jul 04
1
Asterisk 1.0.9 and FreeTDS
...it appears in.) cdr_tds.c:415: error: `connection' undeclared (first use in this function) cdr_tds.c:437: error: too few arguments to function `tds_alloc_context' cdr_tds.c:460: warning: implicit declaration of function `tds_free_connect' cdr_tds.c: At top level: cdr_tds.c:71: warning: `connect_time' defined but not used make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/cdr' make: *** [subdirs] Error 1 I checked the version of FreeTDS, it is freetds v0.64.dev.20050704. (upon seeing on another post checking version of FreeTDS, I updated it to the most recen...
2005 Apr 11
3
CDR and TDS
...lared identifier is reported only once cdr_tds.c:415: for each function it appears in.) cdr_tds.c:415: `connection' undeclared (first use in this function) cdr_tds.c:460: warning: implicit declaration of function `tds_free_connect' /usr/include/ctype.h: At top level: cdr_tds.c:71: warning: `connect_time' defined but not used make[1]: *** [cdr_tds.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/bristuff-0.2.0-RC7k/asterisk-1.0.6/cdr' make: *** [subdirs] Error 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asteri...
2019 Jun 07
1
Problem with opusfile & ndk
Hi Xiph.org Team. We are using opusfile library <https://github.com/xiph/opusfile> for streaming *.opus* audio in our projects. But now we have a problem with building opusfile library for android with *ndk-build*. In particular, with arm64-v8a platform: Google removed <sys/timeb.h> from android. And now building opusfile with nkd-build crashes with error "fatal error:
2007 Jan 30
2
web-meetme cbmysql not registered
I am experiencing the same problem. Fresh install. Bill -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ma Zhiyong Sent: Tuesday, January 30, 2007 6:04 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] web-meetme cbmysql not registered HI, today I download
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According