[Home]

Summary:ASTERISK-20991: Confbridge errors on leaving
Reporter:Jeremy Kister (jkister)Labels:
Date Opened:2013-01-26 17:39:52.000-0600Date Closed:2013-02-05 12:59:58.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_confbridge Applications/app_page
Versions:11.2.1 Frequency of
Occurrence
Constant
Related
Issues:
must be completed before resolvingASTERISK-21005 Open Blockers for 11.3.0
is related toASTERISK-20990 Confbridge announcement not played
Environment:debian 6.0.6Attachments:( 0) console.txt
( 1) extensions.conf
Description:when ending a confbridge (mine happen to be created by app_page), I get an error on the console for each extension that was joined in the conference:

{code}
[Jan 25 23:50:52] ERROR[3746][C-0000000a]: confbridge/conf_state.c:47
conf_invalid_event_fn: Invalid event for confbridge user ''
{code}

for more info, see: http://lists.digium.com/pipermail/asterisk-users/2013-January/277416.html
Comments:By: Rusty Newton (rnewton) 2013-01-27 20:54:13.732-0600

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines

https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Jeremy, please provide a full log with VERBOSE and DEBUG messages enabled. Be sure they are turned up to level 5 or above. Please attach the log to the issue.



By: Rusty Newton (rnewton) 2013-02-01 11:12:44.379-0600

You didn't enable VERBOSE or DEBUG messages for your console capture, but thats okay it looks easy to reproduce. Check out logger.conf to see how you can enable VERBOSE and DEBUG for future issues.

By: Jeremy Kister (jkister) 2013-02-05 13:34:32.621-0600

Used your patch on 11.2.1

seems to work perfectly.

Thanks!