Displaying 20 results from an estimated 6000 matches similar to: "asterisk.conf uniquename or sysname for uniqueid field in CDR"
2005 Dec 21
1
route a name to an id?
i have a database setup with an id and a field called uniquename
say for example my db looks like this:
<table border="1" cellpadding="1" cellspacing="1">
<tr>
<td>id</td>
<td>uniquename</td>
</tr>
<tr>
<td>1</td>
<td>pizza</td>
</tr>
<tr>
2008 Mar 13
2
queue log vs. cdr
Hi,
Surely, I must be overlooking something. If I run the
following SQL queries I don't get the same number of
rows. Is this coherent?
mysql> select * from queue_log where queuename =
'4010' and FROM_UNIXTIME(time) between 20080308000000
and 20080313145900 group by callid;
357 rows in set (0.01 sec)
mysql> select * from cdr where dst = 4010 and calldate
between 20080308000000
2015 Apr 14
5
[LLVMdev] [cfe-dev] A problem with names that can not be demangled.
Adding llvm-dev as that might be a more suitable audience for this
discussion.
(& I know Lang's been playing around with the same problem in the Orc JIT,
so adding him too)
Is there any basis/reason to believe that the .X suffix is a better, more
principled one than straight X? Is that documented somewhere as a thing the
demangling tools will ignore?
On Tue, Apr 14, 2015 at 12:06 PM,
2013 Jun 03
2
Difference MySQL between 1.6.x and 11.4.x
Hi
i have installed a new Asterisk server on Fedora. My first server use
Asterisk 1.6.x with a MySQL CDR and
realtime.
I have a small problems, when i configure on the new server, the same
information in MySQL, we have a error:
[Jun 3 16:27:59] ERROR[3140] res_config_mysql.c: MySQL RealTime: Failed to
connect database server SSI on myhost.myserver.com (err 2003). Check debug
for more info.
2011 Jan 22
4
rsync -rcv printing out filenames when content identical
Hi,
I'm heavly relying on rsync -nvrc during my day-to-day work in UNIX-like
enviroment. I'm using rsync for few years now and today I've found a
situation which I do not understand.
I have two directories with few maildirs in it. Each maildir containg
some emails. I'm testing scripts which I wrote to manipulate those
emails.
Each time I want to revert changes in one set of
2013 Jun 03
1
Is uniqueid/sequence a safe CDR table primary key ?
Hi,
When dealing with CDR SQL tables, I always added an auto-incremented cdr_id
key as a primary key, just in case provided uniqueid key went wrong.
Now I'm facing a situation where I need to insert into a database's table
and from the dialplan, a reference to the CDR record which is currently
processed.
So my questions are:
1. Can uniqueid/sequence (or uniqueid/sequence/calldate)
2017 Mar 10
1
polkit helper timeout and defunct pkla-check-authorization processes on CentOS 7.3
Hi everyone,
We seem to be having issues on multiple CentOS 7.3 machines. The problem
seems to revolve around polkitd. At some random time, polkitd seems to stop
responding on my systems. Along with this, there might be hundreds of
defunct pkla-check-authorization processes. If I reboot, then things are
fine for a while.
I don't see any activity in the unabridged journal to suggest anything
2003 May 14
1
audit.so problem !!
Hi all
Is anyone using the audit.so module ?
I've compiled it and added the appropriate line to smb.conf but I seem
to be having a few issues...
Here is an snip from syslog...
May 13 18:12:44 myhost.com smbd_audit[13474]: opendir ./
May 13 18:12:44 myhost.com smbd_audit[13474]: opendir .
May 13 18:12:50 myhost.com smbd_audit[13474]: opendir .
May 13 18:12:50 myhost.com smbd_audit[13474]:
2007 Feb 01
1
CDR - uniqueid
Is uniqueid globally unique? I have three Asterisk installations and I need to store data from all of them in same database, in same table. Will this uniqueid field be unique?
--
Tomislav Par?ina
Lama Computers Split
Stinice 12, 21000 Split
Tel.: +385(21)270248
Mob.: +385(91)1212148
SIP: tomo@sip.lama.hr
e-mail: tparcina#lama.hr
http://www.lama.hr
-------------- next part --------------
A
2018 May 08
1
imapsieve: script not triggered
> Check that sieve-test actually shows it would do what you expect it to do.
sieve-test just shows: learn-spam: error: the imapsieve extension cannot be used outside IMAP.
Andreas
> Am 07.05.2018 um 20:56 schrieb Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>
>
> On 2018-05-07 20:58, Andreas Krischer wrote:
>> Hi, folks!
>>
>> My problem:
>> I set
2018 May 07
3
imapsieve: script not triggered
Hi, folks!
My problem:
I set up dovecot with imapsieve to execute a script whenever a user copies a mail to his Spam folder (spam autolearning). Unfortunately this script is never executed regardless what I?m configuring for imapsieve. It looks like dovecot doesn?t really load the plugin?
The "dovecot -n" output is attached.
I already tried setting imapsieve_mailbox1_name to *, but
2007 May 31
1
Duplicate UNIQUEID on CDR
Sometimes I get the following error on the console:
[May 31 11:14:01] ERROR[23502]: cdr_addon_mysql.c:230 mysql_log:
mysql_cdr: Failed to insert into database: (1062) Duplicate entry
'1180628004.3214' for key 1 -- Zap/38-1 answered UniCall/11-1
Why would the UNIQUEID be duplicated? Isn't is supposed to be UNIQUE?
This worries me a bit because the customer is losing calls that
2023 Apr 04
1
[EXTERNAL] Fwd: ntlm_auth and freeradius
On Tue, 2023-04-04 at 09:37 +0200, Kees van Vloten wrote:
> Op 04-04-2023 om 00:32 schreef Andrew Bartlett:
>
> >
> > On Mon, 2023-04-03 at 15:08 +0000, Tim ODriscoll via samba wrote:
> >
> > > Unfortunately it's still erroring out:
> > > (7) mschap: Creating challenge hash with username: host/SL-6S4BBS3.MYDOMAIN.co.uk
> > > (7) mschap:
2004 Jul 25
1
Asterisk CDR & UniqueID
Hey All,
We are running a small SIP/IAX termination service at the moment
(planning on growing it) with 2 asterisk machines. One terminates the
SIP/IAX calls from our customers and one is our gateway to our upstream
provider. Both machines are logging CDR data to the same postgres table
using the cdr_psql module.
The problem I am having is I'm trying to work out how to link the CDR
records
2015 Nov 09
3
Internal DNS Forwarder
I have setup a Samba PDC using the following guide:
https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller
I have opted to use the internal Samba DNS server and have specified a DNS
forwarder of 8.8.8.8
When I test the DNS functionality according to the guide everything appears
fine:
user at myhost:~$ host -t SRV _ldap._tcp.ad.mydomain.com.au.
2023 Mar 07
1
Feature request: a good way to supply short-lived certificates to openssh
On Tue, Mar 7, 2023, at 3:25 AM, Rory Campbell-Lange wrote:
> On 07/03/23, Darren Tucker (dtucker at dtucker.net) wrote:
>> On Tue, 7 Mar 2023 at 05:26, Andy Lutomirski <luto at kernel.org> wrote:
>> [...]
>> > ssh_config contains a Match ... exec [command to refresh the certificate].
>> > This sort of works, except that it runs the command far too
2018 Sep 26
2
Can't authenticate using ARGON2ID crypt scheme from doveadm pw w/rounds != default
I'm using dovecot version 2.3.2.1 (0719df592) and trying to use the
ARGON2ID crypt scheme for authentication using the passdb passwd-file
driver. My passdb config is very simple:
??? passdb {
????? driver = passwd-file
????? args = username_format=%u <path-to-file-here>
??? }
If I generate a password this way:
??? doveadm pw -s ARGON2ID -p 'This is a test'
I get a crypt
2008 Mar 06
2
format of UNIQUEID variable
What is the format of the UNIQUEID variable?
It seems to be something like:
40651204817492.56
Does it always have the pattern
<long_number>.<short_number>?
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
2008 Mar 21
2
simple DNS question - reverse nslookup fails.
Hello all,
I am trying to configure a subdomain DNS server on a Cent OS 5.1 - for
my lab. Brief configuration:
Lab machine ---> 192.168.17.2 (should respond to DNS queries from
hosts in 192.168.16.0/20 network)
1. I would also like to forward any queries outside the above network
to our corporate domain (no firewalls between our 192.168.16.x network
and the corporate network. The domain
2018 Mar 06
2
Mail addresses with quotes + Postfix
I upgraded to Dovecot 2.3.0.1 as advised, but it still seems broken. In
the Postfix log I now see:
Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) K00VtLRHdrYw FWD from
<admin at mydomain.tld> -> <"@"@mydomain.tld>, BODY=7BIT 250 2.0.0 from
MTA(smtp:[127.0.0.1]:10025): 250 2.0.0 Ok: queued as B8CA22DA1B37
Mar? 6 13:49:03 myhost amavis[7165]: (07165-10) Passed CLEAN