In article <[email protected]>, Jerry Geis <[email protected]> wrote: > > > Any ideas on this? > > Just trying to eliminate any sounds in the confbridge. I use a call to a > local channel, > then call an AGI to bring others in the call, then speak my message. > Before I speak > my message the beep beep beep or busy is playing.
Jerry, Looking at your CLI output (/var/log/asterisk/full would have been cleaner, not having the color codes), I see that something is hanging up and processing the h extension. Perhaps something in h is keeping the channel alive? That makes me wonder whether the hung up channel is still somehow connected to the conference and Asterisk is sending an in-band tone on the channel. When you are in the state that you hear the beeps, try doing a "confbridge list" to get the name of the conference and then "confbridge list <name>" (or something like that - I only really know meetme), to see what participants are still connected. If you find one more channel than you expect, that may be the culprit. Cheers Tony -- Tony Mountifield Work: [email protected] - http://www.softins.co.uk Play: [email protected] - http://tony.mountifield.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
