----- Tony Mountifield <[EMAIL PROTECTED]> wrote: > What part of the code should be responsible for issuing ast_hangup() > on the > original channel B (seq .3)?
This should be handled by ast_do_masquerade(). However, if nothing is reading from that channel, then the pending hangup will never get processed. It's not clear exactly why this isn't working in your application, though. -- Kevin P. Fleming Senior Software Engineer Digium, Inc. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
