Displaying 1 result from an estimated 1 matches for "meetme_act".
2015 Jun 17
1
Channels stuck on CONFBRIDGE_INFO
...channels') and it's impossible to
hang up until asterisk is restarted. Asterisk's log shows lots of messages
like this:
chan_sip.c: Autodestruct on dialog .... with owner SIP/.... in place ...
All the mentioned channels were stuck on the same dialplan line which reads
like this:
Set(meetme_act=${CONFBRIDGE_INFO(marked,${MeetMeNumber})})
Actually, trying to check the number of admins in a ConfBridge's room (to
see if the room is active).
After removing the above line (and restarting asterisk) - the problem
disappeared. So my conclusion is that this is probably some kind of a
deadloc...