I have just upgraded to asterisk 11 from 1.8 I have noticed that my Page command: exten => 1,1,Page(SIP/101,diqA(local/intercom)) does not play the local/intercom sound to the conference. according to the doc at https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Page , it seems like it still should. is there something i need to do to make this work how i expect it? my confbridge.conf is vanilla; i dont see anything that needs changing. also, when the conference ends, the CLI shows: [Jan 25 23:50:52] ERROR[3746][C-0000000a]: confbridge/conf_state.c:47 conf_invalid_event_fn: Invalid event for confbridge user '' [Jan 25 23:50:52] ERROR[3745][C-0000000a]: confbridge/conf_state.c:47 conf_invalid_event_fn: Invalid event for confbridge user '' any way to hush/fix that? Thanks, -- Jeremy Kister http://jeremy.kister.net./
> I have just upgraded to asterisk 11 from 1.8 > > I have noticed that my Page command: > exten => 1,1,Page(SIP/101,diqA(local/intercom)) > > does not play the local/intercom sound to the conference. > > according to the doc at > https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_Page > , it seems like it still should. > > is there something i need to do to make this work how i expect it? > my > confbridge.conf is vanilla; i dont see anything that needs changing. > > also, when the conference ends, the CLI shows: > [Jan 25 23:50:52] ERROR[3746][C-0000000a]: confbridge/conf_state.c:47 > conf_invalid_event_fn: Invalid event for confbridge user '' > [Jan 25 23:50:52] ERROR[3745][C-0000000a]: confbridge/conf_state.c:47 > conf_invalid_event_fn: Invalid event for confbridge user '' > > any way to hush/fix that?The Page application uses the ConfBridge application to implement its features. You have found two bugs in confbridge: 1) The CONFBRIDGE(user,announcement) file does not get played. The code to do that apparently got removed accidentally when confbridge was restructured to be more state machine like. 2) The error message is another problem with the state machine. Please create an issue in the issue tracker: https://issues.asterisk.org/jira Thanks. Richard