----- Original Message -----From:"Users of Asterisk app_rpt" <app_rpt-users@lists.allstarlink.org>To:<App_rpt-users@lists.allstarlink.org>Cc:Sent:Tue, 4 Apr 2017 16:39:51 -0700Subject:[App_rpt-users] event subsystem variable use in system callI am learning about the event subsystem.One of my events looks like this:echo bla ${RPT_ALINKS} >> /tmp/blabla = s|T|RPT_NUMLINKSThis executes when I connect. The contents of /tmp/blabla is simply bla. I would have expected ${RPT_ALINKS} to have been expanded.Am I assuming functionality that doesn't exist?Lowell