Hi,
I am using the application ConfBridge and when I joined into the conference, there is a locution which tells: “You are the only person in this conference” or something similar.
I want to remove any locution in the conference.
My confbridge.conf looks like this:
[code][general]
announce_only_user=no
announce_join_leave=no
[default_bridge]
type=bridge
; Bridge Profile options go here
announce_only_user=no
announce_join_leave=no
myoption=value
myoption2=othervalue
;
[default_user]
type=user
; User Profile options go here
announce_only_user=no
announce_join_leave=no
myoption=value
myoption2=othervalue
;
[sample_menu]
type=menu
; Conferece Menu options go here
DTMF=function
otherDTMF=otherFunction
[/code]
So, I think announce_only_user is the option to speech or not speech this locution.
Should I modify another option in the confbridge.conf or something else?
The call to the confbridge application from the dialplan is so simple, like this:
exten => s,n,ConfBridge(${conferenceId},default_user)