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 February 26th, 2006, 05:35 PM
unixuser101 unixuser101 is offline
Junior Member
 
Join Date: Feb 2006
Posts: 2
unixuser101
Default Asterisk@Home 2.5 seems to be ignoring my inbound routes

Hi,

Hope somebody can help.

I have an almost working PBX which has 6 SIP trunks and 1 IAX trunk all working ok in & out. I have faxing working as well thanks to the NERD Vittles article. REAL PEACHY

However I am left with one anoying problem. The inbound routing that used to work (prior to 2.5) dont seem to be working. All SIP & IAX calls seems to be using the Incomming Settings and not there DIDs

I can see that my provider Voiptalk is sending them in the sip/iax debug yet no joy. I think it might be due to the NVFAX change but i am not sure.
As i have been patching this file and that to get stuff to work.

Anyone got a fix or have the same problem? Or even more likely I have done something wrong.

TIA

Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old February 27th, 2006, 10:53 PM
isepic isepic is offline
Senior Member
 
Join Date: Dec 2004
Posts: 192
isepic
Default RE: Asterisk@Home 2.5 seems to be ignoring my inbound routes

I had the same problem after using the NV Fax article.. how I solved it was to copy what AAH AMP put in (extensions_additional.conf) [ext-did] to (extensions.conf) [from-pstn] ----- I believe in the NV article, they direct the calls back there, skipping ext-did or something --- but placing my call routings in [from-pstn] just as it was written in [ext-did] worked 100% for me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old February 28th, 2006, 09:51 AM
unixuser101 unixuser101 is offline
Junior Member
 
Join Date: Feb 2006
Posts: 2
unixuser101
Default RE: Asterisk@Home 2.5 seems to be ignoring my inbound routes

Glad i am not totally thick and somebody else had the same problem.

Tried that still not working. Still going to whats in my Incomming settings.

This is what my [from-pstn] looks now if i have read your post correctly

[from-pstn]
include => from-pstn-custom ; create this context in extensions_custom.conf to include customizations
include => ext-did-custom
include => ext-did
include => from-pstn-timecheck ; this has to be included otherwise it overrides ext-did
exten => fax,1,Goto(ext-fax,in_fax,1)

DIDs configured below this point.

Dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old March 1st, 2006, 12:37 AM
isepic isepic is offline
Senior Member
 
Join Date: Dec 2004
Posts: 192
isepic
Default RE: Asterisk@Home 2.5 seems to be ignoring my inbound routes

This is what I have..... (my call routing - built by AMP is just cut and pasted under my [from-pstn] ---- if you change it using amp, you'll have to re-cut and paste it.... this works 100% for me, and if I remove this, it will stop working.

Code:
[from-pstn]
include => from-pstn-custom                     ; create this context in extensions_custom.conf to include customizations
include => ext-did
include => from-pstn-timecheck          ; this has to be included otherwise it overrides ext-did
exten => fax,1,Goto(ext-fax,in_fax,1)
exten => 1235551212,1,SetVar(FROM_DID=1235551212)
exten => 1235551212,2,SetVar(FAX_RX=system)
exten => 1235551212,3,SetVar(FAX_RX_EMAIL=me@gmail.com)
exten => 1235551212,4,Goto(custom-incoming_number1,s,1)

exten => 8885551212,1,SetVar(FROM_DID=8885551212)
exten => 8885551212,2,SetVar(FAX_RX=system)
exten => 8885551212,3,SetVar(FAX_RX_EMAIL=me2@gmail.com)
exten => 8885551212,4,Goto(custom-incoming_number2,s,1)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old March 2nd, 2006, 09:06 PM
BubDeDoh BubDeDoh is offline
Junior Member
 
Join Date: Feb 2006
Posts: 4
BubDeDoh
Default RE: Asterisk@Home 2.5 seems to be ignoring my inbound routes

I don't know if you've checked the numbers being sent from your VoIP provider, but I had the same problem and tracked it down to the fact that my provider was sending caller id as +1NXXNXXXXXX , so a call from 800-555-1212 would look like +18005551212. This messes up the inbound routing, because it's trying to match on 18005551212, not +18005551212.

I tried changing it in inbound routing in AMP, but adding the "+" really messed things up. I had to edit the database directly to fix it.

I finally figured out how to fix my problem and posted it here:
http://voxilla.com/PNphpBB2-viewtopic-t-7747.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old March 2nd, 2006, 09:06 PM
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:



Similar Threads for: Asterisk@Home 2.5 seems to be ignoring my inbound routes
Thread Thread Starter Forum Replies Last Post
asterisk@home inbound from broadvoice does not work. HELP! quibbly Asterisk Support Forum 25 March 7th, 2006 08:27 AM
Asterisk@Home 2.5 routing inbound calls by caller ID danes75 Asterisk Support Forum 7 February 20th, 2006 12:35 AM
Asterisk@Home not detecting inbound DTMF tones consistantly agauger Asterisk Support Forum 3 January 27th, 2006 04:20 PM
DID Inbound Routing - Asterisk@home 2.0, Need help ferdies Asterisk Support Forum 2 December 13th, 2005 09:16 AM
Asterisk@home - FWD - inbound call issue X2 !!! sandman Asterisk Support Forum 6 May 24th, 2005 09:40 PM



All times are GMT. The time now is 09:07 AM.


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.