| |
| 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 2.5 seems to be ignoring my inbound routesTechnical 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 |
| |||
| 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 |
| |||
| 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. |
| |||
| 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 |
| |||
| 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) |
| |||
| 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 |
| | |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| 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 |