[Home]

Summary:ASTERISK-24749: ConfBridge: Wrong language on playing conf-hasjoin and conf-hasleft when played to bridge
Reporter:Philippe Bolduc (philippebolduc)Labels:
Date Opened:2015-02-02 11:52:44.000-0600Date Closed:2015-04-24 13:08:10
Priority:MinorRegression?
Status:Closed/CompleteComponents:Applications/app_confbridge
Versions:11.15.0 Frequency of
Occurrence
Related
Issues:
Environment:Linux Centos 6.5Attachments:( 0) confbridge_additional.conf
( 1) confbridge_custom.conf
( 2) confbridge.conf
( 3) extensions_additional.conf
( 4) extensions.conf
( 5) full
Description:When i do a conference with app_confbridge in asterisk 11.15 i get the wrong language when asterisk play those two recording conf-hasjoin and conf-hasleft. Here is the output of the console.

{noformat}
  -- <SIP/201-00000032> Playing 'vm-rec-name.ulaw' (language 'fr')
   -- <SIP/201-00000032> Playing 'beep.ulaw' (language 'fr')
   -- x=0, open writing:  /var/spool/asterisk/confbridge/confbridge-name-650-1422894444.52 format: sln, 0xb5a0b124
   -- User ended message by pressing #
   -- <SIP/201-00000032> Playing 'auth-thankyou.ulaw' (language 'fr')
   -- <Bridge/0xb732b74c-input> Playing '/var/spool/asterisk/confbridge/confbridge-name-650-1422894444.52.slin' (language '')
   -- <Bridge/0xb732b74c-input> Playing 'conf-hasjoin.gsm' (language '')
   -- <SIP/201-00000032> Playing 'confbridge-join.ulaw' (language 'fr')
   -- <Bridge/0xb732b74c-input> Playing 'confbridge-join.gsm' (language '')
   -- <Bridge/0xb732b74c-input> Playing '/var/spool/asterisk/confbridge/confbridge-name-650-1422894444.52.slin' (language '')
   -- <Bridge/0xb732b74c-input> Playing 'conf-hasleft.gsm' (language '')
   -- <Bridge/0xb732b74c-input> Playing 'confbridge-leave.gsm' (language '')
{noformat}
Comments:By: Matt Jordan (mjordan) 2015-02-02 13:29:18.351-0600

What is the {{language}} option set to in the {{bridge}} profile for the ConfBridge?

By: Philippe Bolduc (philippebolduc) 2015-02-02 14:12:12.502-0600

fr

By: Philippe Bolduc (philippebolduc) 2015-02-03 08:56:46.648-0600


{noformat}
confbridge show profile bridge default_bridge
--------------------------------------------
Name:                 default_bridge
Language:             fr
Internal Sample Rate: auto
Mixing Interval:      20
Record Conference:    no
Record File:          Auto Generated
Max Members:          No Limit
Video Mode:           no video
sound_only_person:    conf-onlyperson
sound_only_one:       conf-onlyone
sound_has_joined:     conf-hasjoin
sound_has_left:       conf-hasleft
sound_kicked:         conf-kicked
sound_muted:          conf-muted
sound_unmuted:        conf-unmuted
sound_there_are:      conf-thereare
sound_other_in_party: conf-otherinparty
sound_place_into_conference: conf-placeintoconf
sound_wait_for_leader:       conf-waitforleader
sound_leader_has_left:       conf-leaderhasleft
sound_get_pin:        conf-getpin
sound_invalid_pin:    conf-invalidpin
sound_locked:         conf-locked
sound_unlocked_now:   conf-unlockednow
sound_lockednow:      conf-lockednow
sound_error_menu:     conf-errormenu
sound_join:           confbridge-join
sound_leave:          confbridge-leave
sound_participants_muted:     conf-now-muted
sound_participants_unmuted:     conf-now-unmuted
sound_begin:          confbridge-conf-begin
{noformat}

By: Philippe Bolduc (philippebolduc) 2015-03-30 12:38:12.980-0500

Will that be fix soon in a release ?

Thanks.


By: Joshua C. Colp (jcolp) 2015-03-30 13:22:51.181-0500

No fix has yet been created for this but your issue is in queue, please be patient, and we will get to it as time permits and developer resources become available.



By: Kevin Harwell (kharwell) 2015-04-22 13:31:25.533-0500

[~philippebolduc],

I have been unable to duplicate this issue. Could you please provide/attach more information such as the relevant dialplan you are using from your extension.conf file and also your confbridge.conf file. If possible log files would be helpful as well (see [Collecting Debug Information|https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information] for more information on how to do that).

Thanks.

By: Philippe Bolduc (philippebolduc) 2015-04-22 15:12:00.406-0500

Here the log file and the file you ask for. Hope it help you reproduce the problem.