<div dir="ltr"><div dir="ltr">On Tue, Jan 28, 2020 at 8:43 AM <a href="mailto:info@magnussolution.com">info@magnussolution.com</a> <<a href="mailto:info@magnussolution.com">info@magnussolution.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I’m learning about Asterisk code, and to try developer a new application, in this application I nee to execute sounds, I’m using ast_play_and_wait(chan,audio), but this function, as the name suppose, play the and wait to user press any digits.<br>
<br>
Have another function to only execute the audio? or set a timeout on ast_play_and_wait()?<br></blockquote></div><div><br></div>You would use ast_streamfile, ast_waitstream, and ast_stopstream. If you need an example of usage you can look at the implementation of the Playback dialplan application[1].<div><br></div><div>[1] <a href="https://github.com/asterisk/asterisk/blob/master/apps/app_playback.c#L490">https://github.com/asterisk/asterisk/blob/master/apps/app_playback.c#L490</a><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-family:tahoma,sans-serif"><font color="#073763">Joshua C. Colp</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Asterisk Technical Lead</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Sangoma Technologies</font></div><div style="font-family:tahoma,sans-serif"><font color="#073763">Check us out at <a href="http://www.sangoma.com" target="_blank">www.sangoma.com</a> and <a href="http://www.asterisk.org" target="_blank">www.asterisk.org</a></font><br></div></div></div></div></div></div></div></div></div></div></div></div>