Where to make a mod ---

Having an issue with a system that I am upgrading. I have a case where the user wants to hangup on a caller if the extension being called is not available. The Logic is [from-zaptel] to [from-dahdi] and in order for the Hangup to actually work, I had to add an Answer() into the dial plan, and allow the end user calling to hear the congestion tone. Otherwise the call just starts working it’s way through the dial plan all over again despite the Hungup() in a continuous loop.

So what’s the best way to insert the Answer() in this string so that it does not get lost where the GUI rebuilds the world. Do I really need to duplicate the whole Context in a "custom include ??

I guess I could put the Answer statement in the “from-dahdi-custom” but it seems like a poor fix…

Thanks –