<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:x="urn:schemas-microsoft-com:office:excel" 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 12 (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:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</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-GB" link="blue" vlink="purple">
<div class="Section1">
<p class="MsoNormal">Hi ,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I have created new sounds folder inside en folder and placed new_message_count and I have called this ‘new_message_count’ in my js script. The wav files inside this macro is being read correctly in development environment whereas in my
production which is almost all same as development <o:p></o:p></p>
<p class="MsoNormal">environment except for the src folder(/usr/srcFreeswitch) does not recognise this ‘new_message_count’ and throwing this error<b><span style="color:red">(2013-02-28 17:37:47.099253 [ERR] switch_ivr_play_say.c:142 Can't find macro new_message_count.)
<o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="color:black">I even gave reload mod_say_en but this 1 is not being picked up.
<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">/usr/local/freeswitch/conf/lang/en/vect/sounds.xml<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><macro name=" new_message_count"><o:p></o:p></p>
<p class="MsoNormal"> <input pattern="^(.*)$" break_on_match="true"><o:p></o:p></p>
<p class="MsoNormal"> <match><o:p></o:p></p>
<p class="MsoNormal"> <action function="play-file" data="voicemail/vectone/vm-welcome1.wav"/><o:p></o:p></p>
<p class="MsoNormal"> <action function="play-file" data="voicemail/vectone/vm-you_have.wav"/><o:p></o:p></p>
<p class="MsoNormal"> <action function="say" data="$1" method="pronounced" type="items"/><o:p></o:p></p>
<p class="MsoNormal"> <action function="play-file" data="voicemail/vectone/vm-newmsgs.wav"/><o:p></o:p></p>
<p class="MsoNormal"> </match><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Can anyone please let me know what went wrong in my other server and why this function is not being picked up.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal">Archana<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>