search for: 4045

Displaying 20 results from an estimated 46 matches for "4045".

Did you mean: 1045
2013 Sep 09
0
[Bug 714] Kernel panics in same_src()
...ables -t nat -nvL" : JINLUB017_01:~ # iptables -t nat -nvL Chain PREROUTING (policy ACCEPT 22M packets, 2590M bytes) pkts bytes target prot opt in out source destination 0 0 DNAT udp -- pubeth9 * 0.0.0.0/0 0.0.0.0/0 udp dpt:4045 to:172.17.136.2:4045 0 0 DNAT tcp -- pubeth9 * 0.0.0.0/0 0.0.0.0/0 tcp dpt:4045 to:172.17.136.2:4045 0 0 DNAT udp -- pubeth4 * 0.0.0.0/0 0.0.0.0/0 udp dpt:4045 to:172.17.136.2:4045 0 0 DNAT tcp --...
2006 Apr 19
2
Unable to allocate socket: Too may open files
Hello, we are curently benchmarking an asterisk system 1034 sip users are logged into this system and the test software is trying to establish 400 concurrent calls. In the CLI I see the following messages: Apr 19 14:20:51 WARNING[4045]: rtp.c:911 ast_rtcp_new: Unable to allocate socket: Too many open files Apr 19 14:20:51 WARNING[4045]: acl.c:306 ast_ouraddrfor: Cannot create socket Apr 19 14:20:51 WARNING[4045]: channel.c:562 ast_channel_alloc: Channel allocation failed: Can't create alert pipe! Apr 19 14:20:51 WARNING[4045...
2006 May 19
1
Experience with IBM X346 machines and Sangoma
...99 0 0 0 0 375080 161660 142232 0 0 0 16 4075 223 0 19 81 0 1 0 0 375080 161660 142232 0 0 0 0 4029 197 0 0 100 0 0 0 0 375080 161660 142232 0 0 0 0 4043 199 0 1 99 0 0 0 0 375080 161660 142232 0 0 0 0 4045 194 0 6 94 0 0 0 0 375080 161660 142232 0 0 0 0 4032 196 0 24 77 0 0 0 0 375080 161660 142232 0 0 0 12 4045 212 0 0 100 0 0 0 0 375080 161660 142232 0 0 0 0 4028 188 0 0 100 0 In contrast to the above I have a Dell...
2000 Aug 04
2
Quickbooks Pro 6.0 file sharing with samba
...riously bad! > Now some users are experiencing some weird errors, and they are > different. One user when trying to update a packing list would get > exception errors, while another use while trying to update a purchase > order quickbooks would abort with a error like (QB60 R4 m=1048 l=4045 > c=265 v=-1 FFFFFF). Has anyone had any experience with something like > this? No, but you do need locking turned on for PC applicatioons to be able to do locking, a prerequisite for multi-user operation. -dave [Ps: redirected to samba@samba.org, as this is more of a useage question t...
2019 Apr 01
2
API for checking whether the encoder is in DTX (PR #107)
...ve frames (nb_no_activity_frames) is greater or equal to NB_SPEECH_FRAMES_BEFORE_DTX. diff --git a/include/opus_defines.h b/include/opus_defines.h index fbf5d0eb..e35114e4 100644 --- a/include/opus_defines.h +++ b/include/opus_defines.h @@ -168,6 +168,7 @@ extern "C" { /* Don't use 4045, it's already taken by OPUS_GET_GAIN_REQUEST */ #define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046 #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047 +#define OPUS_GET_IN_DTX_REQUEST 4049 /** Defines for the presence of extended APIs. */ #define OPUS_HAVE_OPUS_PROJECTI...
2019 Aug 29
2
Permission Issue
...olume = gv-ho ??? glusterfs:logfile = /var/log/samba/glusterfs-gv-ho.log ??? glusterfs:loglevel = 10 ??? glusterfs:volfile_server = gluster1 gluster3 ??? kernel share modes = no ??? path = /data/Files Does this error in log.smbd give a hint? [2019/08/29 12:14:24.765433,? 2] ../source3/smbd/open.c:4045(open_directory) ? open_directory: unable to create testuser/AppData/Roaming/Microsoft/Windows/Recent/AutomaticDestinations. Error was NT_STATUS_OBJECT_NAME_COLLISION [2019/08/29 12:14:24.765472,? 3] ../source3/smbd/smb2_server.c:3214(smbd_smb2_request_error_ex) ? smbd_smb2_request_error_ex: smbd_sm...
2006 Mar 29
1
Avoiding initial deadlock on iax?
...allow=ilbc ;allow=g723.1 ;allow=g729 ;allow=ulaw ;allow=alaw ;allow=gsm mailboxdetail=yes .... the other settings on iax.conf are just iax2 account for trunk and personal use. So I cut them in order to save spaces... Perhaps it's a bug? I've found this http://bugs.digium.com/view.php?id=4045 , but from the link I read that it is just for H323 not for iax. Will that patch cure my asterisk problem since the symptom are the same? Anyone has any ideas? Thanks Regards, Stevanus
2019 Aug 29
2
Permission Issue
...??? glusterfs:loglevel = 10 > > ??? glusterfs:volfile_server = gluster1 gluster3 > > ??? kernel share modes = no > > ??? path = /data/Files > > > > Does this error in log.smbd give a hint? > > > > [2019/08/29 12:14:24.765433,? 2] ../source3/smbd/open.c:4045(open_directory) > > ? open_directory: unable to create > > testuser/AppData/Roaming/Microsoft/Windows/Recent/AutomaticDestinations. > > Error was NT_STATUS_OBJECT_NAME_COLLISION > > [2019/08/29 12:14:24.765472,? 3] > > ../source3/smbd/smb2_server.c:3214(smbd_smb2_requ...
2019 Apr 08
3
API for checking whether the encoder is in DTX (PR #107)
...RE_DTX. > > > > > > diff --git a/include/opus_defines.h b/include/opus_defines.h > > index fbf5d0eb..e35114e4 100644 > > --- a/include/opus_defines.h > > +++ b/include/opus_defines.h > > @@ -168,6 +168,7 @@ extern "C" { > > /* Don't use 4045, it's already taken by OPUS_GET_GAIN_REQUEST */ > > #define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046 > > #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047 > > +#define OPUS_GET_IN_DTX_REQUEST 4049 > > > > /** Defines for the presence of e...
2019 Aug 29
0
Permission Issue
.../log/samba/glusterfs-gv-ho.log > ??? glusterfs:loglevel = 10 > ??? glusterfs:volfile_server = gluster1 gluster3 > ??? kernel share modes = no > ??? path = /data/Files > > Does this error in log.smbd give a hint? > > [2019/08/29 12:14:24.765433,? 2] ../source3/smbd/open.c:4045(open_directory) > ? open_directory: unable to create > testuser/AppData/Roaming/Microsoft/Windows/Recent/AutomaticDestinations. > Error was NT_STATUS_OBJECT_NAME_COLLISION > [2019/08/29 12:14:24.765472,? 3] > ../source3/smbd/smb2_server.c:3214(smbd_smb2_request_error_ex) > ? smb...
2007 Oct 14
1
Dendrogram
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile Url: https://stat.ethz.ch/pipermail/r-help/attachments/20071014/8b7a455c/attachment.pl
2006 Jan 19
0
Problem configuring Asterisk
...= 1024, actual format = 1024 -- Executing Dial("IAX2/diax@diax/2", "SIP/18006733555@sphone.vopr.vonage.net:5061|30|r") in new stack -- Called 18006733555@sphone.vopr.vonage.net:5061 == No one is available to answer at this time Jan 19 06:26:36 NOTICE[29115]: chan_sip.c:4045 sip_reg_timeout: -- Jan 19 06:26:38 WARNING[29115]: pbx.c:1948 ast_pbx_run: Timeout, but no rule 't' in context 'outgoing' -- Hungup 'IAX2/diax@diax/2' I am attaching my iax.conf,sip.conf and extensions.conf please check them and help me. Thanks, Manoj. ------------...
2011 May 24
2
Fonts Anti Alias Problem
I 'm using a new slackware 13.37 version and after trying to play a MU Online Game I don?t get fonts antialias representation. Normally, I edit regedit but now it?s not function. Is anyone having this problem? HKEY_CURRENT_USER\Software\Wine\X11 Driver string: ClientSideAntiAliasWithCore value: N string: ClientSideAntiAliasWithRender value: N
2014 Jun 12
0
AST-2014-005: Remote Crash in PJSIP Channel Driver's Publish/Subscribe Framework
...OT com> Posted On June 12, 2014 Last Updated On June 12, 2014 Advisory Contact Kevin Harwell <kharwell AT digium DOT com> CVE Name CVE-2014-4045 Description A remotely exploitable crash vulnerability exists in the PJSIP channel driver's pub/sub framework. If an attempt is made to unsubscribe when not currently subscribed and the...
2014 Jun 12
0
AST-2014-005: Remote Crash in PJSIP Channel Driver's Publish/Subscribe Framework
...OT com> Posted On June 12, 2014 Last Updated On June 12, 2014 Advisory Contact Kevin Harwell <kharwell AT digium DOT com> CVE Name CVE-2014-4045 Description A remotely exploitable crash vulnerability exists in the PJSIP channel driver's pub/sub framework. If an attempt is made to unsubscribe when not currently subscribed and the...
2005 Aug 27
0
Newbie :SIP ETXTN to SIP EXTN calls
...uestions are, 1. Do these phones need to register with the server 2. Where does the authentication info go in the SIP.conf & Extensions.conf. 3. Where do I find some good documentation on asterisk/ the conf files. Apologies for the appearance below. Aug 27 17:51:03 NOTICE[3877]: chan_sip.c:4045 sip_reg_timeout: -- Registration for 'phone1@192.168.0.57' timed out, trying again Aug 27 17:51:03 NOTICE[3877]: chan_sip.c:4922 register_verify: Peer 'phone1' is trying to register, but not configured as host=dynamic Aug 27 17:51:03 NOTICE[3877]: chan_sip.c:7733 handle_request...
2007 May 26
3
Differentiating Video from Audio
I am trying to write a "thumbnailer" for the thunar file manager that can process .ogg files containing a video stream and produce a thumbnail of a particular frame. The only trouble is telling which files have a video stream in an efficient method. The best I've come up with is running ogginfo on every file with the mimetype application/ogg. Is there a better method? I know
2019 Apr 05
0
API for checking whether the encoder is in DTX (PR #107)
...or equal to > NB_SPEECH_FRAMES_BEFORE_DTX. > > > diff --git a/include/opus_defines.h b/include/opus_defines.h > index fbf5d0eb..e35114e4 100644 > --- a/include/opus_defines.h > +++ b/include/opus_defines.h > @@ -168,6 +168,7 @@ extern "C" { >  /* Don't use 4045, it's already taken by OPUS_GET_GAIN_REQUEST */ >  #define OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST 4046 >  #define OPUS_GET_PHASE_INVERSION_DISABLED_REQUEST 4047 > +#define OPUS_GET_IN_DTX_REQUEST              4049 >   >  /** Defines for the presence of extended APIs. */ >  ...
2006 Dec 30
2
Another RSpec on Rails issue: how to test send_file()
Hi! Today I needed to implement some controller code, that uses send_file() to send image data. How can this be tested / specified with RSpec? bye, Tobias
2013 May 03
2
Find the flow data from its accumulation of the panel data
...1251 1593 342 63 2 97.21333 9806 118 906 967 61 64 2 97.21333 9806 147 620 811 191 65 2 97.21333 9806 803 2309 3120 811 66 2 97.21333 9806 805 1826 2185 359 67 2 97.21333 9806 806 2120 2424 304 68 2 97.21333 9806 807 4045 5421 1376 69 2 97.21333 9806 808 3997 4962 965 70 2 97.21333 9806 809 2429 4831 2402 71 2 97.21333 9806 812 5358 8494 3136 72 2 97.21333 9806 814 2228 3010 782 73 2 97.21333 9806 815 1543 6888 5345 74 2 97.21333 9806 816 1219...