| |
| 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 and AMP configuration files resettingTechnical 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 have installed asterisk@home on a machine to test it out. Unfortunately it's web based AMP interface seems to be fighting me with it's database. If I configure the system manually, then try and add something using AMP it replaces all my changes with it's database of config files. Is there anyway to update this database after config edit, so that a future attempt to use AMP doesn't erase the work? Otherwise I love the concept of asterisk@home. It's asterisk without the nervous breakdown! |
| |||
| I am a relatively new user to *@home too... but have found that with AAH/AMP you need to follow the specific architecture laid out by AAH...and realize that if you manully edit files used by AAH your edits could be lost... particularly those created by things accessed through the AMP "setup" panel. Most of what you need to do for a basic system can be done through those set up GUI panels. However, enhanced items... like follow me programming for instance... that can be programmed directly in to the *_additional.conf files will probably get lost if you do an edit from the "SETUP" panel. Unfortunately there isn't a custom context to reference in all areas of AMP at this time. If that were to come about then maybe most all of the overwriting issues could go away. |
| |||
| Make your improvements in extensions_custom.conf, and you won't have any problems. Reading a little bit of background wouldn't hurt either. :lol: |
| |||
| If you want to add an extension of your own with A@H, just put the dialplan in the [from-internal-custom] section of extensions_custom.conf and reload Asterisk. For example, the code below would let you dial 299 to send a call directly to voicemail for extension 200: Code: exten => 299,1,Answer exten => 299,2,Wait(2) exten => 299,3,Background(custom/vm-activated) exten => 299,4,Wait(3) exten => 299,5,VoiceMail(200@default) exten => 299,6,Hangup |
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linksys configuration files | madison | Linksys (Sipura) VoIP Support Forum | 2 | October 25th, 2006 08:28 PM |
| SPA(841) provisioning or configuration files | curio | Linksys (Sipura) VoIP Support Forum | 4 | May 26th, 2006 06:30 AM |
| Huge problems with .iso files [Asterisk at home 2.2] | simanu | Asterisk Support Forum | 7 | January 9th, 2006 08:05 PM |
| Broadvoice and asterisk@home configuration problems | skidog | Asterisk Support Forum | 2 | December 26th, 2005 02:08 PM |
| Broadvoice & DID Route & Asterisk@Home | buddhake | BroadVoice Support Forum | 3 | July 27th, 2005 05:39 AM |