<DIV>Hi all,</DIV>  <DIV>&nbsp;</DIV>  <DIV>I am running Asterisk in conjunction with a Sip proxy. Asterisk is registered to an external SIP carrier (sip.uni.it)</DIV>  <DIV>&nbsp;</DIV>  <DIV>If a call reachs Asterisk through the SIP carrier, then it is forwarded to the external SIP proxy extension (<A href="http://it.f275.mail.yahoo.com/ym/Compose?To=530@weboffice.dyndns.org" target=_blank rel=nofollow><FONT color=#003399>530@weboffice.dyndns.org</FONT></A>), when the extension 530 that has answered the call tries to transfer the call to another extension (<A href="http://it.f275.mail.yahoo.com/ym/Compose?To=513@weboffice.dyndns.org" target=_blank rel=nofollow><FONT color=#003399>513@weboffice.dyndns.org</FONT></A>), the attendand (or supervised) transfer fails while the unattendandt (or direct) transfer works.</DIV>  <DIV>&nbsp;</DIV>  <DIV>Basically the errore I have is</DIV>  <DIV>Supervised transfer requested, but unable to find callid <A
 href="http://it.f275.mail.yahoo.com/ym/Compose?To='f1d4a57c-f11e291e-22ed860d@2.168.1.230'" target=_blank rel=nofollow><FONT color=#003399>'f1d4a57c-f11e291e-22ed860d@2.168.1.230'</FONT></A>. Both legs must reside on Asterisk box to transfer at this time.</DIV>  <DIV>&nbsp;</DIV>  <DIV>Is there a way to allow the Transfer also for legs that are residing on Asterisk box?</DIV>  <DIV>&nbsp;</DIV>  <DIV>Here there is the console log of the supervised transfer failure.</DIV>  <DIV>&nbsp;</DIV><FONT size=2>  <DIV>[root@webofficex asterisk]# asterisk -r</DIV>  <DIV>Asterisk 1.2.24, Copyright (C) 1999 - 2007 Digium, Inc. and others.</DIV>  <DIV>Created by Mark Spencer &lt;markster@digium.com&gt;</DIV>  <DIV>Asterisk comes with ABSOLUTELY NO WARRANTY; type 'show warranty' for details.</DIV>  <DIV>This is free software, with components licensed under the GNU General Public</DIV>  <DIV>License version 2 and other licenses; you are welcome to redistribute it under</DIV>  <DIV>certain
 conditions. Type 'show license' for details.</DIV>  <DIV>=========================================================================</DIV>  <DIV>Connected to Asterisk 1.2.24 currently running on webofficex (pid = 27166)</DIV>  <DIV>Verbosity is at least 3</DIV>  <DIV>-- Executing Dial("SIP/390641043101-092ee290", "SIP/530@weboffice.dyndns.org") in new stack</DIV>  <DIV>-- Called 530@weboffice.dyndns.org</DIV>  <DIV>-- SIP/weboffice.dyndns.org-092ff310 is ringing</DIV>  <DIV>-- SIP/weboffice.dyndns.org-092ff310 answered SIP/390641043101-092ee290</DIV>  <DIV>-- Attempting native bridge of SIP/390641043101-092ee290 and SIP/weboffice.dyndns.org-092ff310</DIV>  <DIV>-- Started music on hold, class 'default', on channel 'SIP/390641043101-092ee290'</DIV>  <DIV>Oct 2 14:23:47 NOTICE[27220]: res_musiconhold.c:533 monmp3thread: Request to schedule in the past?!?!</DIV>  <DIV>Oct 2 14:23:47 NOTICE[27220]: res_musiconhold.c:533 monmp3thread: Request to schedule in the past?!?!</DIV> 
 <DIV>Oct 2 14:23:51 NOTICE[27230]: chan_sip.c:7026 get_refer_info: Supervised transfer requested, but unable to find callid 'f1d4a57c-f11e291e-22ed860d@</DIV>  <DIV>2.168.1.230'. Both legs must reside on Asterisk box to transfer at this time.</DIV>  <DIV>-- Stopped music on hold on SIP/390641043101-092ee290</DIV>  <DIV>== Spawn extension (from-unidata, 100, 1) exited non-zero on 'SIP/390641043101-092ee290'</DIV>  <DIV>Oct 2 14:23:58 ERROR[27281]: cdr_csv.c:237 csv_log: Unable to re-open master file /var/log/asterisk//cdr-csv//Master.csv : No such file or director</DIV>  <DIV>Oct 2 14:23:58 ERROR[27281]: cdr_custom.c:129 custom_log: Unable to re-open master file /var/log/asterisk/cdr-custom/Master.csv : No such file or d</DIV>  <DIV>ectory</DIV>  <DIV>&nbsp;</DIV>  <DIV>Here is my sip.conf </DIV>  <DIV>&nbsp;</DIV>  <DIV>[general]<BR>srvlookup=yes ;allows DNS lookups of server names<BR>register =&gt;
 390641043101:password@sip.uni.it/100<BR>allowexternalinvites=yes<BR>disallow=all<BR>allow=g729<BR>allow=alaw<BR>context=outbound</DIV>  <DIV>&nbsp;</DIV>  <DIV>[sip.uni.it]<BR>type=peer<BR>disallow=all<BR>allow=g729<BR>allow=alaw<BR>dtmfmode=rfc2833<BR>host=sip.uni.it<BR>fromdomain=sip.uni.it<BR>insecure=very<BR>qualify=yes<BR>fromuser=390641043101<BR>authuser=390641043101<BR>username=390641043101<BR>secret=password<BR>canreinvite=no<BR>context=from-unidata</DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;</DIV>  <DIV>Here is my extensions.conf</DIV>  <DIV>&nbsp;</DIV>  <DIV>[outbound]<BR>exten =&gt; _0.,1,Dial(<A href="http://it.f275.mail.yahoo.com/ym/Compose?To=SIP/${EXTEN}@sip.uni.it,60,r" target=_blank rel=nofollow><FONT color=#003399>SIP/${EXTEN}@sip.uni.it,60,r</FONT></A>)<BR>exten =&gt; _X.,1,Dial(<A href="http://it.f275.mail.yahoo.com/ym/Compose?To=SIP/${EXTEN}@weboffice.dyndns.org,60,r" target=_blank rel=nofollow><FONT
 color=#003399>SIP/${EXTEN}@weboffice.dyndns.org,60,r</FONT></A>)</DIV>  <DIV>&nbsp;</DIV>  <DIV>[from-unidata]<BR>exten =&gt; 100,1,Dial(<A href="http://it.f275.mail.yahoo.com/ym/Compose?To=SIP/530@weboffice.dyndns.org" target=_blank rel=nofollow><FONT color=#003399>SIP/530@weboffice.dyndns.org</FONT></A>)</DIV>  <DIV>&nbsp;</DIV>  <DIV>&nbsp;</DIV>  <DIV>Thanks to all and regards,</DIV>  <DIV>Francesco.</DIV></FONT><p>&#32;



      <hr size=1><font face="Arial" size="2"><hr size=1><font face="Arial" size="2">L'email della prossima generazione? Puoi averla con la <a href="http://us.rd.yahoo.com/mail/it/taglines/hotmail/nowyoucan/nextgen/*http://it.docs.yahoo.com/nowyoucan.html">nuova Yahoo! Mail</a></font>