<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18023" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Sorry,</FONT><FONT face=Arial size=2> bad 
expressed, what I want to know is how can I do this in AEL:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've already got a variable X-CALLID with the 
content&nbsp;ctprueba-123456789.12</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How can I copy the content X-CALLID to the new 
variable TEST?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>something like TEST=${X-CALLID};</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(The problem comes because of the operator 
minus).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thank you.</FONT></DIV>
<DIV><FONT face=Arial size=2>Eric Dantie</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=edantie@gmail.com href="mailto:edantie@gmail.com">Eric Dantie</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=asterisk-users@lists.digium.com 
  href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, April 23, 2008 1:37 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> AEL: how to copy a variable 
  without interpretation of the content</DIV>
  <DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT><BR></DIV>
  <DIV><FONT face=Arial size=2>I've got the next AEL:</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  TEST=${X-CALLID};<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
  NoOp(${TEST});<BR></FONT></DIV>
  <DIV><FONT face=Arial size=2>where X-CALLID=ctprueba-1208953210.12 (passed by 
  a custom sip header) </FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Executing I've got the error:</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>[2008-04-23 13:24:01] WARNING[15638]: 
  ast_expr2.y:742 op_minus: non-numeric argument<BR>&nbsp;&nbsp;&nbsp; -- 
  Executing [1009@fromsip:8] Set("SIP/172.16.4.6-b6c06688", "TEST=0") in new 
  stack<BR>&nbsp;&nbsp;&nbsp; -- Executing [1009@fromsip:9] 
  NoOp("SIP/172.16.4.6-b6c06688", "0") in new stack<BR>&nbsp;</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>So my problem is how to copy the X-CALLID 
  variable with no interpretation of the content?</FONT></DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
  <DIV><FONT face=Arial size=2>Eric Dantie</FONT></DIV></BLOCKQUOTE></BODY></HTML>