[asterisk-users] how to copy a variable without interpretation of the content

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Wed Apr 23 08:48:14 CDT 2008


On Wednesday 23 April 2008 08:37, Eric Dantie wrote:
> Sorry, bad expressed, what I want to know is how can I do this in AEL:
>
> I've already got a variable X-CALLID with the content ctprueba-123456789.12
>
> How can I copy the content X-CALLID to the new variable TEST?
>
> something like TEST=${X-CALLID};
>
> (The problem comes because of the operator minus).

TEST="${X-CALLID}";

-- 
Tilghman



More information about the asterisk-users mailing list