similar to: National (US) callerid name resolution for your asterisk box

Displaying 20 results from an estimated 7000 matches similar to: "National (US) callerid name resolution for your asterisk box"

2004 Nov 30
1
National (US) callerid name resolution for yourasterisk box
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > brett-asterisk@worldcall.net > Sent: Tuesday, November 30, 2004 2:53 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] National (US) callerid name > resolution for yourasterisk box >
2005 Jun 22
1
OT: MAX TNT and PRI calling name (CNAM) facility message
Does anyone have a MAX/APX with working ingress PRI calling name? I recently acquired a MAX TNT on the cheap and it's integrating fine except for one thing. In the 11.0.0 release notes, it is stated that ISDN calling name will, if present and permitted by presentation flags, be added to the From: and Remote-Party-ID: headers of the INVITE. I'm not able to make this happen. Pcap
2011 May 29
5
Free CNAM
FreeCNAM.org is providing a free CNAM API for Open Source PBX users. This API queries a private CNAM database, and returns standard 15-Character CNAM results. Any entry not already in the database will be queued for investigation, and added to the database as soon as information is located. This system has access to several CNAM backends, and is not a party to any use-limiting or no-caching
2007 Feb 19
6
Open CallerID Database?
Hey Guys, I'm curious if there's an interest in a free, CallerID database? For those of you in the same spot we are, our current provider only provides us with the CND, excluding CNAM. Would creating a public database, managed by users be worthwhile to anyone? Thanks - Any input is greatly appreciated. -- Robert Norton SophMedia LLC Operations Manager Cell: 480-234-4312 Office:
2005 Mar 24
0
Is there a way to get inserted into an LEC's CLIDB? (fwd)
----------------------------------------------------- "Yeah, we rocked the vote all right. Those little bastards betrayed us again." - Hunter S. Thompson on the 2004 election. ---------- Forwarded message ---------- Date: Tue, 22 Mar 2005 19:16:09 -0800 (PST) From: Matt Klein <mklein@nmedia.net> To: Asterisk Users Mailing List - Non-Commercial Discussion
2005 May 05
2
CNAM lookup: new method for Caller ID Name delivery
[cross-posted to -biz and -users since it could fall into either category] Interesting new product that has been introduced that I think some would be interested in here (at least, those users in the United States and perhaps Canada): CNAM delivery via IP lookup. The problem: inbound calls on many PRI connections, and also over many VoIP providers, do not include caller name. This means that
2005 Jan 24
2
SIP-T Support (I got my head in an SS7 cloud)
Hey All, I'm just daydreaming here.. but what's the status of SIP-T in Asterisk? I haven't been able to find a whole lot of info on SIP-T but seems like just an extension of SIP. Right? Now if I had a PSTN Gateway (that is a SS7 gateway) that supported SIP-T, could I signal * with SIP-T from it and have asterisk utilize MGCP to sieze a particular DS0 on a remote DS1? Hmm.. What am
2020 Jul 08
8
Redis in place of astdb
Hi, Does anyone know of any projects that would allow you to use Redis in place of AstDB? By in place of I don't mean for what Asterisk needs but to store values. For instance for CNAM currently we need to use an AGI to connect to redis to pull CNAM. So in place of: Set(CALLERID(name)=${DB(CNAM/${CALLERID(num)})} it would be done with redis for example:
2008 Sep 10
2
Bell Canada (Nortel DMS100) PRI Outbound CNAM issue
Hi Folks, I'm trying to send CallerID Name information out to the PSTN via a PRI with Bell Canada with no success. With inbound calls (originating from the PSTN) CNAM is received successfully, and we've not had any similar problems with other Telco PRIs, so I'm stumped.
2005 Aug 19
4
any ISDN/PRI signaling experts out there?
I have officially engaged in a pissing contest with the local Telco over PRI calling name delivery. The telco publishes their calling name delivery over PRI feature as being bellcore gr-1367-core compliant. The gr-1367-core spec states that the calling name is to be included as a facility IE in the setup message, or sent in a subsequent facility IE message with an indicator in the setup message
2005 Jan 24
2
T1 E&M vs PRI question
Ok, I'm about to take the plunge, and am trying to decide between Channelized T1 E&M and PRI. I'm getting an "Integrated T1" which will have data and voice capability, all plugged directly into my digium single T1 card. In either case the data piece looks pretty straighforward, just setup the channel properly, hand it off to the linux hdlc layer, and route away.... the
2006 May 01
12
CallerID Name problem
I'm having trouble getting callerid name to show up on my phones (Cisco 7960 and a few softphones) When I look in the CDR database I see the name but not on any phone when being called. I'm running Asterisk SVN-trunk-r7498 built on 2006-04-30 15:11:39 UTC Any help would be great !
2007 Jun 22
2
got-name
Is it just me, or is the AGI interface at cnam.got-name.com failing for others? Anyone know how to contact them without sending postal mail or telegram? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3221 bytes Desc: S/MIME Cryptographic Signature Url :
2005 Oct 11
1
Problems with Wait & SIP 486 "DND"
Greetings, I have implemented the following command to allow CNAM to be delivered to my users. exten => 9969,1,Wait(1) This works great! However it has spawned a new problem. When this is implemented into a full dial plan. If a user is set to DND or sends a call to Voicemail by hitting deny the caller gets a busy. Below is a result of the calls. With the Wait(1) statement -- Executing
2003 Feb 14
3
Change array size
Hi, I would like to know if there is a way to change a vector of arbitrary size to make it fits the nearest upper size multiple of a power of 2. -- Cordialy ---------------------------------------- Emmanuel POIZOT Cnam/Intechmer Digue de Collignon 50110 Tourlaville T?l : (33)(0)2 33 88 73 42 Fax : (33)(0)2 33 88 73 39 -----------------------------------------
2006 Dec 01
1
Interesting CALLERID behavior
I've found an interesting behavior in callerid handling. I have very long callerid coming in or maybe just improperly combined information. In any case the result is that the caller ID is set to asterisk on the outgoing leg. Has anyone else seen this before? Is there a solution for it? Thanks in advance -- One day at a time, one second if that's what it takes
2002 May 14
2
Raster management data
Hi, I'm a newbie in R world. I would like to develop an application that extract contour from objects of an image. - Is R able to manage raster data (i.e., images) ? - Is there a specific package in change of such management ? I'm specificaly interest in the Canny filter. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emmanuel POIZOT CNAM/INTECHMER B.P. 324 50103 Cherbourg Cedex T?l : 33 (0)2 33
2012 Oct 04
4
Class for time series
Dear all, I have a time serie dataset such as the following with data acquired every 15 minutes: Date Heure Profondeur Temp?rature Salinit? Turbidit? Chloration 1 2012-07-06 08:47:22 -0.144 22.469 0.011 0.000 0 2 2012-07-06 09:02:21 -0.147 22.476 0.011 0.000 0 3 2012-07-06 09:17:21 -0.139 22.498 0.011 19.323 0 4 2012-07-06
2001 Dec 20
2
Modifying a function
Hello, I'd writen a function in R composed of multiples lines. How can I do to modify or delete on of the line of my function ? -- Sincerely ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ Emmanuel POIZOT ~ CNAM/INTECHMER ~ B.P. 324 ~ 50103 CHERBOURG CEDEX ~ T?l : (33) 233 887 342 ~ Fax : (33) 233 887 339 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2003 Jun 26
1
VIRUS IN YOUR MAIL
V I R U S A L E R T Our viruschecker found the 'W32/Sobig-E' virus(es) in your email to the following recipient(s): -> lizzi@cnam.fr Please check your system for viruses, or ask your system administrator to do so. For your reference, here are the headers from your email: ------------------------- BEGIN HEADERS ----------------------------- Received: from MOTSE-V0BGS5WDD