<div dir="ltr">Hello List,<br> <br>i need to be able to record the call transferred from iax  extension to sip extension <br> <br>when i call the sip extension from the IAX extension i can record the call without any issue<br>
 <br>but when i receive a call from customer in IAX and i transfer this call to SIP client<br> <br>the conversation between customer and IAX client is recorded but the conversation between customer and sip extension is not recorded<br>
 <br>any help please  <br> <br>thanks and regards<br> <br>extensions.conf<br>exten =&gt; 223,1,Answer()<br>exten =&gt; 223,2,MixMonitor(test_${UNIQUEID}.wav|av(0)V(0))<br>exten =&gt; 223,3,Dial(SIP/223)<br>exten =&gt; 223,4,Hangup() </div>