<div>Try adding a forkcdr in just before your dial command.</div>
<div>&nbsp;</div>
<div>bp<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/8/07, <b class="gmail_sendername">Peder @ NetworkOblivion</b> &lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I have a little call recording script that I am running and it works<br>fine, but I have one problem.&nbsp;&nbsp;I get CDR when a user calls into the
<br>extension, but I do not get CDR for the call that it makes outbound on #<br>17.&nbsp;&nbsp;Any idea why?&nbsp;&nbsp;Here is the extensions info:<br><br>[default]<br>exten =&gt; 2211,1,Answer<br>exten =&gt; 2211,2,Wait(1)<br>exten =&gt; 2211,3,Playback(/etc/asterisk/recording/getshop)
<br>exten =&gt; 2211,4,playback(beep)<br>exten =&gt; 2211,5,Read(shopid)<br>exten =&gt; 2211,6,AGI,getnumber.agi|${shopid}<br>exten =&gt; 2211,7,Noop,${shopid}<br>exten =&gt; 2211,8,GotoIf($[${SHOPPHONE} = 1]?20:9)<br>exten =&gt; 2211,9,Noop,${SHOPPHONE}
<br>exten =&gt; 2211,10,GotoIf($[${SHOPPHONE} = 2]?22:11)<br>exten =&gt; 2211,11,Noop,${SHOPNO}<br>exten =&gt; 2211,12,GotoIf($[${SHOPPHONE} = 3]?24:13)<br>exten =&gt; 2211,13,SetVar(CALLFILENAME=${SHOPNO}-${TIMESTAMP})<br>
exten =&gt; 2211,14,AGI,startlog.agi|${SHOPPHONE}|${CALLFILENAME}<br>exten =&gt; 2211,15,SetCallerPres(prohib)<br>exten =&gt; 2211,15,SetCIDNum(2211)<br>exten =&gt; 2211,16,Monitor(wav,${CALLFILENAME},m)<br>exten =&gt; 2211,17,Dial(
<a href="mailto:SIP/${SHOPPHONE}@192.168.1.100">SIP/${SHOPPHONE}@192.168.1.100</a>)<br>exten =&gt; 2211,18,wait(2)<br>exten =&gt; 2211,19,hangup<br>exten =&gt; 2211,20,playback(/etc/asterisk/recording/problem)<br>exten =&gt; 2211,21,goto(default,2211,2)
<br>exten =&gt; 2211,22,playback(/etc/asterisk/recording/invalid)<br>exten =&gt; 2211,23,goto(default,2211,2)<br>exten =&gt; 2211,24,playback(/etc/asterisk/recording/syserror)<br>exten =&gt; 2211,25,goto(default,2211,2)<br>
<br>How it works is that a user calls in and enters a code.&nbsp;&nbsp;It then does a<br>database lookup of the code to find a number to call.&nbsp;&nbsp;It calls the<br>number and then bridges the two ends together, records it and mixes it<br>
to an mp3.&nbsp;&nbsp;As I said, it works fine and has for over a year.&nbsp;&nbsp;The only<br>issue is that I don&#39;t get outbound CDR for some reason and I don&#39;t know<br>why....<br><br>_______________________________________________<br>
--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>