Displaying 13 results from an estimated 13 matches for "14759".
Did you mean:
1459
2008 Apr 15
1
gotoif syntax error
Asterisk is reporting the following error:
[Apr 15 16:58:32] WARNING[14759] ast_expr2.fl: ast_yyerror(): syntax error:
syntax error, unexpected ':', expecting $end; Input:
: Always
^
here is the dialplan:
exten => OUT,1,Gotoif($[$["${DB(AMPUSER/${ARG1}/recording)}" :
"out=([^|]+)"] = Always]?r,1)
exten => GROUP,1,Gotoif($[$["${DB(AM...
2019 Feb 21
0
32 seconds vs 72 minutes -- expected performance difference?
...another red herring I'm afraid :(
Looking at the Service Response Time (SRT, time between request &
response) stat in wireshark we see this:
SMB2 SRT Statistics:
Filter: smb2.cmd
Index Commands Calls Min SRT Max SRT Avg SRT Sum SRT
5 Create 14759 0.000387 0.035268 0.001288 19.003702
6 Close 14713 0.000253 0.029454 0.000629 9.260241
14 Find 27468 0.000237 0.035798 0.000678 18.634827
16 GetInfo 983 0.000276 0.020349 0.000553 0.543487
The way SMB...
2009 Jun 11
0
Asterisk 1.4.26-rc2 Now Available
...first release
candidate. The most significant issues resolved include:
* Treat an empty FORWARD_CONTEXT channel variable the same way we treat a
non-existant one (issue #15056).
* If using a deprecated musiconhold.conf format, reloading the module would
cause the class to disappear (issue #14759).
* Creation of generic call forward API, ast_call_forward() which is used to
resolve a potentional SIP spiral detection problem (issue #13630).
* Resolve a regression introduced after changes to module load order that were
necessary to close another issue. The regression caused issues with...
2009 Jun 11
0
Asterisk 1.4.26-rc2 Now Available
...first release
candidate. The most significant issues resolved include:
* Treat an empty FORWARD_CONTEXT channel variable the same way we treat a
non-existant one (issue #15056).
* If using a deprecated musiconhold.conf format, reloading the module would
cause the class to disappear (issue #14759).
* Creation of generic call forward API, ast_call_forward() which is used to
resolve a potentional SIP spiral detection problem (issue #13630).
* Resolve a regression introduced after changes to module load order that were
necessary to close another issue. The regression caused issues with...
2019 Feb 18
2
32 seconds vs 72 minutes -- expected performance difference?
>
> I tried looking at the network capture using `tcpdump -A -X` but wasn't
> able to understand anything. I tried installing wireshark on a throwaway
> cloud instance, but realised that it's a GUI program. Can you please help
> be with the network trace at
> https://www.dropbox.com/s/r8cn0qggrvmrpc3/dump.pcap?dl=0 ? It's capturing
> the network chatter for ~1min
2010 Oct 27
3
ggplot - unwanted sorted X values
Hi,
I have this script:
dat <- data.frame(X = halistat$Date,Y1 = halistat$avg,Y2 = halistat$stdev)
ggplot(data = dat, aes(x = X, y = Y1, ymin = Y1 - Y2, ymax = Y1 + Y2)) +
geom_point() + # points at the means
geom_line() + # if you want lines between pints
geom_errorbar() # error bars, Y1 - Y2 and Y1 + Y2
halistat$Date values:
29/1/10
21/2/10
30/3/10
30/4/10
30/5/10
In the resulted
2006 Jun 20
4
Searching ActiveRecord sets
Hey all,
I''m learning AR and I''m trying to find the best way to search an
ActiveRecord set in order to make a conditional statement decision,
something like .has_value?(value) but for a multi-dimensional array like
an AR set of like 100 rows.
I know I can do something like this:
results = Table.find_by_sql("...")
for result in results
if
2006 Jun 07
0
Asterisk not waiting for E&M Wink (I think)
...han_zap.c: Deferring dialing...
Jun 7 08:15:09 DEBUG[13721] channel.c: Avoiding initial deadlock for
'Zap/1-1'
Jun 7 08:15:09 VERBOSE[14754] logger.c: -- Called g0/(snipped)
Jun 7 08:15:09 DEBUG[13721] devicestate.c: Changing state for Zap/1 -
state 2 (In use)
Jun 7 08:15:09 DEBUG[14759] app_queue.c: Device 'Zap/1' changed to
state '2' (In use) but we don't care because they're not a member of any
queue.
Jun 7 08:15:10 DEBUG[14754] chan_zap.c: Exception on 18, channel 1
Jun 7 08:15:10 DEBUG[14754] chan_zap.c: Got event Wink/Flash(3) on
channel 1 (index...
2021 Aug 09
0
[Announce] Samba 4.15.0rc2 Available for Download
...ETER
* BUG 14764: aes-256-gcm and aes-256-ccm doesn't work in the server
o Ralph Boehme <slow at samba.org>
* BUG 14700: file owner not available when file unredable
o Jeremy Allison <jra at samba.org>
* BUG 14607: tree connect failed: NT_STATUS_INVALID_PARAMETER
* BUG 14759: 4.15rc can leak meta-data about the directory containing the
share path
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.15#Release_blocking_bugs
#######################################
Reporting bugs & Development Discussion
###################...
2021 Aug 09
0
[Announce] Samba 4.15.0rc2 Available for Download
...ETER
* BUG 14764: aes-256-gcm and aes-256-ccm doesn't work in the server
o Ralph Boehme <slow at samba.org>
* BUG 14700: file owner not available when file unredable
o Jeremy Allison <jra at samba.org>
* BUG 14607: tree connect failed: NT_STATUS_INVALID_PARAMETER
* BUG 14759: 4.15rc can leak meta-data about the directory containing the
share path
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.15#Release_blocking_bugs
#######################################
Reporting bugs & Development Discussion
###################...
2009 Aug 13
4
Crash in v1.2.3: istream.c: assertion failed on line 99
...72f] -> imap(client_input+0x5f)
[0x42127f] -> imap(io_loop_handler_run+0xf8) [0x4a5b08] ->
imap(io_loop_run+0x1d) [0x4a4c1d] -> imap(main+0x620) [0x428b80] ->
/lib64/libc.so.6(__libc_start_main+0xf4) [0x353e41d974] -> imap [0x4198f9]
Aug 12 15:52:25 fury dovecot: dovecot: child 14759 (imap) killed with
signal 6 (core dumps disabled)
I was able to fairly reliably trigger the same behaviour myself by
attempting to move a bunch (thousands) of emails in my account using
thunderbird - I dont know exactly what it is that triggers the crash
though. I tried enabling core dumps usi...
2021 Aug 26
0
[Announce] Samba 4.15.0rc3 Available for Download
...?? * BUG 14764: aes-256-gcm and aes-256-ccm doesn't work in the server
o Ralph Boehme <slow at samba.org>
?? * BUG 14700: file owner not available when file unredable
o Jeremy Allison <jra at samba.org>
?? * BUG 14607: tree connect failed: NT_STATUS_INVALID_PARAMETER
?? * BUG 14759: 4.15rc can leak meta-data about the directory
containing the
???? share path
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.15#Release_blocking_bugs
#######################################
Reporting bugs & Development Discussion
#################...
2021 Aug 26
0
[Announce] Samba 4.15.0rc3 Available for Download
...?? * BUG 14764: aes-256-gcm and aes-256-ccm doesn't work in the server
o Ralph Boehme <slow at samba.org>
?? * BUG 14700: file owner not available when file unredable
o Jeremy Allison <jra at samba.org>
?? * BUG 14607: tree connect failed: NT_STATUS_INVALID_PARAMETER
?? * BUG 14759: 4.15rc can leak meta-data about the directory
containing the
???? share path
KNOWN ISSUES
============
https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.15#Release_blocking_bugs
#######################################
Reporting bugs & Development Discussion
#################...