<div dir="ltr">thanks for your response <br><br>the call is going to IAX(1000), i have i DID Number when the customer call this number 0520XXXXXX the call is goint to agent <br>IAX. in my dialplan i have <br>exten =&gt; 223,1,MixMonitor(blah.wav)<br>
exten =&gt; 223,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)<br>exten =&gt; 223,n,Dial(SIP/223)<br><br>and in extensions.conf i have <br><br><br>exten =&gt; 223,1,MixMonitor(sip_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))<br>exten =&gt; 223,n,Set(AUDIOHOOK_INHERIT(MixMonitor)=yes)<br>
exten =&gt; 223,n,Dial(SIP/${EXTEN},,KkTt)<br>exten =&gt; 223,n,Hangup();<br><br>thanks and regards<br><br><br><div class="gmail_quote">2011/6/16 Leif Madsen <span dir="ltr">&lt;<a href="mailto:leif.madsen@asteriskdocs.org">leif.madsen@asteriskdocs.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 16/06/11 07:36 AM, salaheddine elharit wrote:<br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
hello list,<br>
<br>
i have asterisk 1.4 with IAX and sip i have configured the MixMonitor in<br>
order to record the conversation<br>
<br></div><div class="im">
but when i receive an inbound call from customer in IAX(1000) and i want<br>
to transfer the call to other phone SIP(223)<br>
the conversation between customer and IAX is recorded but the<br>
conversation between customer and sip is not recorded<br>
</div></blockquote>
<br>
Is the call coming from IAX(1000) or going to IAX(1000)? Note that when you transfer calls around and are using MixMonitor() (or any recording) that you have to think of the recording as being associated with the incoming channel, and the recording should essentially follow it around.<br>

<br>
So if you have a call coming in like this:<br>
<br>
ITSP --&gt; Asterisk --&gt; Dialplan --&gt; Mixmonitor --&gt; Dial(SIP/1000)<br>
<br>
Then the MixMonitor() is associated with the channel created when the call came in from the ITSP. If that channel is then transferred, the recording should follow it around.<br>
<br>
Can you elaborate a bit more on the call flow and show the console output?<br>
<br>
-- <br>
Leif Madsen<br>
<a href="http://www.oreilly.com/catalog/asterisk" target="_blank">http://www.oreilly.com/catalog/asterisk</a><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></div><br></div>