<p>I have two test asterisk boxes, both version 1.4.26, on which I do Answer() followed by MusicOnHold() and it works just fine. I do this all the time as this is my standard way of testing new contexts.<br></p>
<p>Zeeshan A Zakaria</p>
<p>--<br>
<a href="http://www.ilovetovoip.com">www.ilovetovoip.com</a></p>
<p><blockquote type="cite">On 2010-07-07 4:16 AM, &quot;Massimo Nuvoli&quot; &lt;<a href="mailto:massimo@archivio.it">massimo@archivio.it</a>&gt; wrote:<br><br>I found a strange thing on Asterisk 1.4.32, the same defect on 1.4.26.?<br>

<br>
I spend 4 hours to try to solve... but found only a workaround.<br>
<br>
As is easy to reproduce the problem i need to know if this is a bug or<br>
if there is some idiot configuration that i miss.<br>
<br>
Maybe also the bug is know...<br>
<br>
Scenario:<br>
<br>
Asterisk installation on ubuntu 9.04 64 bit.<br>
<br>
Trunk SIP (two different providers)<br>
<br>
On the Asterisk server there are a number of SIP clients.<br>
<br>
If i use the sip client all things ok, i made a call and everything ok.<br>
<br>
If i place the call from the server (or if i call trhu the SIP trunk<br>
the asterisk system) everytime the Answer() application seeems to NOT<br>
work.<br>
<br>
The only way to make it work is to use some other function that do the<br>
Answer in place.<br>
<br>
(call coming from the SIP trunk)<br>
If i use<br>
<br>
Answer()<br>
MusicOnHold()<br>
<br>
I hear nothing.<br>
<br>
If i use<br>
<br>
Answer()<br>
PlayBack(silence/1)<br>
MusicOnHold()<br>
<br>
or<br>
<br>
Answer()<br>
VoiceMail(1234@default)<br>
<br>
i can hear all ok (it seems that the PlayBack and the VoiceMail apps<br>
are able to Answer really...)<br>
<br>
I checked the SIP debug trace, it seems no problem on the SIP side.<br>
<br>
Thnks guys.<br>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></p>