Displaying 20 results from an estimated 322 matches for "clids".
Did you mean:
clid
2012 Feb 23
2
Advice on exploration of sub-clusters in hierarchical dendrogram
...clusters at cutoff height=1.6
ord<-cmdscale(d, k=2) #Multidimensional scaling of the data down to 2
dimensions
clusplot(ord,clusters, color=TRUE, shade=TRUE,labels=4, lines=0)
#visualization of the clusters in 2D map
var1<-var(clusters==1) #variance of cluster 1
#extract cluster memberships:
clids = as.data.frame(clusters)
names(clids) = c("id")
clids$cdr = row.names(clids)
row.names(clids) = c(1:dim(clids)[1])
clstructure = lapply(unique(clids$id), function(x){clids[clids$id ==
x,'cdr']})
clstructure[[1]] #get memberships of cluster 1
>From this point, eventually, I...
2008 Apr 04
0
discrepancy between CDR clid and Polycom IP601 clid
Hi,
Returning to my office I find two "missed calls" (from autodialers) that
my IP601 displays as originating from 01111111111. However the CDR
database recorded the call this way:
calldate: 2008-04-04 14:18:16+02
clid: 0172752780
src: 0172752780
dst: 2131
dcontext: default
channel: Zap/1-1
dstchannel: SIP/0146472131-007a7e80
lastapp:
2010 Aug 19
3
Calling Line Identity - any ideas
Hi list
I have a requirement that I just don't know how to address - I don't think
its strange but can't find any pointers anywhere.
I have a user that wishes to have a "multi phone" divert. By that I mean
"calls made to his extension say Ext200 can be redirected to a different
extension say Ext400 and also to his home landline.
Doing the dial is fine using
2010 May 15
1
q931.c modifications for CLID Presentation
Hi Guys,
We have a problem with Caller ID not being displayed. I want to test
everything to see where the problem is with the incoming Caller ID and why
it's not displaying.
I am tracking this down to "Presentation prohibited of network provided
number" even though the Caller doesn't use *67 and even though they haven't
asked their provider to block their CLID for outbound.
2010 Dec 28
1
OutCall for Outlook only shows Name from CLID and not Number - hence not pulling contact
Hi Everyone,
I am using OutCall 1.6 (latest) with Asterisk 1.6 and Windows Vista. I can
originate calls see the program login nicely but when a call comes in it
only shows the Name portion of the CLID and not the number hence it pulls up
a new contact on Outlook. The new contact only show name and last name and
no CLID Number again. So, this repeats every-time I call even if I manually
enter a
2008 Oct 27
1
Asterisk 1.6 CDR no Clid information
Hi All,
For some reason since moving to Asterisk 1.6. my CDR records are no
longer displaying the Clid field. The CDR records contain the Source
field be for some reason not the CID details. I am logging CDR to
mysql.
Is anyone able to help?
Regards
David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Oct 05
1
Malformed/Missing URL error from cisco call manager
I've seen this question floating around, but yet to see any answers.
PLEASE let me know if anyone has figured this out. I've got a SIP trunk
between Cisco Call Manager 4.x (10.200.204.10) and Asterisk 1.4
(10.200.204.40). I'm trying to send calls from CM to Asterisk. It
appears Asterisk is sending info back that CM doesn't like. I keep
getting a SIP/2.0 400 Bad Request -
2014 Oct 01
1
CALLERID(num) and CDR(clid) - originate
Hello,
A question on channel originating (call files and AMI Originate):
How can I change the CALLERID(num) var (because of the E1 provider
needs), but having another n?mber (the original one) stored on the "clid"
CDR field on the database?
A channel agnostic solution would be the best one, without having to deal
with the problem based on what type of Tech used for the outgoing
2005 Mar 07
2
2-Ring Delay for CLID
Hello All,
Need a little direction, please. I have searched the lists, WIKI, and
googled a problem that I'm sure I'm overlooking. I understand why
Asterisk/Zaptel waits two rings to answer (caller ID must be sent) but
can I reduce the amount of time it takes before Asterisk/Zaptel answers?
In other words, I'm not concerned about Caller ID and want the line
answered as quickly as
2007 Mar 14
0
Inbound PSTN CLID irratic with A200
I use Trixbox 2.0 with a Sangoma A200 I also have echo so bought the HPEC and yes it works brilliantly. The problem I have is I used to use Trixbox 1.? with this sam hardware and had a few inbound CLID issues on my UK BT lines, Sangoma support suggested changing the RXGAIN in zapata.conf and it worked. Now using Trixbox 2.0 and have upgraged to latest software
Asterisk 1.2.16
Zaptel 1.2.15
2006 Feb 09
3
Corrupt CDR records in Asterisk 1.2.x
I have a problem with CDR recording in Asterisk 1.2.x. This is the
situation:
An Asterisk 1.2.0 (BRIstuffed-0.3.0-PRE-1 with florz) machine with a single
HFC-S ISDN BRI card. I log the call records to both the Master.csv and
MySQL.
The problem is that when an incoming call from the ISDN line is logged to
the CDR, the "src" and the "clid" field show up as something like
2006 Feb 09
1
Possible for Asterisk to output CLID to invo ke 3rd party app?
Specifically:
exten => s,1,System(/usr/sbin/myperlscript.pl ${CALLERIDNUM})
will execute myperlscript.pl with the caller id as an argument as the first
priority.
hth
-----Original Message-----
From: C F [mailto:shmaltz@gmail.com]
Sent: Thursday, February 09, 2006 4:00 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Possible for Asterisk to
2004 Jun 25
2
Can one send CLID NAME over PRI?
Is it possible to send CLID NAME on a PRI?
The numbers we send out are being received by telco and propagated,
but the names we send out are not showing up.
Is this a feature in PRI? Do we need to set PRI_NET instead of PRI_CPE?
Is this just not possible? Is this a telco config issue?
Thanks for your help... I've read voip-info, and various other sources, and
search engines, and google...
2006 Feb 09
0
Possible for Asterisk to output CLID to invoke3rdparty app?
Or you could just use "System" and do it the easy way! AGI is better
suited for more complicated scripting. In any case, check out the TFOT
book - you'll like it.
-MC
_____
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Michael
Collins
Sent: Thursday, February 09, 2006 3:13 PM
To: Asterisk Users Mailing List -
2019 Nov 12
3
CDR extract call numbers on interval on unique callers
hi,
we want to extract the information when the most callers are entering
our phone system based on an interval of 15 minutes. this is quite
simple (although not perfect) with
select calldate, count(*) as anzahl from cdr where calldate >
'2019-10-12' group by unix_timestamp(calldate) DIV 900 having ;
Unfortunately we have lots of callers who calls multiple times when they
are
2003 Jun 21
0
Whats required for unblockable ANI / CLID?
For our application we want to read the callers number back to them (calling
in on a 800# that would somehow point to multiple lines -- figuring that all
out still).
I was under the impression that calls to 800#'s are unblockable by the
caller (irregardless if they have caller id blocked or not).
I'm not sure if this is because of ANI or CLID (or if ANI _is_ CLID) or how
any of this
2006 Feb 09
1
Possible for Asterisk to output CLID to invoke 3rd party app?
Hi all, please forgive me relative lack of knowledge with Asterisk, but I've
not played with PBX systems for a while and I'm just re-finding my feet.
I've set up my first Asterisk server, I have it configured with a Digium
X100P Analogue pots board, I have my Called ID working and everything is
hunky dorey with the server itself.
But. (and there's always a but) I want to pass
2006 Feb 09
0
Possible for Asterisk to output CLID to invoke 3rdparty app?
Seri,
I think you might just need to find the right variable and pass it to
your script. Also, you'll probably need to read up on AGI - I'm
assuming that's how you would launch your Perl scripts. Here's the list
of variables on the wiki:
http://www.voip-info.org/wiki-Asterisk+variables
Most likely you're looking for the variable referred to as
${CALLERID(num)}
2011 Mar 28
8
CDR MYSQL missing field data
Hello,
I have Asterisk-1.8.3.2, dahdi-linux-complete-2.4.1+2.4.1, and
libpri-1.4.11.5 installed and running on a Ubuntu 10.04 server all built
from source.
Everything is working nicely except one small issue.
The CDR records are stored in the CSV file correctly and complete.
The MySQL storage is working as it should and is automatically updating
all the fields except the CLID field.
I have
2017 Apr 19
2
Voicemail asking for login
On 2017-04-19 02:39 AM, Pete Mundy wrote:
> Hmm... Above my pay grade I'm afraid! Looking at your 'voicemail
> show users' I can't see why the vm_authenticate function is
> failing to read the username :(
I can answer that one. It's because we can't enter 'stocktrans2' from a
telephone so we just hang up. The question is, why does it ask for the