Re: [asterisk-users] 2000+ user Asterisk PBX

2008-08-02 Thread Ryan Burke
> Any 2000+ user Asterisk PBX installs out there? > > Please hit me off-list, I need some support on a 2000+ user Asterisk PBX > with high availability and over 10E1s to PTOs > > > > Femi I would be interested in some of the replies if you wanted to continue the topic on-list... Your problem might

Re: [asterisk-users] bandwidth required for Asterisk running on T1

2008-04-11 Thread Ryan Burke
> Hi, > > I want to estimate the amount of bandwidth required for Asterisk running > on > a T1 in a typical scenario. > Can someone share with me any implementation experience? > > Thanks in advance for your input. > > Regards, > Mark Check out http://www.asteriskguru.com/tools/bandwidth_calculato

Re: [asterisk-users] Asterisk scalability

2008-01-23 Thread Ryan Burke
> > Hello, > > I wonder how Asterisk scales when we increment the Core's or CPU's of > one computer. > > I see that Asterisk is only one process (I guess that it uses threads). > But because Asterisk is only one process, this process is always > executed in the same CPU. So we can have a 8 Cores se

Re: [asterisk-users] asterisk-1.2.26.tar.gz Thoughts?

2008-01-18 Thread Ryan Burke
> At 11:53 AM 1/18/2008, you wrote: > >>Apart from the fact asterisk 1.2 is in security maintenance >>mode only and wont get any other bugfixes it will be ok. >>Please consider using 1.4 as it's the official latest stable >>version. > > Although for some of us, or at least me, no version of 1.4 h

Re: [asterisk-users] Using XML for configuration management, single-source-of-truth, etc.

2007-12-08 Thread Ryan Burke
> Tilghman Lesher wrote: >> On Friday 07 December 2007 20:12:12 Philip Prindeville wrote: >> >>> Darryl Dunkin wrote: >>> You can store most of the configurations in a database which may be more accessable to you. Perl can also parse these configurations quickly enough if y

Re: [asterisk-users] New feature: calling all bug marshals

2007-12-05 Thread Ryan Burke
> In article > <[EMAIL PROTECTED]>, > Ryan Burke <[EMAIL PROTECTED]> wrote: >> >> I just was looking over the app_waitutil.c and am confused you add 500 >> to >> tv.tv_usec on the line "msec = (future - tv.tv_sec) * 1000 - >> ((tv.tv_usec &g

Re: [asterisk-users] New feature: calling all bug marshals

2007-12-05 Thread Ryan Burke
> Hi. > > I wanted to write a "popcorn" app for myself, both to learn how to > script in extensions.conf, but also because it was something handy. > > Along the way, I found myself doing something like: > > [popcorn] > exten => s,1,Set(FUTURETIME=$[${EPOCH} + 10]) > ... > exten => s,n,While(${EPOCH

Re: [asterisk-users] Off-Site Extensions That Would Show As In-Use?

2006-11-09 Thread Alexander Burke
, Alex -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Off-Site Extensions That Would Show As In-Use?

2006-11-08 Thread Alexander Burke
-- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Waiting before executing System command

2006-10-30 Thread Alexander Burke
ion about doing it entirely within the dialplan. Any ideas? On 10/27/06, Alexander Burke <[EMAIL PROTECTED]> wrote: Hello, all! I'm having a problem with the following snippet that executes upon hangup: exten => h,n,Wait(5) exten => h,n,System(mv /some/file /some/other/di

[asterisk-users] Waiting before executing System command

2006-10-27 Thread Alexander Burke
/var/spool/asterisk/outgoing/) This only executes sleep, not mv. How can I make it wait before moving the file? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- ast

Re: [asterisk-users] Modifying SIP Stack

2006-10-19 Thread burke
I don't have access to the sip code right now, but from past network code I've writen you could try this: inet_aton("192.168.1.10", &p->sin.sin_addr); If they are just wrapping the "struct sockaddr_in" as "sin" in "p". Worth a try... Ryan > Hello list, I am trying to include a new message afte

Re: [asterisk-users] Why is this happening?

2006-10-16 Thread burke
Do me a favor and try running "netstat -aplntu | grep asterisk" and see what ports are actually being used. Are you connected to another ITSP? If so then that may be the local port of that connection... just an idea, i don't have Asterisk access right now to double check. Ryan > On 10/16/06, Tim

[asterisk-users] Test to list

2006-10-14 Thread burke
Sorry, just checking if my mail is working. ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] When does Scalability requests Asterisk to U se SER ?

2006-09-20 Thread burke
> > I would like to know how you got Asterisk to function with 2500 SIP >> registrations. Did you have qualify enabled? > > Yes, qualify was enabled, using the standard length of qualification > period between checks. Very few accounts had custom qualify settings. > >> What about the 500

Re: [asterisk-users] When does Scalability requests Asterisk to Use SER ?

2006-09-19 Thread Ryan Burke
- Original Message - From: "Rushowr" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Tuesday, September 19, 2006 10:38 AM Subject: Re: [asterisk-users] When does Scalability requests Asterisk to Use SER ? Thanks for the info. So it was reall

Re: [asterisk-users] When does Scalability requests Asterisk to U se SER ?

2006-09-19 Thread burke
> Benjamin Jacob wrote: >> Rushowr wrote: >> >>> ___ >>> --Bandwidth and Colocation provided by Easynews.com -- >>> >>> asterisk-users mailing list >>> To UNSUBSCRIBE or update options visit: >>> http://lists.digium.com/mailman/listinfo/asterisk-users >

Re: [Asterisk-Users] Is anybody using XEN in conjunction with Asteriskand/or Openser?

2006-06-24 Thread Ryan Burke
I had that running in my small home Asterisk setup for a while, however I had to move back to an older kernel to support a SATA driver (mv_sata). It looks like as of late 2.6.16 and 2.6.17 they've updated the driver so in a week or so I am going to try builind it again and create a DomU with As

[Asterisk-Users] Custom extension halting execution upon caller hanging up

2006-06-19 Thread Alexander Burke
#x27; How can I prevent the extension from bailing before I have a chance to clean up the recording in priority 10? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews

[Asterisk-Users] Custom Extension halting execution upon caller hanging up

2006-06-17 Thread Alexander Burke
#x27; How can I prevent the extension from bailing before I have a chance to clean up the recording? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-User

[Asterisk-Users] Cisco 7940/7960 SIP 8.2 Freely Downloadable

2006-04-16 Thread Alexander Burke
Just in case anyone here hadn't noticed, Cisco is apparently making 7940/7960 SIP 8.2 firmware freely downloadable by anyone: http://www.cisco.com/pcgi-bin/tablebuild.pl/sip-ip-phone7960 username: anonymous password: your email address -- Alexander Burke, A+, CCNA Kingston, Ontario, C

Re: [Asterisk-Users] Announcement: New Texas User Group formed

2006-04-13 Thread Ryan Burke
Sounds great.   I'm just a home user of Asterisk, but I love the product and have recommended it to alot of other people. Let us know when the site is up.   Ryan - Original Message - From: Bruce Reeves To: asterisk-users@lists.digium.com Sent: Thursday, April 13, 20

Re: [Asterisk-Users] Texas User Group

2006-04-11 Thread Ryan Burke
I'm interested but I'm in the Dallas area. Are there any in the Dallas area anyone knows of?   Ryan  - Original Message - From: Bruce Reeves To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Monday, April 10, 2006 12:51 PM Subject: [Asterisk-Users]

[Asterisk-Users] 7970 SIP Firmware; SIP 8.2 for 7940/7960

2006-03-22 Thread Alexander Burke
10, SIP 8.2 was released for the 7940/7960? Has anyone tried it yet? If so, what are people's opinions? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- As

Re: [Asterisk-Users] VERY IMPORTANT(TREAT WITH URGENCY)

2006-03-22 Thread Alexander Burke
uot;419" scam email. Rather well done, too. :) Thanks for the laugh, Andrew! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update opt

Re: [Asterisk-Users] courtesy message calling mobile phones

2006-02-27 Thread Alexander Burke
event (which never comes), or even before a call-alerting event. This is also the case where a SIT is generated, and a message like "the number you have reached is not in service" is played for those not hardcore enough to know the specific error from the sound of the SIT alone. :) --

Re: [Asterisk-Users] Prepaid / postpaid solution

2006-02-26 Thread Alexander Burke
At 05:03 PM 02/26/2006, you wrote: I want to match the user from the users callerid. All users have DIDs. You probably shouldn't do that for security reasons -- rather, match them according to the SIP username/password pair they provide when they register. -- Alexander Burke, A+,

Re: [Asterisk-Users] Voice Over WiFi

2006-02-26 Thread Alexander Burke
find another way to power your device. Sorry! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digiu

[Asterisk-Users] Asterisk Web-Based Voicemail?

2006-02-26 Thread Alexander Burke
plications? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailma

Re: [Asterisk-Users] Newbie config help? Wellgate 3701a

2006-02-26 Thread Alexander Burke
od things about it, though! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/li

RE: [Asterisk-Users] Download "Asterisk: The Future Of Telephony" [More Info]

2006-02-21 Thread Alexander Burke
ctually have to do some work. -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/li

Re: [Asterisk-Users] Recommended rack-mountable server anyone?

2006-02-21 Thread Alexander Burke
any PCI cards): http://www.sun.com/servers/entry/x2100/ These boxes will run Solaris, Linux, or (ack) Windows, and their remote monitoring/management support is second to none. -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --B

Re: [Asterisk-Users] Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)

2006-02-21 Thread Alexander Burke
wcusb wcfxo wctdm \ ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp # ztdummy Remove the hash* (#) symbol from in front of “ztdummy,” save the file, and compile Zaptel as usual. -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwi

[Asterisk-Users] Download "Asterisk: The Future Of Telephony" [More Info]

2006-02-20 Thread Alexander Burke
:55:50 -0500 To: asterisk-users@lists.digium.com From: Alexander Burke <[EMAIL PROTECTED]> Subject: Download "Asterisk: The Future Of Telephony" Hello, list! I'm hosting a mirror of the book "Asterisk: The Future Of Telephony" by O'Reilly Press, published u

Re: [Asterisk-Users] Multiple TDM400P's in a single machine

2006-02-20 Thread Alexander Burke
ake, and the success (or lack thereof) that you have with it! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options v

[Asterisk-Users] Download "Asterisk: The Future Of Telephony"

2006-02-20 Thread Alexander Burke
online, but it's good enough that even had I known it was available online, I still would have bought it on paper. You're welcome to download it and keep it on hand -- it makes for EXCELLENT reading: http://www.alexburke.ca/asterisk-tfot.pdf

Re: [Asterisk-Users] Multiple TDM400P's in a single machine

2006-02-20 Thread Alexander Burke
sets, and thus can handle sharing motherboard IRQ resources. Regardless, it is still worth considering using multiple servers, as the redundancy that can be gained from this strategy can quickly offset the cost. -- Alexander Burke, A+, CCNA

Re: [Asterisk-Users] Dell PowerEdge 2850

2006-02-20 Thread Alexander Burke
eilly for setting it free, too! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)

2006-02-20 Thread Alexander Burke
e people going without MoH and conferencing in a "real" setup. Thanks again! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada Date: Sun, 19 Feb 2006 23:45:01 -0500 To: asterisk-users@lists.digium.com From: Alexander Burke <[EMAIL PROTECTED]> Subject: Asterisk on Solaris 10 (AM

RE: [Asterisk-Users] Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)

2006-02-20 Thread Alexander Burke
like to learn Solaris, and being SysV-based like Linux, it shouldn't be too much of a stretch. -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSU

[Asterisk-Users] Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)

2006-02-19 Thread Alexander Burke
k solution on Solaris 10 (including music-on-hold and conferencing)? If so, how? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIB

Re: [Asterisk-Users] Speech playback getting cut off

2006-01-25 Thread Ryan Burke
Any ideas? I appreciate hte help.   Ryan - Original Message - From: Ryan Burke To: asterisk-users@lists.digium.com Sent: Wednesday, January 25, 2006 7:58 PM Subject: [Asterisk-Users] Speech playback getting cut off List,   I purchased an SPA-1001

[Asterisk-Users] Speech playback getting cut off

2006-01-25 Thread Ryan Burke
List,   I purchased an SPA-1001 from voipsupply.com (which was great.. no hassle), but now anytime there is silence and then Playback() sound files the first half second gets cut off. For example, when I login to the VoiceMailMain() function I don't hear "Password", I hear "-assword". Then a

[Asterisk-Users] Testing List (JUST A TEST)

2006-01-23 Thread burke
Sorry, I haven't received a message in a few hours, just testing to see if it is alive. ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/list

RE: [Asterisk-Users] asterisk down because of cdr

2006-01-17 Thread burke
Buffers don't have to be in memory. My suggestion on the solution would be to buffer the CDR info into a backup file based database (configurable filename/path) on the local filesystem (or NFS mounted system for redundancy) and then when the SQL database connection is restored then it spends a seco

[Asterisk-Users] cisco/asterisk interop issues?

2006-01-06 Thread James Burke
hi, i have an issue that when making a call from a SIP phone going as follows: phone --> asterisk --> cisco(192.168.0.1) --> terminating voip platform(10.0.0.1) i get the cisco sending up an invite to the voip platform followed directly with a CANCEL message, as follows: Via: SIP/2.0/UDP 1

Re: [Asterisk-Users] Re: FC3 or FC1 (or something else?)

2006-01-03 Thread burke
I'm currently using CentOS 4.2 in my home install on a P3-600/512MB/40GB HDD with a X100P clone and it works great. Using Asterisk 1.2.1. Ryan > Any thoughts on CentOS-4.2? > It is based on RHEL4 update2. > It has the 2.6 Kernel. > > I am currently using CentOS-3.5, which is based on RHEL3 update

[Asterisk-Users] Sipura SPA-1001 question

2006-01-03 Thread burke
Asterisk-Users, Is anyone out there using the SPA-1001 for integrating existing analog phones into a VoIP setup? My question has to do with the MWI. From the datasheet it says that it provides MWI Tones, and then that it provides Visual MWL "via FSK". What does "via FSK" mean? My exsting phone has

[Asterisk-Users] outbound sip calls on asterisk

2006-01-03 Thread James Burke
hi, i would like all my calls originating from asterisk users bound for external to route to one destination, a session border controller. protocol used is sip. i have edited extensions_custom.conf with: exten => _.,1,dial(sip/[EMAIL PROTECTED]) would this be correct to send any calls from

Re: [Asterisk-Users] Dialling out with clone X100P board

2005-12-24 Thread burke
I had the same problem at first. Try adding a "w" or two before the ${EXTEN}. That makes it wait a little bit before sending the DTMF numbers. Here is the dial() I'm using: Dial(ZAP/1/ww${EXTEN}) Try it out and see. Let us know if it works. Ryan > Hi all : > > I need a little help please. > >

Re: [Asterisk-Users] Re: Teliax billing question

2005-12-17 Thread Ryan Burke
Rich, Thanks for your feedback. Sounds like what I was looking for. I think I'll sign up tonight! Thanks, Ryan - Original Message - From: "Rich Adamson" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" Sent: Saturday, December 17, 2005 8:30 PM Sub

Re: [Asterisk-Users] Re: Teliax billing question

2005-12-17 Thread Ryan Burke
IL PROTECTED]> To: Sent: Saturday, December 17, 2005 7:05 PM Subject: [Asterisk-Users] Re: Teliax billing question "Ryan Burke" <[EMAIL PROTECTED]> writes: Is there any other charges because of the toll free number? I was toying with the idea of getting an 800 number to

[Asterisk-Users] Teliax billing question

2005-12-17 Thread Ryan Burke
Teliax users,   I have a couple questions about Teliax, just hopeing some current customers might shed some light on them.   How reliable is a toll-free number from Teliax? Has anyone had any problems with it?   The Pay as you go plan has a Billing of 60/1, what does that mean? My guess is 60

Re: [Asterisk-Users] extensions and regular expressions ( probablyan easy question )

2005-12-10 Thread Ryan Burke
I was reading the pdf and found a command that might be of some use: Prefix() ex. exten => 8661234567,1,Prefix(1) exten => 18661234567,1,NoOp() exten => 18661234567,2,Goto(800-in) After the Prefix() the the next exten is n+1 (which is 2 in this example) with the new extension (which is 186612

Re: [Asterisk-Users] Wait for X rings before answering?

2005-12-09 Thread burke
seconds > I realize that it's a timeout but what's implicit in that is that > Asterisk can't detect # of rings just the amount of time spent ringing? > I have been looking at the reference manual on asteriskguru.com. They > say it's a timeout but they don't indicate the units. Is it > millisecon

RE: [Asterisk-Users] Asterisk Dial Failover

2005-12-09 Thread burke
WEll I personally have not implemented a Linux-HA cluster mainly because I don't have the resources to do so. I study Asterisk purley as a hobby (nerd.. yeahI know) because it is an awesome OSS product. Anyways, after some searching around I think it would not be TOO difficult to implement a resour

Re: [Asterisk-Users] Asterisk Dial Failover

2005-12-09 Thread burke
Your other option is to setup the OpenSER boxes in a truly redundant configuration using Linux HA (www.linux-ha.org). That way you setup all your PSTN calls to forward to one shared virtual IP between the boxes. One of the boxes is the Master, the other is the Slave. There is a heartbeat between th

Re: [Asterisk-Users] How do I set up extensions.conf to dial out on analog telephone line?

2005-12-08 Thread burke
Here is an example, very basic. sip.conf = [1000];assuming that your first SIP extension is 1000 ... ;all the other paramters context=internal ;default context is [internal] extensions.conf [globals] OUTBOUNDCHANNEL=Zap/2 [internal] include =>

Re: [Asterisk-Users] Realtime Replication of a Single File

2005-12-08 Thread burke
This sounds like a prime candidate for a database implementation. That way you can get very near real-time stats without the overhead of frequent cronjobs or polling. You number crunching computer would then just grab the data and crunch away. I'm just now getting started on using Asterisk in the m

Re: [Asterisk-Users] Win up to $2000 for AsteriskEnterpriseReferences!

2005-12-07 Thread Ryan Burke
While I'm not sure about the 1.2 ChangeLog the 1.2.1 that was released recently has an real Changelog that is linked at the top of Asterisk.org. http://ftp.digium.com/pub/asterisk/ChangeLog-1.2.1 It looks like they put some effort into this one so I hope it continues for future releases. Rya

Re: [Asterisk-Users] Asterisk and embedded system

2005-11-21 Thread burke
> On Mon, 21 Nov 2005 18:43:34 +0100, Josh wrote: > >>Hi all, >> >>I'm kinda new with asterisk stuff. >>I'm running a Debian with asterisk and a digium X101P clone card in >> country #1. >>Since I'm going to work in another country (country #2), I would like >>to setup another Asterisk server + 1 F

Re: [Asterisk-Users] Is this maillist down?

2005-08-03 Thread Ryan Burke
Yep, I second (or third) that observation. Ryan > It's not just him. The list was majorly down from sometime on the 29th > until the 1st. > > MARK. > > Derek Whitten wrote: > >>must be just you.. get messages all day every day here.. >> >> >> >>>:-) >>> >>> >> >> >>On Mon, 2005-08-01 at 05:49, H

Re: [Asterisk-Users] Is this possible?

2005-04-01 Thread Ryan Burke
Yes I would be very interested to see some kind of example if anyone has one running? Thanks - Original Message - From: "Paul" <[EMAIL PROTECTED]> To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" Sent: Friday, April 01, 2005 11:19 AM Subject: [Asterisk-Users] Is this pos

Re: [Asterisk-Users] Recommended Phone for beginner

2005-03-07 Thread Ryan Burke
sterisk-Users] Recommended Phone for beginner Ryan Burke wrote: Wow.. what an awesome mailing-list! I appreciate the input, I'm looking at the Polycom 300 right now and debating on spending the extra $60 / phone to upgrade from the BudgeTone. Chris, I like hte Sipura 2100 idea, but I ne

Re: [Asterisk-Users] Recommended Phone for beginner

2005-03-07 Thread Ryan Burke
es vs running my existing phoes through an adapter. Thanks for the suggestion though, it is definately good to know and a possibility in the future so that I can use some of my wireless phones with *. I'm always ready for more suggestions though.. Ryan - Original Message - From: &

[Asterisk-Users] Recommended Phone for beginner

2005-03-07 Thread Ryan Burke
Hello everyone, I've been watching this list for a while, but it is the first time I've posted. I'ved decided to setup a * server for my house and will need 3 phones (one main, one for my wife, and one for my office). I was wondering if there was a particular brand that people reommended? I'd li