[asterisk-dev] semicolons

Steve Murphy murf at parsetree.com
Wed Sep 19 11:12:31 CDT 2007


On Wed, 2007-09-19 at 14:05 +0400, Dmitry Andrianov wrote:
> fullcontact = "${fullcontact};${value}";

Try Set(fullcontact="${fullcontact};${value}");


And, if you really don't need the quotes, leave them out:

Set(fullcontact=${fullcontact};${value});


To get otherwise strange chars into a variable value, you should use
Set() in AEL. It's OK.

murf

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3239 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-dev/attachments/20070919/96a7cf8f/attachment.bin 


More information about the asterisk-dev mailing list