Your right, the priority is missing but it is just a typo of mine. I am
thinking of removing the h just as a test, but can't understand why this
doesn't affect my other voip provider did. Both configs are almost
identical. I guess if I enable SIP debug then this will help some too.
James FitzGibbon wrote:
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.