Hello,<br><br>To my surprise, with asterisk 1.8 (I&#39;ve not tried with other versions), it seems you cannot set CDR&#39;s userfield from within a dialplan macro called by dynamic features.<br><br>See :<br><br>testfeature =&gt; *321,self/callee,Macro,toto<br>
<br>[macro-toto]<br>exten =&gt; s,1,Verbose(0,Into macro-toto with CDR(src) set to ${CDR(src)})<br>exten =&gt; s,n,Set(CDR(userfield)=foobar)<br><br>I&#39;m planning to use this feature to let users mark in CDR an ongoing call as malicious or important or whatever.<br>
<br>Any hint ?<br><br>Regards<br>