<br><br>
<div><span class="gmail_quote">On 7/31/06, <b class="gmail_sendername">Joshua Colp</b> &lt;<a href="mailto:jcolp@digium.com">jcolp@digium.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; I tried to edit the cdr import function but I didn't know where it placed or<br>&gt; what function to edit ,
<br>&gt; Please can you tell me where to place this&nbsp;&nbsp;function<br>&gt;<br>&gt; exten =&gt; s,1,Set(CDR(userfield)=${SIPCHANINFO(recvip)})<br>&gt;<br>&gt; to have it stored in the mysql record .<br>&gt;<br>&gt; I am using asterisk@home
 2.6<br>&gt;<br>&gt; Regards<br>&gt;<br><br>It would go into the dialplan in extensions.conf - I don't know exactly how yours is setup though (especially with Asterisk@Home involved) so I can't tell you where to put it exactly.
<br><br>Joshua Colp<br>Digium<br></blockquote></div>
<div>Khaled,</div>
<div>&nbsp;</div>
<div>Go to /etc/asterisk/cdr_mysql.conf and under [global] add&quot;userfield=1&quot;, if&nbsp;it is not already there.</div>
<div>Then, wherever you have your trunks setup, you will need to insert that line of code somewhere above the &quot;dial&quot; part of the context.</div>
<div>&nbsp;</div>
<div>Here is what I use:</div>
<div>&nbsp;</div>
<div>exten =&gt; s,1,Set(CDR(userfield)=${ARG2} ${SIPCHANINFO(recvip)})<br>exten =&gt; s,2,absolutetimeout,${settimeout}<br>exten =&gt; s,3,Dial(<a href="mailto:SIP/${ARG1}@${carrier1">SIP/${ARG1}@${carrier1</a>})<br>&nbsp;</div>

<div>If you still cannot figure this out, try emailing the <a href="mailto:A@H">A@H</a> group. Few people on the Asterisk list know much about <a href="mailto:A@H">A@H</a>.</div>
<div>&nbsp;</div>
<div>Good Luck,</div>
<div>&nbsp;</div>
<div>bp</div>