Displaying 18 results from an estimated 18 matches for "npanxxs".
Did you mean:
npanxx
2005 Sep 17
2
Complete NPA-NXX list for USA/Canada npanxx, ratecenters, etc (attached)
I noticed while reading some posts that people were looking for a complete NPA-NXX list
for all area codes and prefixes.
We happen to have the entire database. So I am making it available to the public.
Help is available at:
http://download.sixtel.net/npa/help.txt
(Caution, 20meg files)
Mysql Insert for this is available at:
http://download.sixtel.net/npa/npainsert.txt
CSV data for
2005 Mar 27
6
NPA NXX
Does anyone have the NPA NXX list for North America in comma delimited file?
Only looking for:
NPA, NXX, City, State
Just seems it should be available free somewhere?
Then comes the next step, the setting callerid name based on the NPANXX to
city, state
-Mark
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.3 - Release Date:
2005 Sep 19
1
Complete NPA-NXX list for USA/Canada npanxx,
> > On a related note, I wanted our phones to display "city, st" for the
> > caller-ID name in the event that none was provided.
>
> Interesting code. What sort of memory does * take up when you load up
> all those CLID values?
>
> Nathan
>
I am a little late to this thread, but the answer is WAY TO MUCH.
With 150,000 "pattern" match
2006 May 22
10
US telco lingo
Could someone explain to a non-US dummy the following phrases I have seen on
the list.
"I can provide you with tier 1 termination 6/6. I can blend or NPANXX
breakout."
"We provide US48 termination, blended rate for 1 MOU and above is .008 with
6/6."
What is 6/6?
What is US48?
What is blended?
What is MOU?
What is NPANXX breakout?
-------------- next part --------------
2005 Sep 22
3
AGI Script to interact with ACCESS Databse and Set CID info on the fly.
Well guys here comes the fun part. I have a Microsoft access (VBA)
application that interfaces with my SQL database. This app pulls of info
from the SQL record and than picks up the phone and dials that locations
number. I have purchased a few hundred NpaNxx's for my own use. I want get
into too much detail there but no worries this is legal. I need to change my
CID info on the fly. So I am
2004 Sep 23
5
Billing Fun - anybody know where to get a NPA/NXX db?
Hello;
I've been playing with a nifty Open Source java based report writer
called Datavision (datavision.sourceforge.net) and I've managed to write
enough logic to calculate phone bills at different rates from the MySQL
cdr's. (cdr_addon_mysql) Eventually I want to have sets of rate
structures for each user of the system - so I can bill client A at 3
cents a minute and client B at 2
2004 Dec 17
1
Least Cost Routing - Are you doing it? What are you using?
Greetings.
I've been playing with the TrollPhone Rate Engine Addon for a week or so.
I'm curious what is being used out there for LCR applications?
I've run into a stump with the Rate Engine and that is the costing is done
with an integer. With this, how do you put in say 0.014 / minute rate. And
if your periods are not 60 seconds.. well.. then you have even more places
to
2014 Mar 17
1
Billing number vs. CallerID number | Asterisk 11.5.1
In a multi-tenant environment, we are sending various CallerIDs outbound
from asterisk based on who the user is. We have an insurance agency who
would like to present a toll free callerid. This works.. unless they're
calling a toll free number. In that case, occasionally, the call fails.
However, should we send a correctly formatted npanxx of a local number,
the call completes.
We have
2005 Aug 16
8
Asterisk and LCR
Hello,
How do you guys implement LCR in Asterisk?
Thanks,
2012 Apr 05
3
Dial Plan - Routing via Caller ID
I am running Asterisk 1.8.10.1.
I am trying to set up some routing in my dial plans and having some issues
(the issue being that I don't quite understand all of the syntax and
patterns that can be used:
Examples:
DID1 = 6140000000
DID2 = 6140000001
CNAME1 = 6149999999
CNAME2 = 6149999998
CNAME3 = 6149999997
context1
context2
context3
I have looked at several examples (patterns) and I
2011 May 05
1
asterisk for g729 to g711
Hi,
Does anyone know if Asterisk is a good tool to be used for a large quantity
of g711 and g729 transcoding?
What is the best alternative for that?
--
Woody Dickson
woodydickson at gmail.com <woody.dickson at gmail.com>
US and Worldwide Termination
============ Contact me for the following offering ============
USA Onnet - 0.0049/min
USA Offnet - 0.011/min
USA Mobile starting
2005 Jul 19
3
CID Matches On Incoming BroadVoice???
I have been trying to make Broadvoice match incoming Caller ID and do
specific things based on the number received, but due to Broadvoice
requiring the "s" to start off an incoming extension, I cannot get
this to work. Has anyone been able to do this? Here are some examples
of my setup:
from sip.conf:
context=broadvoice-incoming
from extensions.conf
[broadvoice-incoming]
exten =>
2009 Feb 25
4
DID's in a specific rate center
I need 100 DID's in a specific rate center (916-854-xxxx). How do I go
about finding who owns the rate center ? If the DID's are available in
this rate center ?
Thanks
Vikas
2005 Sep 22
0
AGI Script to interact with ACCESS Databse a nd Set CID info on the fly.
lol just posted this yesterday, it's for any ODBC DSN so Access or SQL or an
Excel spreadsheet, as long as it's set as a DSN. This will work with
outgoing Caller ID as well, it's just how you set it up in your dialplan. If
you want I can email you the .agi since email will undoubtedly mangle the
script. hth.
HOWTO: A simple AGI application to modify incoming CallerID on the fly using
2009 May 25
4
howto store local exchange prefixes ?
The local telco is now going 10 digit dialing even for local (free)
calls which used to be 7 digit. For a while no problem, everyone will
continue to dial 7 digits, and I'll add the area code. But pretty soon
everyone will become used to 10 digits.
There are about 40 3 digit local exchanges. I'd like to store the
exchanges in a database, and use the dialplan to check them. I can
2008 Aug 15
3
AstDB/Berkely DB - Hash function? Balanced-Tree? b-Tree? Linked List?
Does anyone know enough about the implementation of AstDB to know
whether the data structure is a Hash function, a Balanced-Tree, a
b-Tree, or a Linked List?
I'm trying to estimate the lookup 'cost' of a AstDB with around 160,000
keys? Obviously I already know that it WILL WORK, but the question is
whether the data structure is optimal in the Berkeley DB AS IMPLEMENTED
in Asterisk.
2006 May 22
2
I've broken voicemail
I went to put in the new sound files over the weekend, but forgot to backup
the custom folder and lost my custom digital receptionist files.
I then had to copy the old files back from a duplicate machine.
The problem is now though that voicemail just hangs up when I dial it.
Other apps work - *70 for example gives me 'call waiting...activated' so I
know it's accessing the files
2003 Sep 23
9
dialing codes..( You can help! )
Hi,
I am trying to setup some LCR functions on my Asterisk box and have a cheap call provider that uses various different numbers for landlines and cell phone numbers in various countrys..
I am finding it difficult to find the various codes..
eg.
UK Landline - +44[12].
UK Cell - +44[7].
SA Landline - +27[1-6].
SA Cell - +27[78].
Please send me your country's dialing rules similar to how I