News & Reviews
More How-To's & Tips More News
More Reviews Device Configuration Tools
No account yet? Create one
Forgot your Username or Password?

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.





Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old September 21st, 2005, 09:12 PM
cyberwisdom cyberwisdom is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
cyberwisdom
Default Asterisk@home not accepting incoming calls

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old September 21st, 2005, 09:14 PM
cyberwisdom cyberwisdom is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
cyberwisdom
Default RE: Asterisk@home not accepting incoming calls

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old September 21st, 2005, 11:20 PM
mberlant's Avatar
mberlant mberlant is offline
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,013
mberlant is an unknown quantity at this point
Default RE: Asterisk@home not accepting incoming calls

Hi. You must have missed the few times we encountered this problem here, but the details you included here made it easy to spot the problem.

At the end of your "register=" statement in sip_additional.conf you have the incoming call pointing to extension 1001, using the syntax /1001. About two months ago BroadVoice made a change in their SIP servers that affects the Asterisk community. You need to change this to /786735XXXX, matching your phone number just as in the rest of the statement.

Then you need to go over to extensions_custom.conf and create or modify the [from-pstn-custom] context to include a line on the order of "exten => 786735XXXX,1,Dial(SIP/1001,30,t)". You may call a macro, dial directly or accomplish this feat however you like, as long as it does what you want, which is to pass calls to your BV DID number over to your desired extension or ring group.
__________________
Please do not send technical questions via PM.
Please post all questions to the forum.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old September 22nd, 2005, 07:27 PM
cyberwisdom cyberwisdom is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
cyberwisdom
Default

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)
Do you know if what I added is correct and if there is anything I need to add?

Thanx for your help on this!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old September 23rd, 2005, 07:04 PM
mberlant's Avatar
mberlant mberlant is offline
Senior Member
 
Join Date: Aug 2004
Location: USA or Japan
Posts: 5,013
mberlant is an unknown quantity at this point
Default

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old September 23rd, 2005, 07:04 PM
  #6 (permalink)  
Old September 24th, 2005, 04:18 AM
cyberwisdom cyberwisdom is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
cyberwisdom
Default

I did do that. Just didn't want to post my number again.

Any other sugestions?

Thanx again for your help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old September 28th, 2005, 07:31 AM
cyberwisdom cyberwisdom is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
cyberwisdom
Default

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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old September 28th, 2005, 02:33 PM
montee4's Avatar
montee4 montee4 is offline
Member
 
Join Date: Nov 2004
Posts: 30
montee4
Default

I was able to get around this problem with the new A@H Beta that was just released. Does anyone know if they made a specific change to solve this problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old September 30th, 2005, 06:59 PM
cyberwisdom cyberwisdom is offline
Junior Member
 
Join Date: Sep 2005
Posts: 8
cyberwisdom
Default

It seems to be an issue with AAH 1.5

Most of the tutorials were written for version before 1.5 and since you say 2.0 beta works fine then It seems to be confined to only 1.5.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10 (permalink)  
Old September 30th, 2005, 09:00 PM
AlexanderBell AlexanderBell is offline
Senior Member
 
Join Date: Jul 2005
Posts: 269
AlexanderBell
Default

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:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old September 30th, 2005, 09:00 PM
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Asterisk@home not accepting incoming calls
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



All times are GMT. The time now is 01:38 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. SEO by vBSEO 3.0.0 ©2007, Crawlability, Inc. Logos and trademarks are the property of Voxilla or their respective owner. All other content © 2003-2007 by Voxilla, Inc.