search for: nxx

Displaying 20 results from an estimated 67 matches for "nxx".

Did you mean: nx
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 An...
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
2006 Jun 13
1
calleridname.agi patch to only overwrite name if it is missing
...=~ 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_lookup ($npa, $nxx)) { $newcaller...
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 ------------...
2014 May 12
2
Realtime Pattern Matching
Hello All, Looking for a little guidance on Real Time Pattern Matching. We are attempting to block outbound 411 via when someone dials NXX-555-XXXX, The must common being NXX-555-1212. However, We have some outbound providers that consider any call to NXX-555-XXXX a directory assistance call. So simply making my pattern _NXX5551212 doesn't work. So as you can see from the lines below. If I Dial 321-555-1212 the call is bein...
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,
..., during which time calls do not proceed. If you use Realtime MySQL it pulls in ALL patter match extensions in the context on every call (150,000 rows per query). There are two ways to fix this; The one we did, use the application command realtime() to pull the record from 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(...
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?
2011 Apr 15
1
[Rcpp-devel] Find number of elements less than some number: Elegant/fastsolution needed
...modify SEXP in-place (and this always confuses me, so I tend to avoid it), I'm seeing an additional ~5-10% speed gain (src2, f5) -- the advantage of this last seems to be primarily in memory-constrained applications. On to the code! src = ' NumericVector xx_(clone(x)), yy_(clone(y)); int nxx = xx_.size(); int nyy = yy_.size(); arma::vec xx(xx_), yy(yy_); yy = sort(yy); xx = sort(xx); // // int j = 0; //gt index for yy for (int i=0; i < nxx; i++) { while ((j < nyy) && ( xx(i) > yy(j) ) ) { j++; } xx_(i) = j; } return (xx_); ' src1 = ' Num...
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...
2004 Sep 23
5
Billing Fun - anybody know where to get a NPA/NXX db?
...alculate 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 able...
2005 Aug 18
4
options for mysql query from dialplan
...tes 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
2004 Jun 30
1
Null Pointer Reference h225_1.cxx
...file /usr/src/openh323/src/h225_1.cxx, line 390, Error=115 -- Nobody picked up in 20000 ms -- Hungup 'OH323/L6116' -- Executing Congestion("SIP/2003-02d1", "") in new stack -- end snip -- Here is how I have my extensions.conf file setup : ; Outbound to 1-nxx-nxx-xxxx goes via PSTN exten => _1NXXNXXXXXX,1,Dial(OH323/${EXTEN:1}@h323gk,20) exten => _1NXXNXXXXXX,2,Congestion ; Outbound to nxx-xxxx goes via PSTN exten => _NXXXXXX,1,Dial(OH323/${EXTEN:1}@h323gk,20) exten => _NXXXXXX,2,Congestion and in my oh323.conf file: gatekeeper=209.xxx.x...
2008 Aug 15
3
AstDB/Berkely DB - Hash function? Balanced-Tree? b-Tree? Linked List?
...eady 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 kno...
2005 Jan 27
1
OT: iax.cc/sixTel local DID question
When you choose to add an unlimited local DID to your account from their control panel, do you get to pick the prefix/NXX, or just the area code? Their isn't any indication of whether or not clicking the Add button will immediately add a number to my account or take me to another screen to pick a NXX. (I don't want to click the 910 area code to find out they giving me a Wilmington or Raleigh local DID tha...
2005 Apr 09
3
CallerID name lookup AGI script
...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 including i...
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
...at 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 list...
2007 Feb 07
1
Large number of prefixes in a route to a trunk
...l 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 * ca...