On 8/21/07, Syd Carter <[EMAIL PROTECTED]> wrote: > > Hi. I need advice on why incoming calls are hung up when answered > (Exten => 123456789,Answer). The dialplan defaults to the h extension > priority as soon as it answers. I can make outgoing calls. My other > DID is working fine. I'm using Asterisk 1.4.X.
If that's a direct cut and paste from your configs instead of just typed into your message, you're missing the priority. It would be as if the extension never existed, which would cause * to look for extension 's' in that context, and if that failed, extension 's' in the 'default' context. If that failed, the call would get hung up. -- j.
