Home » Technology » ISP-In-A-Box: Installing a Free Asterisk PBX Phone System (Part II)

The Most Versatile VoIP Provider: FREE PORTING

ISP-In-A-Box: Installing a Free Asterisk PBX Phone System (Part II)

AsteriskLast week we began our quest to install the free Asterisk® PBX. We won’t repeat ourselves so read Part I before continuing here. We’re also assuming you’ve already signed up for a BYOD-Lite BroadVoice account (using your free coupon from Voxilla). Be sure you’re signed up for a Generic SIP account to use with Asterisk. If not, call BroadVoice customer service and ask them (nicely) to change it. There’s no charge for this change. You also should have picked out your server hardware and have either procured an IP telephone set (we recommend the GrandStream GXP-2000 for under $100) or a Sipura VoIP adapter to use plain old telephones, or you plan to use a software-based telephone with your Mac or PC. We’ll cover installation of the latter option shortly because we’re going to use a softphone to make sure Asterisk is set up correctly before adding additional extensions and other bells and whistles.

Editor’s Note: This version of Asterisk@Home has been superceded. For the latest tutorial, click here.

Overview of Asterisk Installation Process. Our installation procedure for today goes like this. We’ll download Asterisk@Home, our favorite bundled Asterisk installation for new users. Then we’ll burn an installation CD from the ISO image. Next we’ll fire up our soon-to-be Asterisk server with the installation CD in place. The installation process will erase your hard disk and then load Linux, Asterisk, Apache, PHP, SendMail, MySQL, and lots of other stuff without your lifting a finger (we hope). For those that have been following our other ISP-In-A-Box tutorials, this process and the collection of open source application software should sound familiar. Once the install completes, we’ll reboot the server, configure Asterisk for use with your new BroadVoice account, download a softphone for testing, and make our first call. If all goes well, the whole process should take about an hour. We’ll then sketch out a deployment plan for Asterisk@Home depending upon how you plan to use it. For this week’s homework, we’ll let you continue building your Asterisk extensions and voicemail accounts. Then next week we’ll get to the fun part by adding an Auto Attendant, an Interactive Voice Response system, Music on Hold, and a few terrific surprises that you’d find it difficult to implement even with a $250,000 PBX install from one of the ‘Big Boys.’ "And what does all this cost," you might be asking. Assuming you have a clunker PC lying around, next to nothing. A 400MHz Pentium III with 128MB of RAM is more than adequate for a home or home office PBX. Your BroadVoice account comes with a 30-day money-back guarantee plus you get free setup and a month of free service if you purchase either a phone or VoIP adapter from Voxilla (either of which is under $100), and Asterisk@Home is free. If you want to use a softphone instead of an IP phone or VoIP adapter, then BroadVoice costs $9.95 for setup, and $8.45 a month for a phone number in almost any area code, unlimited incoming calls, and 100 minutes a month of outgoing within the U.S. So let’s get started. And why do you need a VoIP provider? Because outgoing calls to garden-variety telephones need to travel on the packet-switched voice network (PSTN), and that costs money. As a practical matter, you also need a PSTN phone number if you want folks to be able to easily call you.

Downloading the Software. First, we need to download an ISO image of Asterisk@Home. Version 1.5 is the latest and greatest, and it fixed some bugs so let’s use it. Just find a link close to your home base and click on it to begin the download. If you’ve never burned a CD from an ISO image, here’s how. For the Mac using Roxio Toast, choose Copy, click Image File, and drag the ISO file you downloaded into the folder. Click Burn after inserting a blank CD. If you don’t own Toast for your Mac, go to the Applications->Utilities folder and run Disk Utility. Click on Images->Burn from the Title Bar and choose the ISO file you downloaded. Then click Burn to begin. For those in the PC World, you’ll need either Roxio Easy CD Creator or Nero to create a CD from an ISO image. With Easy CD Creator, choose Create Data CD. Then in the File menu, select Create CD from Image, and choose your downloaded file. Now click burn to begin. With Nero, go to Recorder from the top menu and choose Burn Image. Select your download file. Then from the Burn Compilation Window, choose Burn to begin. When your CD is ready, insert it into your clunker PC, and reboot. Important: make sure this machine is connected to a network behind a router/firewall and can obtain a valid IP address from a DHCP server (i.e. the machine has working Internet access) before beginning this installation. The reason for this is that Asterisk@Home needs Internet access to properly configure the machine at the conclusion of the setup process. And, remember, everything on the hard disk of this machine will be erased before the Asterisk@Home installation process begins. You’ve been warned. In case you haven’t already figured it out, Asterisk@Home out of the box is anything but secure on the Internet so don’t expose it with a direct network connection until we get it locked down. Any time you can log on to a Linux system as root using password as your password, you have a system which will be hacked in a matter of minutes once it’s exposed to the big, bad Internet. While you’re waiting on Asterisk@Home to install, let’s download our favorite softphone so you’ll have a way to test your new Asterisk PBX once the installation completes. Free versions of X-Lite 2.0 are available for Mac OS X, Windows, and Linux here. So choose your favorite platform and install it on your desktop PC or Mac.0


IP Configuration of Asterisk. We need a consistent IP address or domain name both on your internal network and externally if you expect to receive incoming calls reliably. There are three pieces to IP configuration: (1) setting the internal IP address of your Asterisk server, (2) configuring an external qualified domain name which will always point to your router/firewall, and (3) configuring your router to transfer incoming Asterisk packets to your Asterisk server. Once the install completes, remove the CD, and reboot your new Asterisk@Home server. When startup finishes, log in as root with password as your password. Now type ifconfig eth0 (that’s "e-t-h-zero") then enter, and write down both your inet addr and your HWaddr on the Ethernet 0 interface, eth0. Inet addr is the internal IP address of your Asterisk box assigned by your DHCP server (i.e. your router/firewall). HWAddr is the MAC address of your Asterisk server’s eth0 network card. To assure a consistent internal IP address, you can either configure your router/DHCP server to make certain that it always hands out this same address to your Asterisk machine, or you can manually configure an IP address for this machine which is not in the range of addresses used by your DHCP server. Almost all routers now make it easy to preassign DHCP addresses so we prefer option 1. It’s generally under the tab for LAN IP Setup and is generally called something like Reserved IP table. Just add an entry and call it Asterisk PBX and specify the IP address and MAC address that you wrote down above. Now each time you reboot your Asterisk server, your router will assign it this same IP addreess. To assure a consistent external address is a little trickier. Unless you have a static (fixed) IP address, you’ll want to use a Dynamic DNS service such as dyndns.org and configure your router to always advertise its external IP address to dyndns.org. DynDNS.org will take care of revising the IP address associated with your domain name when your ISP changes your dynamic IP address. Then you can configure your BroadVoice account using your fully-qualified dyndns.org domain name, e.g. windswept.dyndns.org provides access to our beach house network even though Time Warner cable hands out dynamic IP addresses which change from time to time. For more details, read our article on the subject.

Basic Asterisk Configuration Using AMP. The crown jewel of Asterisk@Home is a web-based administration tool for Asterisk called the Asterisk Management Portal (AMP). Using your favorite web browser, call up AMP by typing in the internal IP address of your Asterisk server. Now click on the Asterisk Management Portal. When prompted for a username, type admin. The default password is … you guessed it … password. Click on the Setup tab to begin. Our first order of business is to set up Asterisk to work with your VoIP provider, BroadVoice. In Asterisk-speak, this is known as a SIP Trunk. So click on Trunks, and then choose Add SIP Trunk.

Under General Settings, enter your BroadVoice-chosen phone number for your Outbound Caller ID and enter 2 for Maximum Channels. This will assure that BroadVoice doesn’t shut down your account when ten of your friends attempt to make outgoing calls at the same time.

For Outgoing Dial Rules, enter the following on three separate lines. It means you can use BroadVoice to place 7 and 10-digit calls as well as 1-areacode-phonenumber calls in the U.S.

NXXNXXXXXX
NXXXXXX
1NXXNXXXXXX

For Outgoing Settings, name this trunk bv and then cut the following code and paste it into the Peer Details section. Once you have finished, replace the three occurrences of 9994567890 with your actual 10-digit BroadVoice phone number and replace yourBVpassword with your actual BroadVoice SIP password. This is NOT the password you set up to log in to your BroadVoice portal account at www.broadvoice.com. To retrieve your SIP password, log in to your BroadVoice portal at www.broadvoice.com and then click on the Account tab. Under My Devices, click Show Settings. In the list of settings will be your auth_password. Write it down, or better yet, cut and paste it into your Asterisk@Home configuration immediately after secret= with no intervening or trailing spaces.

authname=9994567890
canreinvite=no
dtmf=inband
dtmfmode=inband
fromdomain=sip.broadvoice.com
fromuser=9994567890
host=sip.broadvoice.com
insecure=very
nat=yes
secret=yourBVpassword
type=peer
user=phone
username=9994567890

For Incoming Settings, name the USER Context, sip.broadvoice.com. Then cut and paste the following into the User Details section of the form. Replace the two occurrences of 9994567890 with your actual 10-digit BroadVoice phone number and again replace yourBVpassword with your actual BroadVoice SIP password just as you did above.

context=from-pstn
dtmf=rfc2833
dtmfmode=rfc2833
fromdomain=sip.broadvoice.com
host=sip.broadvoice.com
insecure=very
nat=yes
secret=yourBVpassword
type=user
user=9994567890
username=9994567890

There’s one more step in the SIP Trunk configuration, and it’s the place where most folks make typos so BE CAREFUL. In the Register String field, enter the code below. Replace the two occurrences of 9994567890 with your actual 10-digit BroadVoice phone number and again replace yourBVpassword with your actual BroadVoice SIP password just as you did above. Note that there are three sections to this register string, your BroadVoice account address in email format, your BV SIP password, and your BroadVoice account address again in email format. The three sections are separated from each other by two colons which must not be deleted.

9994567890@sip.broadvoice.com:yourBVpassword:9994567890@sip.broadvoice.com

Once you’ve checked and double-checked and triple-checked your typing for typos, save the page. A red bar will display at the top of the screen, click on it to reload Asterisk with the new settings. Now let’s check and be sure you’re registered. Click on the Maintenance tab at the top of AMP. If prompted for a username and password, enter maint for the username and password for the password. Click Asterisk Info in the left column and a whole bunch of Asterisk details will be displayed. The section we’re interested in is Sip Peers. It should show sip.broadvoice.com with your phone number as the username. In the right column, if you have successfully logged in, it will show Registered. If it shows anything else, you need to make a small addition to your Linux configuration (which is a good idea anyway). Look at your BroadVoice device configuration settings screen again (where we found your SIP password), and there will be an entry like this: proxy_ip: proxy-atl.broadvoice.com. The entry we are most interested in is the three-letter city code following proxy-. As an aside, if you try to ping this domain, you’ll get an unknown domain message because BroadVoice has been too lazy to change the hyphen to a period which would be the correct name for this proxy. Anyway, this is BroadVoice’s best guess of their closest server to you. The other problem is that all of BroadVoice’s servers are not created equal. You can register with some and with others you time out. Atlanta (atl), for example, regularly rejects our registration requests, and we live in Atlanta. Go figure! Actually, we do need to go figure because we want this to work. So drop down to a command prompt, and ping the following IP addresses. Write down the response times for each of the IP addresses. Now what we want to do is point sip.broadvoice.com to the proxy with the shortest ping time and see if Asterisk will register. If not, we’ll move to the next shortest, and so on.

#Los Angeles proxy
#147.135.8.128 sip.broadvoice.com
#New York City proxy
#147.135.20.128 sip.broadvoicce.com
#Atlanta proxy
#147.135.28.128 sip.broadvoice.com
#DC proxy
#147.135.0.128 sip.broadvoice.com
#Chicago proxy
#147.135.12.128 sip.broadvoice.com
#Miami proxy
#147.135.4.128 sip.broadvoice.com
#service network restart once change is made

Here’s how to set the default IP address for sip.broadvoice.com on your Asterisk server. Go to the Asterisk server console and log in as root with password of password. Change to the /etc directory: cd /etc. Type all of the code above into the bottom of the hosts file: nano hosts. The pound sign (#) at the beginning of a line means it’s a comment which is ignored by Linux. Now remove the # sign from the line with the IP address with the lowest ping time by pressing Ctrl-D while positioned over the # sign. Save your changes: Ctrl-X, y, then enter. Now restart the network services on your Linux machine: service network restart. Now refresh your AMP maintenance screen and check to see if you’re registered with BroadVoice. If not, repeat the drill. Remark out the line you unremarked and delete the # sign from the IP address line of the server with the next fastest ping times. Continue until you get a Registered message. If none of the servers work and you’re sure you typed your phone numbers and passwords correctly, call BroadVoice support: 1-978-418-7300. Nights and weekends have shorter hold times, and expect to get cut off once or twice. It’s a feature!

Creating Your First Asterisk Extension. Now that we have a VoIP connection, we need an internal phone number for each telephone that will connect to the Asterisk server. You guessed it. They’re called extensions. And you can number them any way you desire, but we’ll give you a suggestion (if you live in the U.S. of A) which will save you lots of heartbreak. Don’t use extensions that begin with numbers which are used in the North American dialing plan. They may work, but they may not. The best numbers for extensions begin with 1000 and go all the way up to 1199. After that, you’re bumping into the dialing plan. And three-digit numbers almost always begin some phone number in the United States. Having told you the best practice, let me admit that we use numbers in the range of 200 to 399 and have had no problems with BroadVoice service or Asterisk. If we had it to do over again, we’d probably heed our own advice, but …

To set up an Extension, click on the Setup tab and then choose Extensions. An almost blank form will appear with a default extension of 200 using SIP as the protocol with rfc2833 for DTMF signalling. Set the extension number to whatever you desire, but be sure the protocol says SIP and the DTMF setting is rfc2833, for now. For ease of explanation, let’s assume you chose 1000. Now let’s make the extension password 1000 also to keep things simple. Enter your name for the user name. Be sure the Voicemail and Directory option is Enabled. Make the voice mail password 1000 as well. Enter a working email address for this user account and leave the other defaults as they are for now. Click Add Extension to save your work. Click on the red bar again to reset Asterisk.

Configuring Asterisk for Incoming Calls. Only two more steps and we’ll be ready to try out our new system. Click the Incoming Calls tab. In both the Regular Hours and After Hours sections of the form, click the Extension radio button and choose your new extension number (1000) for receipt of incoming calls. Click Submit Changes and then click the red bar to reset Asterisk.

Configuring Asterisk for Outgoing Calls. Now click on the Outbound Routing tab. The Add Route form will display. For Route Name, call it Outside. Leave the password blank. For Dial Patterns, enter the following:

NXXNXXXXXX
NXXXXXX
1NXXNXXXXXX

Finally, for the Trunk Sequence, choose SIP/bv. Check your entries carefully. Then press the Add button. Now click the Submit button. And click on the red bar to restart Asterisk.

Configuring the X-Lite Softphone. Start up X-Lite on your PC or Mac and choose Preferences->Systems Settings->SIP Proxy->Default from the menu bar. Make sure it is enabled. To keep things simple, enter 1000 for your Username, Authorization User, and Password. For Domain Realm and SIP Proxy, enter the internal IP address of your Asterisk server. You can change any or all of this later. Close the configuration menu and the softphone will try to register with Asterisk. If all went well, you’ll get a "Logged In" message with your extension 1000 displayed on the screen. You now should be able to dial a call anywhere in the U.S. using the same digits you’d use on your home telephone. Try it. You’ll like it! If that worked, you’re ready to take your first incoming call. Go to your cell phone or home phone and dial your BroadVoice number just as if it were your Aunt Betty’s phone number. All the area code and long distance rules still apply except you can dial any number in your own area code using BroadVoice by dialing a 7-digit number whether Ma Bell requires 10 digits or not.


Securing Asterisk. Now that we have things working, it’s time to make sure Asterisk@Home stays that way. There are two critical steps to securing Asterisk@Home. First, we need to install all of the patches which have been released since the bundled version for the CD was created. And second, we need to reset a number of passwords to secure passwords that only you know. Then we’ll be ready to put Asterisk on the DMZ of your firewall and expose it to every evil Internet person known to mankind. To get the latest Linux updates, log in to your Asterisk server as root, and type the following at the prompt: yum -y update. You may have to reboot your server when the update process completes. Get in the habit of doing this every couple of weeks, and you’ll never have a security problem with Linux.

Now for the passwords. First, think up a good one. Use letters and numbers. Now log out and back in to your Asterisk server. Read the screen and type: help-aah. As you can see, you need to change the Linux password (passwd), the maintenance password for AMP (passwd-maint), the standard AMP password (passwd-amp), the MeetMe password (passwd-meetme), and the admin password used to check email (passwd admin). One more you have to dig for is the password for the Flash Operator Panel (FOP). Change to the directory where the config file is stored: cd /var/www/html/panel. Edit the config file: nano op_server.cfg. Find the line with the password: Ctrl-W security_code. Then change passw0rd to something else and save your changes: Ctrl-X, y, then Enter. Don’t forget to stop and restart Asterisk: amportal stop then amportal start.. There’s really no reason you can’t use the same password for all of these passwords as long as it’s secure. Finally, log in to the Asterisk Management Panel (AMP) and click on CRM which starts up the Sugar CRM application. Login as admin with password for your password. Click on My Account in the upper right corner, and then click the Change Password button to change your CRM password.

Once you’ve completed all of these password changes, use a web browser to open the web interface to your router and find the option which let’s you designate an IP address as your DMZ server. Insert the IP address of your Asterisk server there. What this means is that Asterisk now is sitting out on the Internet without the protections of your router/firewall. You’ll need to do this if you plan to add remote extensions at other locations which can make calls off your Asterisk server. If you don’t care about this functionality, then the DMZ step is unnecessary.

Homework. We’ve covered enough to get you up and running with Asterisk@Home. Take a little time to add a few more extensions and enjoy your new toy. We’ll add the really fun stuff next week, but, if you want to get a head start, here are some of the best tutorials we’ve found: Asterisk@Home Handbook, Asterisk@Home for Dumb Me (especially good for those outside the U.S. that want to configure Asterisk for international dialing), The Hitchhiker’s Guide to Asterisk, Build Your Own PBX, Configuring Asterisk@Home for BroadVoice, the VoIP Wiki, Asterisk@Home Forums, and Voxilla’s Asterisk Forum.

Coming Attractions. One of the little goodies we’ve been working on for next week will let you access a web page stored on your Asterisk machine from anywhere in the world, type in the phone number of the phone sitting beside you, and have Asterisk call you back at that number with dial tone (after entering your password, of course). You then can make unlimited calls using your BroadVoice service at your home to anywhere in 21 countries … for free (assuming you have the BroadVoice $19.95 World Plan). For those that travel frequently outside the United States, you know what a big deal this really is. Stay tuned!


Some Recent Nerd Vittles Articles of Interest…


22 Comments

  1. This tutorial didn’t work for me. When I try dailing a local or long distance number I get an "All circuits are busy now" message from the SIP client. There is a message at the top of the SIP/bv trunk page in AMP mentioning that this trunk isn’t included in any routes which I assume is the problem. Is this related to the fact that I used Asterisk@Home v1.3 or is there some missing step?

    [WM: Sorry. There was a missing step. Kinda reminds me of my grandmother always leaving one ingredient out of the recipes she handed out to make sure hers always tasted a little bit better. Look at the article again and complete the step labeled: Configuring Asterisk for Outgoing Calls. My apologies.]

  2. The night before I googled out your instructions – I had spent several hours, learning a lot, but nonetheless failing at completing an inbound & outbound call 🙁 I was aware of the need for a route – but I had missed something in setting up the trunk… although from the Maint screen – I had registered with the SIP Peer I would always get a trunk busy …. Anyway… I plan to look more into your configs vs mine and LEARN where I went wrong…. THANKS A BUNCH!!!

  3. Password update process was added for Sugar CRM today. Start up AMP. Click CRM. Log in with username admin and password of password. Click on My Account and then update password to change password.

  4. I too have the same problem Mike did. When I place an outgoing call to my cell phone from my Broadvoice phone I hear "all circuits busy". However the call actually goes through as my cell phone starts to ring! I have rechecked the trunk and outbound routing…but can’t figure it out.

    [WM: Something’s wrong … but you knew that. My guess would be that you’re not getting properly registered with BroadVoice or your SPA-3000 is misconfigured. But there’s an easy way to find out. Go to the Asterisk console, log in as root, and then start up the Asterisk console: asterisk -r. If you have trouble reading the messages quick enough, you may need to use SSH from a Mac (ssh root@ipaddr of your Asterisk box then asterisk -r) or Putty from a PC. Report back what you find when Asterisk tries to place the call. Another place to look is AMP->Maintenance->AsteriskInfo which will tell you whether Asterisk is getting properly registered with BroadVoice. Finally, use a web browser to check the Info tab of your Sipura SPA-3000 using your Admin login and check the Registration State under Line1 and PSTN. Both should say Registered.]

  5. thanks for the feedback. i isolated the problem and now outgoing calls
    work. unfortunately, there were so many variables, i can’t remember
    exactly what i did to fix the problem.

    i am now on to the next problem! incoming calls..they go straight to BV
    voicemail. i had a number of ideas, but none of them seem to fix the
    problem. i turned on debugging and placed a call to my BV number and
    below is the results.

    AsteriskInfo shows that i am being registered properly with BV.

    Here is the debugging info. any thoughts appreciated…thanks.

    Sending to 147.135.0.128 : 5060 (non-NAT)
    Looking for 2104640055 in from-broadvoice
    SIP/2.0 404 Not Found

    hi. me again. i was able to figure out my problem. you can follow my struggle here: http://tinyurl.com/8yjxa

    but your blog was a great resource. i’ll be back!

    [WM: Here’s a good example of how NOT to implement Asterisk. From your post on Voxilla, it’s apparent that you were using three different tutorials to configure Asterisk. Nothing in mine ever mentioned a from-broadvoice context so … The bottom line is try baking the cake according to the directions in one cookbook before you start adding other ingredients. Otherwise, you end up with a debugging mess. mberlant is good at untangling things; however, I’ve worked hard to avoid spending my life debugging other folk’s code, and I’m not inclined to change directions now. But, thanks for sharing your quest.]

  6. I followed your instructions to the T. Beleive me. I even completely reformatted and readded all the info and only your info back into the sytem but still I cannot get incoming calls to complete. They come in to the system but the system drops them. See the log file.

    Nov 17 22:00:07 VERBOSE[1328]: — Executing AbsoluteTimeout("SIP/5182121068-2d9e", "15″) in new stack
    Nov 17 22:00:07 VERBOSE[1328]: — Set Absolute Timeout to 15
    Nov 17 22:00:07 VERBOSE[1328]: — Executing Congestion("SIP/5182121068-2d9e", "") in new stack
    Nov 17 22:00:07 VERBOSE[1328]: == Spawn extension (from-sip-external, 5182121068, 2) exited non-zero on ‘SIP/5182121068-2d9e’
    Nov 17 22:00:07 VERBOSE[1328]: — Executing AbsoluteTimeout("SIP/5182121068-2d9e", "15″) in new stack
    Nov 17 22:00:07 VERBOSE[1328]: — Set Absolute Timeout to 15
    Nov 17 22:00:07 VERBOSE[1328]: — Executing Congestion("SIP/5182121068-2d9e", "") in new stack
    Nov 17 22:00:07 VERBOSE[1328]: == Spawn extension (from-sip-external, h, 2) exited non-zero on ‘SIP/5182121068-2d9e’
    Nov 17 22:00:07 DEBUG[1328]: cdr_mysql: inserting a CDR record.
    Nov 17 22:00:07 DEBUG[1328]: cdr_mysql: SQL command as follows: INSERT INTO cdr (calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode) VALUES (‘2005-11-17 22:00:07′,'"Unavailable" <147.135.20.128>’,’14713520128′,’5182121068′,’from-sip-external’, ‘SIP/5182121068-2d9e’,",’Congestion’,",0,0,’NO ANSWER’,3,")
    Nov 17 22:00:07 DEBUG[1328]: update_user_counter(5182121068) – decrement inUse counter
    Nov 17 22:00:07 DEBUG[1328]: 5182121068 is not a local user
    Nov 17 22:00:07 DEBUG[1328]: Stopping retransmission on ‘1ff008d-a6@147.135.20.128’ of Response 1: Not Found
    Nov 17 22:00:08 DEBUG[1328]: Stopping retransmission on ‘6c9629b067a8d64073aa98ba4dbecd18@127.0.0.1’ of Request 103: Found
    Nov 17 22:00:08 DEBUG[1328]: Registration successful

    I tried adding context=from-pstn to both broadvoice entrys in sip_additional.conf and all that does is keep anything from hitting the log file. I get either a busy signal or voicemail if it is enabled.

    [WM: Read this column (particularly the discussion of from-sip-external), and I think you’ll see what’s missing.]

  7. Thanks you saved me on the SPA-3000 install. I would have been still trying to configure it a month from now.
    How about universal plug and play everyone??!!

  8. Thanks for the article. read it all, it all work except that in sames my incoming call is not getting answer at all or routed to the extension.

    here is a debug

    — Executing AbsoluteTimeout("SIP/2403990305-9283″, "15″) in new stack
    — Set Absolute Timeout to 15
    — Executing Congestion("SIP/2403990305-9283″, "") in new stack
    == Spawn extension (from-sip-external, 2403990305, 2) exited non-zero on ‘SIP/2403990305-9283’
    — Executing AbsoluteTimeout("SIP/2403990305-9283″, "15″) in new stack
    — Set Absolute Timeout to 15
    — Executing Congestion("SIP/2403990305-9283″, "") in new stack
    == Spawn extension (from-sip-external, h, 2) exited non-zero on ‘SIP/240399030

    help!

    WM: Congratulations. You’ve found the #1 problem with the default Asterisk Management Portal (AMP) configuration. Just edit the from-sip-external context in extensions.conf and comment out all the existing lines. Then add the following line and reload Asterisk:

    exten => _.,1,Goto(from-pstn-timecheck,s,1)

  9. Your articles have helped me a lot, thanks. However, I’ve not been able to make or receive calls on our regular phone lines. We have a T1, and I purchased a Digium TDM2412B card for this purpose. There seems to be very little information about this type of setup. I can make outbound calls using voipjet without problem, but when I try to make or receive calls through our T1 phone lines, I just can’t. I have a Zap trunk pointing to g0 and as far as I know it should work, but it doesn’t. Do you have any idea of what am I missing or where to get this info? Thanks.

    [WM: I don’t have a T1 line or card so I’m not going to be much help. There is lots of information on T1 cards on the Digium site. I’d recommend you post your questions in either the Asterisk-Users listserv or on the Asterisk Users Forum. Search around a bit in both places first. Good luck!]

  10. I am trying to integrate my CCM with Asterisk using a sip trunk. I am able to place calls from asterisk to my CCM servers but I have been able to place calls via CCM to asterisk. Can someone please point me in the right direction, I am new to Asterisk but I have been working with CCM for a long time now. Here is a copy of the error I am getting …

    [WM: Hi Darren, Questions such as this are better posted on the Voxilla or SourceForge forums where you can get threaded input from numerous individuals. Best of luck.]

  11. I’ve been really impressed by the amount of useful information on your site. I have always thought that Asterisk is fantastic but with this level of information it because even better. I have been trying to work out how to implement a follow-me facility but unless I am missing something it doesn’t seem completely straight forward. I will crack on… It would be really great if you could add an article on follow-me using asterisk to allow for hotdesking.

  12. Outgoing call is ok. Incoming says "busy". Pls. help me solve the problem. Thanks
    Incoming Settings

    context=from-pstn
    dtmf=rfc2833
    dtmfmode=rfc2833
    fromdomain=sip.broadvoice.com
    host=sip.broadvoice.com
    insecure=very
    nat=yes
    secret=********
    type=user
    user=7328101969
    username=7328101969
    Thank you.

    [WM: To fix it, choose AMP->Maintenance->Config Edit->extensions.conf->from-sip-external. Comment out all the lines in the existing file by adding a semicolon at the beginning of each line. Then add the following line, save your changes, and reload Asterisk]

    exten => _X.,1,Goto(from-pstn-timecheck,s,1)

  13. I might be able to help with the t1 card problem. I have never used one of the cards before but i work for a Telcom copany as a tech and work with t1’s ever day. Setting up the card does not sound to hard to work out. Send me the type of card and the model # and i will see if I can find something and point out the main options to set.
    braintumor2000@gmail.com

  14. "let me admit that we use numbers in the range of 200 to 399″.

    Numbers in the range 3xx are speed dial numbers — not good for extensions unless you want to get very confused!

  15. Great work. Two Questions, do the tutorials for asterisk@home port over to trixbox? I am having trouble making outbound 800 calls with free world dialup. I am registered with FWD in the asterisk_info page. I can connect for about 9 seconds when I hangs up. Any help wold be greatly appreciated.

    [WM: Read the current articles on Nerd Vittles for TrixBox tutorials. As for FWD and 800 calls, we’ve always had mixed luck with FWD. Sometimes it’s great. Often it’s not.]

  16. i have downloaded and burn cd for Trixbox. When i reboot my PC with this cd in it, instalation does not start. Tried couple times no luck!!!!
    any word of advice??

    [WM: Probably a bad ISO image. Try another download from a different site.]

  17. Your tutorial was great, confirmed what I had figured from 2 other tutorials, tinkering, and docs from broadvoice tech support. Have had outbound working fine for days but COULD NOT get inbound working. Finally solved it:
    1) log into broadvoice and turn off voicemail (their own people tell
    you this.
    2) when receiving an incoming call I would watch the SIP DEBUG output
    and would always get "407 Proxy Not Authorized". FINALLY
    figured out that in the registration line the second part SHOULD
    NOT BE "sip.broadvoice.com" but the broadvoice proxy server, here’s
    my register line (passwords removed):

    9125551212@sip.broadvoice.com::9125551212@proxy.nyc.broadvoice.com

    Hope this helps. Also, th elast part of your article was really helpful in that ASTERISK IS CONFIGURED BY DEFAULT to route inbound SIP calls to "congested" and then hangup. This needs changed as you describe and then it works great!

  18. Has anyone setup their asterisk system for TelaSip. I need to set up the inbound, and outbound trunks and dial plans.
    I have inbound working from the free sip provider that I read about in NerdVittles.
    Now I ‘paid’ for TelaSip and can’t configure it correctly. I’ve read everything I can get my hands on online.
    Can an expert help?

    Thanks

    Ruben.

    [WM: Our site is full of configuration information on most providers including TelaSIP. The full list is here and TelaSIP is here.]

  19. On the question #18. Just burning the ISO on the CD is not enough. You have to make the CD a bootable CD. Nobody explains this. I worked very hard using Nero to get the CD to be bootable. It took several tries.

  20. In reference to #20 above, I always have just downloaded the ISO and burned it with NERO with absolutely no problems, other than the ocassional bad burn. You do need to make sure that your PC bios is set to boot off of the CD or no CD will appear to be bootable.

    [WM: Ditto.]

Comments are closed.