<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:st1="urn:schemas-microsoft-com:office:smarttags" 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 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
 namespaceuri="urn:schemas-microsoft-com:office:smarttags" name="PersonName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] <b><span style='font-weight:
bold'>On Behalf Of </span></b>virendra bhati<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, April 11, 2011 11:23
AM<br>
<b><span style='font-weight:bold'>To:</span></b> <st1:PersonName w:st="on">Asterisk
 Users Mailing List - Non-Commercial Discussion</st1:PersonName><br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [asterisk-users]
Asterisk MOH not working with Elastix asterisk1.6.2.18</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>Hi All,<br>
<br>
I already try StartMusicOnHold() instead of&nbsp; MusicOnHold();<br>
<br>
Even default asterisk MOH not playing.<br>
<br>
<br>
<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On Mon, Apr 11, 2011 at 9:17 PM, Warren Selby &lt;<a
href="mailto:wcselby@selbytech.com">wcselby@selbytech.com</a>&gt; wrote:<o:p></o:p></span></font></p>

<div bgcolor="#FFFFFF">

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>Your last line in the dialplan should be StartMusicOnHold(), not just
MusicOnHold(). &nbsp;<br>
<br>
Thanks,<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>--Warren Selby, dCAP<o:p></o:p></span></font></p>

</div>

</div>

<div>

<div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'><br>
On Apr 11, 2011, at 6:24 AM, virendra bhati &lt;<a
href="mailto:virbhati@gmail.com" target="_blank">virbhati@gmail.com</a>&gt;
wrote:<o:p></o:p></span></font></p>

</div>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt' type=cite>

<div>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>I am using Elastix.
Asterisk is used for PBX application in Elastix. I want to make customize MOH.
But not able to use MOH. I make simple extension in asterisk conf file but no
success :(<br>
<br>
But when I used Vanilla Asterisk then All things are working....<br>
<br>
Below are the details of configuration files.<br>
<br>
<br>
Even default MOH is also not working.... <br clear=all>
<br>
<b><span style='font-weight:bold'>Asterisk Version 1.6.2.17.2 <br>
</span></b><br>
<b><span style='font-weight:bold'>1) Extension.conf</span></b><br>
<br>
[incoming]<br>
exten =&gt; 6000,1,Answer<br>
exten =&gt; 6000,n,Set(CHANNEL(musicclass)=BSNL)<br>
exten =&gt; 6000,n,Set(foo=${CHANNEL(musicclass)})<br>
exten =&gt; 6000,n,MusicOnHold(BSNL)<br>
<br>
<br>
<b><span style='font-weight:bold'>2) Musiconhold.conf</span></b><br>
<br>
[BSNL]<br>
mode=files<br>
directory=/var/lib/asterisk/moh/MTNL<br>
<br>
[Bhati]<br>
mode=files<br>
directory=/var/lib/asterisk/moh/Bhati<br>
<br>
<b><span style='font-weight:bold'>3) Error log:-</span></b><br>
<br>
== Using SIP RTP TOS bits 184<br>
== Using SIP RTP CoS mark 5<br>
&nbsp;&nbsp;-- Executing [6000@bhati:1] Answer(&quot;SIP/1001-00000006&quot;,
&quot;&quot;) in new stack<br>
&nbsp;&nbsp;-- Executing [6000@bhati:2] Set(&quot;SIP/1001-00000006&quot;,
&quot;CHANNEL(musicclass)=BSNL&quot;) in new stack<br>
&nbsp;&nbsp;&nbsp;&nbsp;<br>
&nbsp;&nbsp;-- Started music on hold, class 'BSNL', on SIP/1001-00000006<br>
&nbsp;&nbsp;-- Stopped music on hold on SIP/1001-00000006<br>
&nbsp;&nbsp;== Spawn extension (bhati, 6000, 4) exited non-zero on
'SIP/1001-00000006'<br clear=all>
<br>
-- <br>
-----<br>
Thanks and regards<br>
<br>
&nbsp;Virendra Bhati<br>
+91-9172341457<br>
Asterisk Engineer<o:p></o:p></span></font></p>

</div>

</div>

</blockquote>

</div>

</div>

<blockquote style='margin-top:5.0pt;margin-bottom:5.0pt' type=cite>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com"
target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a
href="http://www.asterisk.org/hello" target="_blank"></a><a
href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target="_blank"></a><a
href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></p>

</div>

</blockquote>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com"
target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a
href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users"
target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><o:p></o:p></span></font></p>

</div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'><br>
<br clear=all>
<br>
-- <br>
-----<br>
Thanks and regards<br>
<br>
&nbsp;Virendra Bhati<br>
+91-9172341457<br>
Asterisk Engineer<o:p></o:p></span></font></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><b><i><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy;
font-weight:bold;font-style:italic'>[Danny Nicholas] <o:p></o:p></span></font></i></b></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><b><i><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy;
font-weight:bold;font-style:italic'>From CLI do <o:p></o:p></span></font></i></b></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><b><i><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy;
font-weight:bold;font-style:italic'>Moh show files <o:p></o:p></span></font></i></b></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><b><i><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy;
font-weight:bold;font-style:italic'>This will show you if your class is set up
correctly.<o:p></o:p></span></font></i></b></p>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=2 color=navy
face=Arial><span style='font-size:10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

</div>

</div>

</div>

</body>

</html>