On 3/10/08, Michael Iedema <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I'm having some troubles with some dialplan logic I've written which > sends missed call notifications via e-mail. It's currently sending > these notifications even if the call was answered, marking them all as > hung-up. What I've been able to see is that the macro never reaches > the "s-ANSWER" bits which mark the call as successful. > > I've posted my extensions.conf and a call trace to pastebin[1]. The > extensions.conf may look a bit funny as it is the internally generated > file from a project I'm working on. There are enough comments in there > to make it human readable. > > All feedback is appreciated. > > Regards, > -Michael > > [1] http://pastebin.ca/936296 >
Sorry for the noise, I've figured it out. The priorities after the Dial() are not executed if the call was completed. I now handle the ANSWER status detection in the h extension. -Michael _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
