[Freeswitch-users] Conference Caller Announce

Bobthebeat brian.meaney at bsb.ie
Fri Jun 15 21:08:00 MSD 2012


Hi Folks, 

 brand new Freeswitch user here. 

I have modified the example shown on the mod_conference
(http://wiki.freeswitch.org/wiki/Mod_conference#FAQ) wiki for my own
deployment. 

I am attempting to have a user record his name, then have this recording
announced on joining the conference, but I am struggling. Here is my
dialplan entry:- 


<extension name="main_number_11" continue="true">
      <condition field="destination_number" expression="^xxxxxxxxxxx$">
        <action application="export" data="hold_music=silence"/>
        <action application="set" data="namefile=/tmp/${uuid}-name.wav"
inline="true"/>
        <action application="answer"/>
        <action application="sleep" data="1000"/>
        <action application="playback" data="conference/conf-welcome.wav"/>
        <action application="sleep" data="1000"/>
        <action application="playback"
data="voicemail/vm-record_name1.wav"/>
        <action application="playback" data="tone_stream://%(1000,0,500)"/>
        <action application="record" data="${namefile} 1"/>
        <action application="playback"
data="ivr/ivr-call_being_transferred.wav"/>
        <action application="set" data="res=${sched_api +1 none conference
$1-${domain_name}@conference_2 play
file_string://${namefile}!conference/conf-has_joined.wav}"/>
        <action application="transfer" data="$1 XML default"/>
      </condition>
    </extension>

The call connects and I am prompted to record, then I am notified of the
imminent transfer, but it bombs out here. Sophia output reads 

Command conference($1-192.168.3.178 at conference_2 play
file_string:///tmp/b34c9679-9fdb-4934-a1d9-dd4b646c88e2-name.wav!conference/conf-has_joined.wav): 
Conference $1-192.168.3.178 at conference_2 not found 

I can dial into the conference without issues when I disregard the 'Set'
expression and just dial the conference directly. 

Can anybody point me in the right direction? 
Thank you very much, 
B 

--
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Conference-Caller-Announce-tp7579898.html
Sent from the freeswitch-users mailing list archive at Nabble.com.



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list