Hi Martin,<br><br>Thanks for the answer!<br><br><div class="gmail_quote">2009/9/7 Martin <span dir="ltr">&lt;<a href="mailto:asterisklist@callthem.info">asterisklist@callthem.info</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

that&#39;s probably for ADSI phones ... chan_local confuses the VoiceMailMain app<br>
and you hear it ... </blockquote><div><br>I&#39;m experiencing this with different SIP phones and softphones.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Why do you need to call it via chan_local ? Can&#39;t<br>
you do Macro or just<br>
call VoiceMailMain directly ?<br></blockquote><div><br>That&#39;s a good question. The reason is that we were experiencing problems with some DECT phones using the g729 codec and accessing the voicemail. The phones stopped playing media when they stopped receiving RTP packets for a few seconds, and usually this would happen between the locutions of the VoiceMailMain application. So the solution we thought of was to use the Page application in order to play some background audio at the same time as the Voicemail. Something like this:<br>

<br>exten =&gt; <font face="Arial" size="2">_X.,1,Page(Local/${EXTEN}@voicemail-page&amp;Local/background@voicemail-page,dq)<br><br>[voicemail-page]<br></font><font face="Arial" size="2">exten =&gt; 
_X.,1,VoiceMailMain(${<a href="mailto:EXTEN%7D@mydomain.com" target="_blank">EXTEN}@mydomain.com</a>)</font><br>exten =&gt; background,1,MusicOnHold()<br><br>This has worked pretty well except for this weird beep at the beginning of the call. While figuring out what might be the problem I observed this happened if I tried to call VoiceMailMain via chan local.<br>

<br>What do you think?<br><br>Best regards,<br><br>Santi<br><br><br></div></div>