<div dir="ltr"><div>Hi</div><div>I tried this in ael:</div><div>        _000. => {</div><div>                Proceeding();</div><div>                callident = "${SHELL(asterisk -rx "core show channel ${CHANNEL}" | grep "Call Identifer" | cut -d: -f2 | cut -d[ -f2 | cut -d] -f1 | cut -d\n -f1):0:-1}";</div>
<div>                NoOp(${callident}});</div><div>                Dial(Motif/google/+${<a href="mailto:EXTEN%3A3%7D@voice.google.com">EXTEN:3}@voice.google.com</a>,,r);</div><div>                hangup;</div><div>        }</div>
<div><br></div><div>And worked perfectly.</div><div><br></div><div>It would be interesting, the developer team add a variable to channel with this data.</div><div><br></div><div><br></div><div class="gmail_extra"><br clear="all">
<div><div dir="ltr"><div><br></div>Att,<div><b>Rafael dos Santos Saraiva</b></div><div><div><a href="http://br.linkedin.com/pub/rafael-saraiva/52/aab/230" target="_blank"><img src="http://www.linkedin.com/img/webpromo/btn_liprofile_blue_80x15_pt_BR.png"></a><br>
</div></div></div></div>
<br><br><div class="gmail_quote">2014-07-21 18:59 GMT-03:00 Steven Wheeler <span dir="ltr"><<a href="mailto:SWheeler@usinternet.com" target="_blank">SWheeler@usinternet.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hello,<u></u><u></u></p>
<p class="MsoNormal">I am working on upgrading from Asterisk 1.8 to Asterisk 11.6. One of the features we are excited for is
<a href="https://wiki.asterisk.org/wiki/display/AST/Call+Identifier+Logging" target="_blank">Call Identifier Logging</a>. However, it doesn't appear that this new Call ID is accessible from the dial plan. Ideally we would like to store this Call ID in the CDR. Does anyone
 know if this is possible?<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I could do something like this, but it seems like a terrible hack:<u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:Consolas">same => n,Set(CALLID=${SHELL(asterisk -rx "core show channel ${CHANNEL}" | grep '</span>
<span style="font-size:10.0pt;font-family:Consolas">Call Identifer' | egrep -o 'C-[0-9a-f]+')})<u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Also as a side note, in the core show channel output ' Identifier' is misspelt as ' Identifer'<span class="HOEnZb"><font color="#888888"><span style="font-size:10.0pt;font-family:Consolas"><u></u><u></u></span></font></span></p>
<span class="HOEnZb"><font color="#888888">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Helvetica","sans-serif";color:black">Steven Wheeler</span></b><span style="font-size:13.5pt;font-family:"Times New Roman","serif";color:black"><br>

<br>
</span><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</font></span></div>
</div>

<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>
               <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>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div></div>