<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hello Experts,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have been working on setting up a call center in FS and am having a problem with the warning tone notification.&nbsp; It does not play any tones before the caller is bridged to the agent.&nbsp; I am using the latest stable build for 1.2 and I am using the example in the wiki: <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><a href="https://wiki.freeswitch.org/wiki/Mod_callcenter#uuid-standby">https://wiki.freeswitch.org/wiki/Mod_callcenter#uuid-standby</a><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Snippet:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&lt;extension&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^(4099)$&quot;&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;transfer_after_bridge=4099&quot;/&gt; &lt;!-- Remove this if you just want to get a single call <o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&lt;action application=&quot;sleep&quot; data=&quot;300&quot;/&gt; &lt;!-- Small delay for safety needs --&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set uuid ${caller_id_number}@${domain_name} '${uuid}')}&quot; /&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set type ${caller_id_number}@${domain_name} 'uuid-standby')}&quot; /&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set status ${caller_id_number}@${domain_name} 'Available (On Demand)')}&quot; /&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;res=${callcenter_config(agent set state ${caller_id_number}@${domain_name} 'Waiting')}&quot; /&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;set&quot; data=&quot;cc_warning_tone=tone_stream://%(200,0,500,600,700)&quot;/&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;answer&quot; /&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp; &lt;action application=&quot;playback&quot; data=&quot;$${hold_music}&quot;/&gt;<o:p></o:p></p><p class=MsoNormal> <o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&lt;/condition&gt;<o:p></o:p></p><p class=MsoNormal>&lt;/extension&gt;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have tried changing the tone values to see if making it repeat or play longer would produce a positive result.&nbsp; No dice&#8230;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>On a second note, is there a way to play a file to the agent before the call is bridged?&nbsp; My call center services multiple brands and would like to have the agent greet the caller appropriately.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thank you,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Brian Edgar<o:p></o:p></p></div></body></html>