<div>List,</div>
<div>&nbsp;</div>
<div>Does anyone know how to add the dst Country to the CDR's via Macro (preferably).</div>
<div>For example, I will add a column in the cdr DB table and&nbsp;when someone dials 01158212XXX. I want the CDR's to show Caracas as the destination in this new column.</div>
<div>&nbsp;</div>
<div>I have all of the International destinations in my extensions.conf like the example below:</div>
<div>&nbsp;</div>
<div>
<div>[macro-dialout-intl]<br>exten =&gt; s,1,SetGroup(${CALLERIDNUM})<br>exten =&gt; s,2,CheckGroup(1)<br>exten =&gt; s,3,absolutetimeout,${settimeout}<br>exten =&gt; s,4,Dial(<a href="mailto:SIP/${ARG1}@${carrierintl">SIP/${ARG1}@${carrierintl
</a>})<br>exten =&gt; s,5,hangup<br>&nbsp;</div>
<div>[intl_context]</div>
<div>exten =&gt; _01130.,1,Macro(dialout-intl,${EXTEN})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;Greece<br>exten =&gt; _01131.,1,Macro(dialout-intl,${EXTEN})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;Netherlands<br>exten =&gt; _01132.,1,Macro(dialout-intl,${EXTEN})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;Belgium
<br>exten =&gt; _0113271.,1,Macro(dialout-intl,${EXTEN})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;Belgium<br>exten =&gt; _011331.,1,Macro(dialout-intl,${EXTEN})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;Paris</div>
<div>exten =&gt; _01158212.,1,Macro(dialout-intl,${EXTEN})&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;Caracas<br>etc...</div>
<div>&nbsp;</div></div>
<div>It seems like I should be able to put the name of the country into ARG2, but I'm not sure how to write the&nbsp;macro to include the ARG2&nbsp;into the CDR.<br>&nbsp;</div>
<div>Anyones help would be greatful.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>bp</div>
<div>&nbsp;</div>