<font face="verdana" size="2"><DIV>Just verified I faced the same issue once and got it reolved by adding /n like </DIV>
<DIV>Channel: <A href="mailto:Local/0036701234567@CustomCallOut-1/n">Local/0036701234567@CustomCallOut-1/n</A> in you case.<BR><BR><BR><BR><!--WM_COMPOSE_SIGNATURE_START--><!--WM_COMPOSE_SIGNATURE_END--><BR><BR>-----Original Message-----<BR>From: "Tamás Dajka" &lt;tdajka@gmail.com&gt;<BR>Sent: Tuesday, February 8, 2011 8:49am<BR>To: "Asterisk Users Mailing List - Non-Commercial Discussion" &lt;asterisk-users@lists.digium.com&gt;<BR>Subject: Re: [asterisk-users] Call files error<BR><BR>How can I do that, and do it with LCR?<BR><BR></DIV>
<DIV class=gmail_quote>2011/2/8 <SPAN dir=ltr>&lt;<A href="mailto:faisal@vopium.com">faisal@vopium.com</A>&gt;</SPAN><BR>
<BLOCKQUOTE style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" class=gmail_quote><FONT size=2 face=verdana>
<DIV>Why don't you use single callfile and set CLI and other perameters in dial-plan as unique as you need?
<DIV>
<DIV></DIV>
<DIV class=h5><BR><BR><BR><BR>-----Original Message-----<BR>From: "Tamás Dajka" &lt;<A href="mailto:tdajka@gmail.com" target=_blank>tdajka@gmail.com</A>&gt;<BR>Sent: Tuesday, February 8, 2011 7:45am<BR>To: <A href="mailto:asterisk-users@lists.digium.com" target=_blank>asterisk-users@lists.digium.com</A><BR>Subject: [asterisk-users] Call files error<BR><BR>Hi All,<BR><BR>I'm having some troubles with using call files.&nbsp; <BR><BR>I'm trying to establish the following: <BR>- want to use call files to connect two (outside) extensions <BR>- want to use the outbound routes set in FreePBX <BR>- want to set the outgoing callerid for both calls <BR>- want to set a custom CDR field in MySQL ( field name 'azonosito' ) <BR><BR>Asterisk is version 1.8.2.3&nbsp; with freepbx 2.8.1.<BR><BR>What I've tried is to create two custom context and place the call through them. <BR><BR>The call file: <BR><PRE>; First CID<BR>SetVar: callid1=0036111188887777<BR>SetVar: azon1=elso hivas azonosito { Viperke }<BR>; Frist phone num<BR>Channel: Local/0036701234567@CustomCallOut-1<BR>
WaitTime: 45<BR>MaxRetries: 0<BR>RetryTime: 0<BR>; 2nd CID<BR>SetVar: callid2=0036204313763<BR>SetVar: azon2=masodik hivas azonosito { V1pr: ehehhe }<BR>Context: CustomCallOut-2<BR>; 2nd phone num<BR>Extension: 003617654321<BR>

</PRE><BR><BR>The contexts: <BR><PRE>[CustomCallOut-1]<BR>; set custom CDR<BR>exten =&gt; _0X.,1,Set(CDR(azonosito)=${azon1})<BR>exten =&gt; _0X.,n,Set(CALLERPRES()=allowed)<BR>exten =&gt; _0X.,n,Set(CALLERID(number)=&lt;${callid1}&gt;)<BR>

exten =&gt; _0X.,n,Set(KEEPCID=TRUE)<BR>; pass the call to internal routing<BR>include =&gt; from-internal<BR><BR>[CustomCallOut-2]<BR>exten =&gt; _0X.,1,Wait(1)<BR>; set custom CDR<BR>exten =&gt; _0X.,2,Set(CDR(azonosito)=${azon2})<BR>

exten =&gt; _0X.,3,Playtones(ring)<BR>exten =&gt; _0X.,n,Set(CALLERPRES()=allowed)<BR>exten =&gt; _0X.,n,Set(CALLERID(number)=&lt;${callid2}&gt;)<BR>exten =&gt; _0X.,n,Set(KEEPCID=TRUE)<BR>; pass the call to internal routing<BR>

include =&gt; from-internal<BR></PRE><BR><BR>However the two calls are placed, the CDRs and the callerids are set correctly, we can't hear each other. As I saw in the logs, the problem is that the calls are placed in the same context, and not being connected ( like one call, but with the variable EXTEN changed ). <BR><BR>I'm really confused about doing this, so can you please advise?<BR><BR>Thanks,<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Tamas<BR><BR></DIV></DIV></DIV></FONT><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>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <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>&nbsp; <A href="http://lists.digium.com/mailman/listinfo/asterisk-users" target=_blank>http://lists.digium.com/mailman/listinfo/asterisk-users</A><BR></BLOCKQUOTE></DIV>
<DIV><BR></DIV></font>