Displaying 20 results from an estimated 600 matches similar to: "[help] warning 4246"
2019 Sep 26
2
Optimizing functions using logical operators
Hi,
I’m looking at what the LLVM compilation chain does to optimize the following functions using logical operators. The one using integer type (t1 and t3) are optimized, but not the ones using float type (t2 and t4), even when using -O3 or -Ofast. Why is that ?
Thera are those kind of optimizations done in the LLVM source code?
Thanks.
bool t1(int v1)
{
return (2 + v1) == 7;
}
bool
2013 Jul 04
3
Asterisk + iaxmodem + hylafax makes sometimes wedged for hylafax
Hi, we have a faxserver with Asterisk, IAXModem and Hylafax.
Faxes come from a SIP trunk to Asterisk, then are forwarded throught 5 IAXModems managed with Hylafax.
Hylafax users can also send faxes to these modems and Asterisk send them throught the SIP trunk.
We also have a dedicated modem used only for sending faxes coming from an Hylafax dedicated user.
Sometimes Hylafax reports that a modem
2018 May 21
2
Plot qualitative y axis
Hi all,
I?m trying to plot this data
N M W
I 10 106
II 124 484
III 321 874
IV 777 1140
V 896 996
VI 1706 1250
VII 635 433
VIII 1437 654
IX 693 333
X 1343 624
XI 1221 611
XII 25 15
XIII 3
XIV 7 8
So that in de Y axis will be the level (qualitative data) and in the X axis
will be M and W variables. So x axis will be wwith a lenght between 0 and
2000.
I would like to plot a line with M and other
2005 Jul 20
6
Asterisk and flash disks
Hello
I see it is possible to buy Flash Disks up to 4GB now. Has anyone any experience of building an Asterisk system with a flash disk as the only storage device? Any brands you recommend? Is 2 or 4GB enough for an Asterisk installation? Typically how many MB is required for voicemail recording files for say a 10 user system? What about voicemail - I suppose files could be emailed and
2005 Sep 19
2
hints and the sNOM 360
Hi
I am trying to get a SNOM 360 to monitor other extensions i.e. when someone
makes a call to/from another extension, one of the LED's on the SNOM 360 will
change state. I am using 1.0.9/bristuff-8l.
I have 2 extensions - 2001 is a SNOM 190, 2002 is a 360 - both are running
the latest firmware. (3.60i for 190, 4.0 for 360). I have read all the
relevant articles on the wiki on
2005 Sep 11
1
first character in line 11 missing
I would like to know if somebody else experienced that:
sip show peers will always drop the first character of the 11th line.
while sip show peers like [0-9,a-z] will not drop any character.
Can anybody test this, please?
bye
Ronald Wiplinger
2006 Feb 01
1
SetCDRUserField not working in A@H?
I have A@H 2.1, running * 1.2.1. I am trying to put information into the
userfield with SetCDRUserField and AppendCDRUserField. However, the field
is never populated in the cdr - I've checked the csv files and the MySQL
asteriskcdrdb table. The field is defined in the MySQL table, but is always
empty. The csv files that get created don't have a userfield at all, that
is, there
2018 May 21
0
Plot qualitative y axis
See ?barplot and set the horiz argument to TRUE.
(This is in the base R plotting version. The ggplot2 and lattice systems
have other ways of doing this)
Note: if you search on e.g. "barplots in R" or similar, you should find
numerous examples with code.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into
2005 Oct 05
2
Zaptel tone description
Lilantha, the tones are supposed to be switched using the loadzone and
defaultzone lines in /etc/zaptel.conf , and, progzone in
/etc/asterisk/zapata.conf.
The information about countries and frequencies/times are at
zonedata.c located in the sourcecode of zaptel. As you may know,
changing zonedata.c information requires a re-compilation of the zaptel
module.
Hope it helps,
Ricardo
2008 Jan 15
0
busy/congestion random
Hi, I use:
Trixbox-2.2.4
FreePBX-2.3.1.0
Asterisk-1.2.17
BRIstuffed-0.3.0-PRE-1y-e
Zaptel-1.2.19
..with two ISDN cards, often but occasionally the dial out failed but is
possible to receive external call.
My zapata.conf conf is:
[trunkgroups]
[channels]
language=it
context=from-pstn
signalling=bri_cpe_ptmp
rxwink=300
pridialplan=unknown
prilocaldialplan=local
switchtype=euroisdn
2005 Oct 03
4
SPA-3000 generating one-ring calls
This is a wierd one. Can't figure it out. I have an SPA-3000 at the
house handling my incoming line. It's setup to direct the incoming call
to asterisk. Works great 99% of the time.
A few times a day, I'm getting calls that ring once internally and are
then hungup. I managed to get a detailed log [1] of what's happening
today and it looks to me that the SPA is acting wierd.
2018 May 22
2
Plot qualitative y axis
Many thanks,
My goal is to make a plott like attached but the Y axis starts in XIV and
end at top in I. Generally for instance in excel X axis is categories but
Y axis is numbers I want the contrary plotted in lines, your last help is
near what I look but barplot is not needed.
Hope you can help me thanks in advance.
2018-05-22 0:58 GMT+02:00 Jim Lemon <drjimlemon at gmail.com>:
> Hi
2005 Oct 03
4
Snom phones?
Hi, everyone:
I'm in the processing of deciding what IP phones we should use with our
Asterisk server, and I wanted to get feedback from the user community on
the quality, reliability and ease of operation of Snom phones.
What do you have to say about these phones? Are there other phones you'd
suggest along with or instead of Snom?
Thanks,
-Stephen-
2018 May 23
0
Plot qualitative y axis
Hi Pedro,
melt() is probably working. The problem is I did not finish the copy and paste.? It would have been better if I had included the ggplot() command.
Try
==============================================================
library(reshape2)
library(ggplot2)
dat1? <- structure(list(N = c("I", "II", "III", "IV", "V", "VI",
2016 Nov 30
2
Asterisk 14.2 CLI don't show debug/verbose data
Hi all,
after upgrading from 13.7 to 14.2, asterisk cli (asterisk -r) don't show
what's happens. I've trying setting debug and verbose to 100 but
nothing, no show. All commands works as expected but i can't what's
happens on my asterisk server.
asterisk*CLI> core show settings
PBX Core settings
-----------------
Version: 14.2.0
Build Options:
2019 Dec 24
0
CEBA-2019:4246 CentOS 7 open-vm-tools BugFix Update
CentOS Errata and Bugfix Advisory 2019:4246
Upstream details at : https://access.redhat.com/errata/RHBA-2019:4246
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
a2f5c74134dfdd8200f79e92ae290c1ca718a812ed3c09644cd2a10daf8c63c2 open-vm-tools-10.3.0-2.el7_7.1.x86_64.rpm
2012 Mar 21
1
UPS compliance/certification procedures
Dear Sirs,
we currently manufacture/import UPS units in Italy and distribute them all
over the country.
How can we obtain an official certification to offer our products with full
compliance with QNAP, Synology and similar hardware?
Looking forward to hearing from you,
Best Regards
________________________
Alessandro Gualtieri
LAER Accumulatori Srl
Via Pio XII, 65/c
20060 - Pozzuolo
2013 Feb 25
0
Groups not updating on 3.5.10 (centos) or 3.6.12 (enterprise samba)
Hello everybody,
we're trying to set-up Samba to share directories with Win users from
some Linux servers.
We've set up kerberos, gotten a ticket, joined the server to the domain,
we get correct users/groups from "wbinfo" and "getent".
The problem lies in "id": it does not update its user<->group mappings
when they change on AD, even if
2001 Oct 12
0
samba for aix 4.1.4
Genova 12/10/2001
I need samba for aix 4.1.4 . Can your tell me where I can find it ?
Tanks
Adriano Bolla
e-mail adriano.bolla@loran-thera.it
-------------- next part --------------
HTML attachment scrubbed and removed
2006 Sep 21
0
dovecot quota proxy mysql question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi @ll
is there sombody who has experience with
http://wiki.dovecot.org/Quota/Dict
which is a quota check trough mysql
i do not unstand the syntax here
plugin {
quota = dict:storage=10240:messages=1000 proxy::quotadict
}
why i have to build in storage=10240:messages=1000
in , if i only want to have the value of quota in my existing mysql
i