login | register
Wed 01 of Aug, 2007 [09:14 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.31s
  • Memory usage: 2.20MB
  • Database queries: 32
  • GZIP: Disabled
  • Server load: 3.72

Asterisk rollout tips

Asterisk rollout


Asterisk is an Open Source Software. It means that it's not a shrink-wrap application that you can buy and put into production directly. On the other hand, how many large systems can you buy and install directly without testing?

Here's some advice on how to roll out Asterisk in production:
  • Install test from CVS: Install a test system from the CVS source code tree, see Asterisk Download. Observe that the CVS tree is the development line for Asterisk. There's no guarantee that this code will work all the time, it's where developers submit their changes for testing by all of us in the user base. Don't use this code in production unless you know what you're doing. Please test it and report problems that you see in your environment. When you're settting up your production system, either freeze on a working CVS version or do it on a released, tested, version. Don't CVS update a production system if you're not sure of what you're doing. You will add new functionality, but it may also mean that you're adding bugs to a system your users are using to communicate. (if you use the stable branch of the CVS, you're safer)
  • Test a full system: Test a full system, including connections to various channels, meaning PSTN connectivity and connectivity to various IP-telephony devices - H.323, SIP, IAX.
  • Test PBX functionality: Test and document functionality. Do you want to transfer calls? There are several ways to do this in Asterisk, some ways supported by some protocols and some not by other protocols or the PSTN. Asterisk tries to solve the situation in ways that fits all channels, but it might mean that with a particular phone, the button labeled "transfer" may not be the way to transfer a call from the PSTN to a SIP device, or from a SIP device to another manufacturer's SIP device. If you're mixing various devices and protocols, make sure you document the way functions as call transfer, call parking and on hold works in your configuration.
  • Test echo cancellation: Again, with Asterisk you can combine various solutions like ISDN pri:s, channelbanks, SIP and IAX into new magical combinations that may give side effects you weren't prepared for. Echoes are a good example of what can happen, and it is quite disturbing. Without testing, you're in for an echo hunt. With testing, there's a good chance you won't be surprised by user's complaints as you go along.
  • Don't think old PBX: If you're just looking for an standard PBX, go buy one. Asterisk is a platform for a new way of handling telephony, it's part of a revolution. Part of the benefit of Asterisk is new solutions you can provide to the user base, things you couldn't with the old setup. Answering calls over broadband VPN's while home with kids? No problem. Setting up an extension to check delivery status of an order? A piece of cake. Blocking an unwanted ex-girlfriend or even forwarding her to the talking clock? Small hack. Connecting the PBX:s on all your offices, across the Internet? Simple. Sooner or later you'll find the new solution that your user's can't live without and can't understand that they could live without. And that solution will be provided without a man-years worth of programming or expensive add-ons to a vendor proprietary hardware.
  • Share your experiences: Asterisk is an open source project. We're building something new, together. Part of it is to share experiences, good and bad. Tell others how you solved a problem, ask for solutions. Be part of the Asterisk community. You will get it back in more happy customers and a lot of helpful collegues out there.

Checklist

Provided by Rich Adamson

A couple of items to consider (in addition to the technical * implementation issues) are:
  1. End-to-end connectivity: (within each location) as most corp hubs/switches are not on ups, shared devices located under someone's desk where the power cord can be kicked, an employee's space heater trips a breaker.
  2. Legal issues: what happens when an employee needs to call emergency personnel and the phone system doesn't work for whatever reason
  3. QoS: how will you deal with QoS issues when they pop up? (someone decides to backup their fixed disk across the local net; the latest virus/trojan is consuming all available bandwidth; user drag/drops very large directory or files.)
  4. Network connectivity: your ISP decides to block a range of ports and didn't tell you; what's the backup plan and how quickly can it be operational
  5. Redundancy: are there requirements for a primary & backup * system, and should this be configured with some automated failover process or left to support personnel to handle manually
  6. Version handling: should you have a formal change control process and how does it apply to downloading cvs updates that can break production * boxes? Should you consider separate Development, Test and Production asterisk machines for hardware and/or software promotion?
  7. Staff backup: are there any business requirements for backup support personnel should you get hit by a bus on the way home from work
  8. 24 by 7 support: its not uncommon for infrastructure personnel (eg, switches, routers) to reboot, swap out, upgrade, etc, stuff for various reasons. Is there a need to treat those support requirements different when mgmt is accustomed to phone systems being operational 99.999% of the time?
  9. Rollout: should your plan to implement * include a phase-in approach where only a small part of the business is impacted before moving to the next phase?


See also



Created by oej, Last modification by husher on Fri 13 of May, 2005 [15:52 UTC]

Comments Filter

Here is my asterisk roll out guide. (a work in progress)

by Jake on Wednesday 26 of July, 2006 [09:51:19 UTC]
This is a work in progress and does have some helpful reminders when setting up a new system..

See the most current update at: http://www.ctunion.com/node/96

Edit

Side by Side

by Anonymous on Monday 07 of February, 2005 [16:03:08 UTC]
A few points.

I suggest you roll out "side by side"whereever possible. Have the new phone and their existing phone on the desk at the same time. You can then have the users test the phones, and make outgoing calls, etc.

The telco can transfer DIDs from your old to new very quickly, and love doing it on the weekend because they get overtime.

Remember to tell your users to get all the old voicemail off their old boxes.

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver