<span class="gmail_quote"></span>Hello,<br><div><br>I am new to asterisk and have a very newbie question. I am try to implement a simple IVR solution that prompts users to say an item, record that then prompt for another item record that.. etc...&nbsp; Here is what I have so far.
<br><br><br>[custom-lbp]<br>exten =&gt; s,1,Playback(LBPsayname)<br>exten =&gt; s,2,Record(mymessage:gsm)<br>exten =&gt; s,3,Playback(LBPcityzip)<br>exten =&gt; s,4,Record(mymessage:gsm,a)<br>exten =&gt; s,5,Playback(LBPsayphone)
<br>exten =&gt; s,6,Record(mymessage:gsm,a)<br>exten =&gt; s,7,Playback(LBPgoodbye)<br>exten =&gt; s,8,Hangup<br><br>Which seems to work well except for two problems:<br><br>1) How do I move mymessage.gsm to a users voice mailbox so if a message is recorded by this IVR users can dial-in or use ARI to retrieve the messages.
<br><br>2) How do I handle concurrent callers so if two or more people are calling the IVR at once the mymessage doesn't get overwritten or incorrect information appended to it.<br><br>Thanks for any help<br></div><div><span class="sg">
<br>-Nate<br>

</span></div>