<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Here's a solution that might be considered a hack:<br>
    </p>
    <p><br>
    </p>
    <p>In your voicemail config
      /etc/freeswitch/autoload_configs/voicemail.conf.xml, you can do
      something like this with the tone-spec:<br>
    </p>
    <p><br>
    </p>
    <p><param name="tone-spec" value="v=-63;%(5000, 0,
      640);v=0;%(1000, 0, 640)" /></p>
    <p><br>
    </p>
    <p>What's happening here is you are setting the volume to
      imperceptible and then playing a tone for 5000 ms; then, the
      volume gets set to 0 dB and plays the regular tone. <br>
    </p>
    <p><br>
    </p>
    <p>Of course change 5000 to whatever delay you want before the tone
      and check to make sure that v=0 is a comfortable volume.<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 08/22/2017 09:08 AM, Jonathan Hunter
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:DB4PR02MB03368431F519466D9B18BBF7BD840@DB4PR02MB0336.eurprd02.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
      <div id="divtagdefaultwrapper"
style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;"
        dir="ltr">
        <div>Hi Guys,</div>
        <div><br>
        </div>
        <div>Hope all are well?</div>
        <div><br>
        </div>
        <div>I am using using skip_instructions with the voicemail
          module, so that we dont have any instructions and just the
          audio file is played (voicemail_greeting_number=1), which I am
          doing in dialplan as below;</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div><action application="answer"/></div>
        <div> <action application="sleep" data="1000"/></div>
        <div><action application="set"
          data="skip_instructions=true"/></div>
        <div><action application="set"
          data="voicemail_greeting_number=1"/></div>
        <div><action application="voicemail" data="default Domain
          user"/></div>
        <div><br>
        </div>
        <div>This works fine but some people are reporting the 'beep'
          kicks in too quickly after the audio file has stopped playing.</div>
        <div><br>
        </div>
        <div>Is there a way to pause/sleep the 'beep' so I can wait for
          a few seconds before it is generated?</div>
        <div><br>
        </div>
        <div>Many thanks</div>
        <div><br>
        </div>
        <div>Jon</div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
<a class="moz-txt-link-abbreviated" href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitchsolutions.com">http://www.freeswitchsolutions.com</a>

Official FreeSWITCH Sites
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://confluence.freeswitch.org">http://confluence.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://www.cluecon.com">http://www.cluecon.com</a>

FreeSWITCH-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>