search for: npa

Displaying 20 results from an estimated 65 matches for "npa".

Did you mean: np
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 AV...
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
...-31,7 +32,8 @@ $calleridfull =~ s/[\,\"\']+/ /g; -$AGI->verbose("CALLERID IS: $calleridfull\n"); +$AGI->verbose("CALLERID IS: $calleridfull\n"); +$AGI->verbose("CALLERID Name IS: $calleridname\n"); if ($callerid =~ /^(\d{3})(\d{3})(\d{4})$/) { $npa = $1; @@ -54,7 +56,7 @@ #$nxx='892'; #$station='8019'; -if ($Fonetastic > '0') { +if (($Fonetastic > '0') && ($calleridname != 'unknown')){ $AGI->verbose("Ready for Fonetastic.US lookup... \n"); if ($name = &fonetastic_look...
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....
2004 Dec 17
8
NPA NXX data
HI all - I know, slightly off list, but.. I'm looking for a NPA NXX database with City and State. Actually it's for an Asterisk routing app I'm working on. I see several vendors that want a few bucks to those that want an arm and leg. I expect this is published somewhere by some government agency, but Google hasn't got me to it yet. Jon --------...
2010 May 04
9
RFC: Network Plugin Architecture (NPA) for vmxnet3
Device passthrough technology allows a guest to bypass the hypervisor and drive the underlying physical device. VMware has been exploring various ways to deliver this technology to users in a manner which is easy to adopt. In this process we have prepared an architecture along with Intel - NPA (Network Plugin Architecture). NPA allows the guest to use the virtualized NIC vmxnet3 to passthrough to a number of physical NICs which support it. The document below provides an overview of NPA. We intend to upgrade the upstreamed vmxnet3 driver to implement NPA so that Linux users can exploit t...
2010 May 04
9
RFC: Network Plugin Architecture (NPA) for vmxnet3
Device passthrough technology allows a guest to bypass the hypervisor and drive the underlying physical device. VMware has been exploring various ways to deliver this technology to users in a manner which is easy to adopt. In this process we have prepared an architecture along with Intel - NPA (Network Plugin Architecture). NPA allows the guest to use the virtualized NIC vmxnet3 to passthrough to a number of physical NICs which support it. The document below provides an overview of NPA. We intend to upgrade the upstreamed vmxnet3 driver to implement NPA so that Linux users can exploit t...
2004 Sep 23
5
Billing Fun - anybody know where to get a NPA/NXX db?
...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 cents, etc... Anyway, my question is: where can I get a copy of the NPA/NXX db without paying an arm and a leg for it? The NPA's are a free zipped up .mdb (gag) file on this page: http://www.nanpa.com/area_codes/index.html I also came across a 1999 version of the whole shebang in a text file here: http://sd.wareonearth.com/~phil/npanxx/ It would be nice to be a...
2008 Aug 15
3
AstDB/Berkely DB - Hash function? Balanced-Tree? b-Tree? Linked List?
...already know that it WILL WORK, but the question is whether the data structure is optimal in the Berkeley DB AS IMPLEMENTED in Asterisk. AstDB just like CURL is missing some of its features as implemented, so the generic Berkeley Doc doesn't help much. The key-space is ideal. It's just npa/nxx lookups so it's UNIQUE and EVENLY DISTRIBUTED--a perfect for a hash function (or even a balanced tree). What I do NOT want is a 150k member linked list, or even a standard b-tree that ends up being 160k entries tall because the values were inserted in order etc. In terms of Databases, I...
2010 May 18
2
NPA NXX Database
Has anyone had good results with an on-line database that returns a LATA based on NPA NXX? --Don Don Kelly PCF Corp People Come First 651 842-1000 888 Don Kell(y) 651 842-1001 fax -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100518/d77d09b3/attachment.htm
2010 Aug 09
2
Correct Caller-ID
I've seen caller-id come through from carriers as: NPA-NXX-xxxx, 1-NPA-NXX-xxxx, and +1-NPA-NXX-xxxx My question is: what is the correct way to send Caller-ID by set standards? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100809/1866d18a/attachment.htm
2005 Sep 19
1
Complete NPA-NXX list for USA/Canada npanxx,
...om a database based on napnxx and then use gotoif to route to the lowest cost provider in that records (realtime must be used on a unique index so ONLY 1 row is retruned). We are testing upgrading this to mysql 5 where a view could be used to eliminate the gotoif. With the gotoif and 2 carriers per npa nxx it is fast. Realtime() can only do simple queries as of right now, so views would be a huge plus. The other option I know others are using is to get the route via an agi script. Bottom line, YOU CAN NOT load all 150,000 NPA/NXX pattern matches in asterisk via text file or realtime and expect...
2007 Jul 23
3
Dialplan
Hi, What dialplan option do I need to send a call out like this: NPA-NXX-xxxx local calls 1-NPA-NXX-xxxx - long distance Won't 'national' send it out NPA-NXX-xxxx no matter if it's long distance or not?
2006 May 19
2
rsync help
...files from the machine here to the remote machine. Both user directories have identical file structure, except the remote machine is way behind on keeping up with the local machine. When I tried to run the rsync command from the current directory of "/home/rob/amet/versions/current/archinve/npa/R- save" Below is the command and output. Can somone tell me what I'm doing wrong, or perhaps the correct way to do this? There does not need to be a daemon running on the remote machine does there? # rsync -t R-save vortex:/home/rob/amet/versions/current/archive/npa/R- save rsync: l...
2005 Aug 18
4
options for mysql query from dialplan
...the MySQL command, and there are a lot of notes about connection closing and other scary stuff? Does it work? Are there other native options given the fact that realtime is configured and in use? The goal is to run a query against a database like this SELECT provideralias FROM ldproviders WHERE npa = (digits 2 thru 4 of dialed number) AND nxx = (digits 5 thru 7) Then take the provider alias returned and Dial(SIP/${EXTEN}@${provideralias},60). Next step would be to add a loop for multiple providers, starting with the lowest cost. Any hints or comments from the pros? TIA Damon
2006 Apr 04
2
Milliwatt Test Number List
Hello: Does anyone know of a list of milliwatt test numbers for debugging echo? Specifically I am looking for a milliwatt test number in Canada, preferrably in a 416 or 905 NPA exchange....different carriers would also be nice....ie. Bell Canada, GT, Sprint (Now Rogers Telecom) I called Rogers NOC and asked them for the milliwatt test number....they didn't even know what it was....so I got escalated to a technician and he tried claiming that they didn't have one...
2004 Jan 09
12
USA dial plan
Hi, Do the callers in USA dialling from USA Telco lines always have to prefix the CITY/AREA code with "1" in order To successfully make a call to other USA destinations? ---- I have not been to USA (yet) :) Ta SJ
2005 Apr 09
3
CallerID name lookup AGI script
...l to look up the number in Google phonebook 3) If a business listing, set the CallerID name to business name, as is. 4) If it's a residential listing, reverse the listing so it's last name first, then set the CallerID name to that. 5) If there's no match in Google phonebook, look up the NPA/NXX on www.areacodedownload.com and set the CallerID name to "@ST RATECENTER" where "ST" is the two-letter state abbreviation, and "RATECENTER" is the name of telco rate center in that state. Thought some of you might find this AGI script useful, so I'm includi...
2007 May 09
5
Mobile Number to Mobile carrier mapping
Hi Folks, Is there a way to find out the mobile/landline carrier name based on the phone number? For example, who is the mobile carrier for (415)2345678 I had heard about some query but just don't remember how/what? Thanks in advance. Ritesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Dec 29
1
RFI: Creating a database of DID providers
...e that people > > can simply browse that lists all current DID providers > > and their coverage areas? > It's a good idea and probably not too hard to implement, > it's just a case of deciding how far you want to go.. are > areacodes good enough? or do you need to go to NPA-NXX > level and start talking about rate centers etc? Ok.. I'm going to have a stab at this.. I'd like to have some kind of search mechanism similar to that at www.voipreview.org where you can select country and area (by state/city? or would people prefer by areacode?) then generate a l...
2007 Feb 07
1
Large number of prefixes in a route to a trunk
...e all connected via * over a VPN with no local trunks at any of them. In the interest of maximizing use of the lines, I'm putting together a dial plan that includes PCS-to-PCS/Nextel calling for the Sprint trunk. Essentially, the PBX would look like a cell phone to the PCS cloud. Total merged NPA-NXX list for SPCS I come up with is around 7,600 prefixes. Since our parent has offices strung out all over the US and is standardizing on SPCS, it makes sense to try and leverage as many PCS-to-PCS calls as we can. Alltel comes in at around 1940 prefixes. Has anyone found a soft limit for what...