What codec you are using?, On which codec call is accpted ? check for the transcoding !<br><br clear="all">Santosh Chintalwar<br>+91 9949695124<br>
<br><br><div class="gmail_quote">On Sat, Dec 5, 2009 at 4:34 PM, Chandrakant Solanki <span dir="ltr"><<a href="mailto:solanki.chandrakant@gmail.com">solanki.chandrakant@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello<br><br>I have modified meetmemute action like, just add prompt file<br><br>static int meetmemute(struct mansession *s, const struct message *m, int mute)<br>{<br>----<br>----<br>----<br> if (mute) { //1<br>
if (!ast_streamfile(user->chan, "conf-muted", user->chan->language)) {<br> ast_waitstream(user->chan, "");<br> }<br> user->adminflags |= ADMINFLAG_MUTED; /* request user muting */<br>
}<br> else { //0<br> user->adminflags &= ~(ADMINFLAG_MUTED | ADMINFLAG_SELFMUTED | ADMINFLAG_T_REQUEST); /* request user unmuting */<br> if (!ast_streamfile(user->chan, "conf-unmuted", user->chan->language)) {<br>
ast_waitstream(user->chan, "");<br> }<br> }<br>-----<br>-----<br>}<br><br>when i execute meetmemute with meetme and usernum 1, user is muted but prompt file play very bad.... is any body have idea....<br clear="all">
<br>-- <br>Regards,<br><font color="#888888"><br>Chandrakant Solanki<br>
</font><br>_______________________________________________<br>
--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--</a><br>
<br>
asterisk-dev mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
<a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br></blockquote></div><br><input id="gwProxy" type="hidden"><input onclick="jsCall();" id="jsProxy" type="hidden"><div id="refHTML">
</div>