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><br>Chandrakant Solanki<br>