[Home]

Summary:ASTERISK-20990: Confbridge announcement not played
Reporter:Jeremy Kister (jkister)Labels:
Date Opened:2013-01-26 17:32:26.000-0600Date Closed:2013-02-05 13:10:58.000-0600
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_confbridge
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-20991 Confbridge errors on leaving
Environment:debian 6.0.6Attachments:( 0) 20990-1.patch
Description:from extensions.conf:
{code}
exten => 1,1,Page(SIP/101,diqA(local/intercom))
{code}

the local/intercom sound is never played to the conference.

[Edit by Rusty Newton - added excerpt from mailing list post below]
Rmudgett identified this as a bug:
{quote}
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.
{quote}

see http://lists.digium.com/pipermail/asterisk-users/2013-January/277416.html  for more info.

Comments:By: Jeremy Kister (jkister) 2013-01-27 12:38:15.545-0600

patch attached, but it is inadequate because it does not play the announcement to the Page originator.  hopefully this points to the right direction though.

By: Jeremy Kister (jkister) 2013-02-05 15:25:06.545-0600

i applied the patch for app_page and app_confbridge to asterisk 11.2.1 -

the announcement is now played twice to the Page originator and twice to the users of the conference

a small portion of the patch did reject, so i had to add it manually.  i dont think my changes are the culprit, though.


By: Richard Mudgett (rmudgett) 2013-02-05 16:19:49.111-0600

Do you still have [^20990-1.patch] installed?

By: Jeremy Kister (jkister) 2013-02-05 16:31:25.226-0600

uhm, no.  *cough*.  but it suddenly works fine.

thanks, works perfectly.