From f87086b3743ba5a1639e251b53c0f5e5cce31534 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Tue, 8 Oct 2013 20:18:37 +0000 Subject: app_confbridge: Can now set the language used for announcements to the conference. ConfBridge now has the ability to set the language of announcements to the conference. The language can be set on a bridge profile in confbridge.conf or by the dialplan function CONFBRIDGE(bridge,language)=en. (closes issue ASTERISK-19983) Reported by: Jonathan White Patches: M19983_rev2.diff (license #5138) patch uploaded by junky (modified) Tested by: rmudgett ........ Merged revisions 400741 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 400742 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400744 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/confbridge/include/confbridge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/confbridge/include') diff --git a/apps/confbridge/include/confbridge.h b/apps/confbridge/include/confbridge.h index 7c2abda6c..71ae5f7de 100644 --- a/apps/confbridge/include/confbridge.h +++ b/apps/confbridge/include/confbridge.h @@ -192,6 +192,7 @@ struct bridge_profile_sounds { struct bridge_profile { char name[64]; + char language[MAX_LANGUAGE]; /*!< Language used for playback_chan */ char rec_file[PATH_MAX]; unsigned int flags; unsigned int max_members; /*!< The maximum number of participants allowed in the conference */ -- cgit v1.2.3