similar to: [Best Practices] phone numbers??

Displaying 20 results from an estimated 20000 matches similar to: "[Best Practices] phone numbers??"

2006 Apr 21
11
Phone Numbers in Rails/MySQL
Is there any easy way to make a fancy looking form to take phone numbers. Something that looks like this: [ ] - [ ] - [ ] ext: [ ] Then when you submit it it''s combined into one string in the database. Optimally it would auto-switch from field-to-field after you fill each field. Has anyone seen anything like this in Rails? Thanks, Adam -- Posted via
2008 Mar 30
1
breaking DNID into country code, area code, and local code
Dear friends, I am wondering if there is any efficient way of extract the country code, area code, and local code into 3 different variables from one DNID that can look like 001630233-4333 or 0086213345333? International code can be 011, or 00. National code can be 0 or 1 Country code can have 2 or 3 digits Area code can have 2 or 3 digits Local num can be 7-10 digits Is there anyway to break
2006 Apr 18
12
Formatting data drawn from a DB
Question for all: Right now i have a Table in a mySQL DB that has a row called Ingredients. When the data is entered into the DB its enter like so from a text area: 1 1/2 lbs. beef top sirloin, thinly sliced 1/3 cup white sugar 1/3 cup rice wine vinegar 2 tablespoons frozen OJ concentrate 1 teaspoon salt 1 tablespoon soy sauce 1 cup long grain rice 2 cups water 1/4 cup cornstarch 2 teaspoons
2010 Dec 02
3
+ on Caller-ID
I've had this discussion in the office and with some vendors, but no one has a solid answer, hopefully someone here does. What is the proper way to format a caller-ID here in the U.S.? Is it: +15705551212 or is it +5705551212 I've always seen it +15705551212, but as I understand it the country code for the US is 011, which to me would indicate you put 011-570-555-1212 as the callback
2006 Dec 21
3
International dialplans for Asterisk?
Does anyone know the maximum number of digits for an international phone number? Doing some searching, it looks like 16 numbers including the "011" is the maximum number, because 17 is just not found: OK: 1234567890123456 http://www.google.com/search?q=011XXXXXXXXXXXXX Not OK: 12345678901234567
2003 Oct 26
1
NuFone International Calls
Does anybody know how to do an international call using NuFone. I realise this isn't really the place to ask, but NuFone appears to be closed for the weekend and would like to have a try at this before tomorrow. I assumed it would be '011' for an international line followed by country code but that doesn't seem to work. I am getting: -- Executing
2004 Jul 18
1
CID, international style?
I'm thinking of doing an app to work with the CID that's gotten from the Zap channel. All the CID's I see from within the US are 10 digit numbers. I'm out in the rural areas of the US, and no-one ever calls me from overseas. If they did, what would the CID look like? What does the CallerID look like overseas? How many countries provide it? murf
2006 May 09
11
model filter?
Hi All, Is there a way to filter / modify the output of a model class before it''s returned to controller/view that''s calling it? Example: I have a field phone_number which I always want to preformat using the number_to_phone() helper.... Any help is appriciated. Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Feb 03
9
validating phone numbers
Anyone got a good validation for validating a phone number? I just want to make sure that whatever the user enters is somewhat sensical, and i''d like to be fairly liberal about what kind of a format it''s in. Joe
2016 Dec 13
2
Dovcot issues
On Mon, Dec 12, 2016 at 03:16:35PM -0600, Larry Rosenman wrote: > On 2016-12-12 15:08, The Doctor wrote: > > I am seeing issues with > > Thunderbird > > > > IMAP and POP3 > > > > and > > > > Entourage issues > > > > of non-deleting / repeating e-mail. > > > > Any one else gettting that? > Not I. Which Dovecot
2006 Jan 27
3
OT?: International number parsing
Can anyone shed some light on "rules" that might make the task of parsing the country code and city codes from a dialed number in the CDRs? I know that there is almost never a case where a concatenated country and city code could overlap with another country code, but what about city codes and local numbers? Is it possible for a concatenated city code and local number to match another
2016 Dec 12
2
Dovcot issues
I am seeing issues with Thunderbird IMAP and POP3 and Entourage issues of non-deleting / repeating e-mail. Any one else gettting that? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Merry Christmas 2016
2005 Jan 16
10
Any interest in a Canadian Asterisk mailing list?
Just on the off chance that Canadian Asterisk users might be interested in a place to discuss topics specific to the "great white north" (sources, services, telcos, etc.), I created the asterisk-canada mailing list: http://lists.syonex.com/mailman/listinfo/asterisk-canada or asterisk-canada-subscribe@lists.syonex.com Cheers! John
2005 Sep 08
1
(OT) Dialplan Standards for Business/Offices
Are there any standards for setting up pbx dialplans for businesses/offices? What I mean is that, which numbers are reserved for a specific use ex. 0 for operator ? Putting Zero for operator in the dialplan seems to be the common practice of businesses. If there is such a standard, * and # are used for what ? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Jan 31
5
Q: PRI leading 0 (area access code) or 00 (country access code) missing on incoming callerid
hi, on our incoming E1-PRI from german telco Arcor the leading 0 for the (area access code in europe) and the 00 (country accescode in europe) are missing on incoming callerids. only prepending a single 0 is not the solution as suggested by some writers on this list, because there is no way to differ between national and international callerids and it's not possible to make the decission
2008 Dec 13
6
Country numbering plan resources
Is there any good free / accurate online resources with detailed country numbering plans? Failing that let's get something running ourselves. I was also thinking maybe people present could contribute some information on this list for now. The countries I am after are below. To start this off I will provide the information for Australia +61 and New Zealand +64. NZ Cellular: area code 21
2006 Mar 09
2
Extracting info from the $EXTEN variable
Is there a way to access only certain positions in the $EXTEN variable? I'd like to filter my international calls based on the destination country: My dialplan looks like this (1XX0. is the international calling convention for Chile) exten => _1XX0.,1,Dial(SIP/${EXTEN:4}@external_provider) But, I'd like to, depending on the destination country (digits 5 and eventually 6 of EXTEN),
2005 Mar 17
2
Getting caller-name - cid_rewrite 1.0.0
Hi folks, I think my little agi script is ready for the big one-oh-oh. Available at http://muware.com/asterisk is cid_rewrite-1.0.0. This agi-script does the following: - Standardize incoming caller-id numbers to adhere to US dialing code; NANPA numbers are reformatted to 1+10, international numbers become 011<country-code><number> (this is customizable with a little PHP knowledge).
2013 Mar 27
9
conditional Dataframe filling
Hi everyone: This may be trivial but I just have not been able to figure it out. Imagine the following dataframe: a b c d TRUE TRUE TRUE TRUE FALSE FALSE FALSE TRUE FALSE TRUE FALSE FALSE I would like to create a new dataframe, in which TRUE gets 0 but if false then add 1 to the cell to the left. So the results for the example above should be something like: a b c
2008 Feb 07
3
Matching "+" characters in dial plan
Can someone please explain how to match a + character in a dial plan (so that I can swap it for the "00" country escape code). In Europe at least the + is a common shortcut for the international prefix (which is "00" in my country). However, my trunk chokes on the + character and all my speed-dials are setup with a + at the start of them... Trying to fix the phone rather