| |
| News & Reviews |
Welcome to the Voxilla VoIP Forum.
Voxilla has been a trusted source for accurate, up-to-date information on the IP Communications industry since 2002. A dedicated staff of reporters and engineers produce feature articles and product reviews to keep industry watchers abreast of the people, companies, and trends driving a fast moving market.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
Voxilla VoIP Forum |
Asterisk@home not accepting incoming callsTechnical support, how-to guides, troubleshooting, and general assistance, from beginner to seasoned pro, this is where to discuss Asterisk, the most powerful open source PBX. |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| |||
| I'm new here. I searched the forums but couldn't find this problem elsewhere with incoming calls. I setup AAH for the first time following Nerd Vittles tutorials using Broadvoice. I'm able to make outgoing calls and comunicate between extensions with no problems. However, I can't recieve incoming calls, they go directly to the Broadvoice voicemail. If I disable voicemail in BV I get a busy signal. I ran AAH in verbose mode and turned on debugging. Attached is the debug output text I recieve when an incoming call comes in as well as the sip.conf, sip_additional.conf and extension.conf files. I've changed phones, IP's, passwords, Etc so I don't get a bunch of calling/hacking but everything else is the same. If anyone can Help I would appreciate it greatly. |
| |||
| Here is my sip.conf as it didn't let me attach more than 3 files: Code: ; Note: If your SIP devices are behind a NAT and your Asterisk ; server isn't, try adding "nat=1" to each peer definition to ; solve translation problems. [general] port = 5060 ; Port to bind to (SIP is 5060) bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine) disallow=all allow=ulaw allow=alaw context = from-sip-external ; Send unknown SIP callers to this context ;callerid = #include sip_nat.conf #include sip_custom.conf #include sip_additional.conf |
| |||
| OK, made the change to the sip_additional.conf file. I had it the way you suggested it originally, I had changed it to an extension just to see if that worked. I also added the following lines to the extensions_custom.conf file however it still doesn't recieve calls: Code: [from-pstn-custom] exten => 786735XXXX,1,Dial(SIP/1001,30,t) Thanx for your help on this! |
| ||||
| If we're lucky you took me too literally in my suggestion. Please replace the Xes above with the rest of the digits in your BV phone number.
__________________ Please do not send technical questions via PM. Please post all questions to the forum. |
| | |
| |||
| OK, After reinstalling Asterisk@home twice and achieving the exact same results I figured out the issue. I needed to setup a DID route. No where in the tutorial of of Nerd Vittles, chayden.net, or another tutorial I found on the web did it say that in order to use Broadvoice incoming service you needed to setup a DID route. However, I did finally find one other user who had the same issue and he/she resolved it by adding a DID Route. My question now is, does everyone need to setup a DID route always? Or is this something specific to Broadvoice or even to the Asterisk@Home version 1.5? By the way, putting the extension, phone number, or nothing at all in the register string allows me to register appropriately with broadvoice. I didn't have the problem some others had by having the extension at the end. (Weird huh?) Thanx for your help! |
| |||
| A DID route is not necessary with BroadVoice IF you follow the complete Nerd Vittles tutorial. If you mix and match advice from multiple tutorials, you'll usually end up with something that doesn't work. So pick your poison and then stick with it. :lol: |
| | |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Asterisk@Home 2.5 routing inbound calls by caller ID | danes75 | Asterisk Support Forum | 7 | February 20th, 2006 12:35 AM |
| *@Home and BV - Busy signal on incoming calls | mbartchlett | Asterisk Support Forum | 6 | December 10th, 2005 04:01 PM |
| Asterisk@Home - Incoming Calls | degsod | Asterisk Support Forum | 0 | September 10th, 2005 09:03 PM |
| Asterisk@home and sipgate incoming calls | degsod | Asterisk Support Forum | 2 | August 24th, 2005 08:17 PM |
| Accepting pin on incoming call before full answer | dualarrow | Asterisk Support Forum | 6 | May 27th, 2005 04:06 PM |