[Freeswitch-users] conference configured to call automatically the attended does not work
Carole O.
carole.olivier at enst.fr
Fri Dec 5 07:35:51 PST 2008
Hello,
I have got some problems for the configuration of a simple conference which
should be established by calling an extension and automatically inviting 2
people.
Actually, this is based on the default configuration of Freeswitch
(extension 0911). I have changed it a little:
<extension name="conference_test">
<condition field="destination_number" expression="^0911$">
<!-- These parameters effect the outcalls made once you join
-->
<action application="set"
data="conference_auto_outcall_caller_id_name=telephoneX" />
<action application="set"
data="conference_auto_outcall_id_number=0911" />
<action application="set" data="conference_auto_outcall_timeout=60" />
<action application="set" data="conference_auto_outcall_flags=none" />
<!-- list of devices called -->
<action application="conference_set_auto_outcall"
data="sofia/internal/1010@$${domain}" />
<action application="conference_set_auto_outcall"
data="sofia/internal/1002@$${domain}" />
<action application="conference" data="conferenceTest at default" />
</condition>
</extension>
I have attached a file with the console errors. There are some errors (moh
errors) but since these were also present for room conference and it did not
prevent it for working, I guess this is not the fundamental reason for the
previous problem.
I have an additional question. I have installed freeswitch from
opensuse.org, there is a simple "one-click installation" but I am not sure
this was a good idea, it seems to be light isn't?
Thanks for your help,
Carole
http://www.nabble.com/file/p20856465/error_console.txt error_console.txt
--
View this message in context: http://www.nabble.com/conference-configured-to-call-automatically-the-attended-does-not-work-tp20856465p20856465.html
Sent from the Freeswitch-users mailing list archive at Nabble.com.
More information about the FreeSWITCH-users
mailing list