<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body><div style="font-family:Helvetica,Arial;font-size:13px; ">I got this working (with the help of this list) some time ago, but for some reason it seems to have stopped working.</div><div style="font-family:Helvetica,Arial;font-size:13px; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; ">I’m setting a variable ‘callsubject’ in the dialplan via httapi, for which I added a column in the channels table:</div><div style="font-family:Helvetica,Arial;font-size:13px; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; "><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 14px; font-variant-ligatures: normal; orphans: 2; white-space: pre-wrap; widows: 2;">  ALTER TABLE channels ADD COLUMN callsubject VARCHAR(256)</span></div><div style="font-family:Helvetica,Arial;font-size:13px; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; "><br></div><div style="font-family:Helvetica,Arial;font-size:13px; "><p style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Monaco; color: rgb(47, 180, 29); background-color: rgba(0, 0, 0, 0.933333);"><span style="font-variant-ligatures: no-common-ligatures; color: #f2f2f2"> </span></p><p style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Monaco; color: rgb(47, 180, 29); background-color: rgba(0, 0, 0, 0.933333);"><span style="font-variant-ligatures: no-common-ligatures; color: #f2f2f2">      </span><span style="font-variant-ligatures: no-common-ligatures; color: #2eaebb"><action</span><span style="font-variant-ligatures: no-common-ligatures"> application="httapi" data="{url=https://server/${destination_number}}”/</span><span style="font-variant-ligatures: no-common-ligatures; color: #2eaebb">> <!-- gets variable callsubject as ’test’, amongst other stuff --></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Monaco; color: rgb(47, 180, 29); background-color: rgba(0, 0, 0, 0.933333);"><span style="font-variant-ligatures: no-common-ligatures; color: #f2f2f2">      </span><span style="font-variant-ligatures: no-common-ligatures; color: #2eaebb"><action</span><span style="font-variant-ligatures: no-common-ligatures"> application="log" data="CRIT callsubject: ${callsubject}”/</span><span style="font-variant-ligatures: no-common-ligatures; color: #2eaebb">> <!-- correctly shows ’test’ --></span></p><p style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal; font-family: Monaco; color: rgb(47, 180, 29); background-color: rgba(0, 0, 0, 0.933333);"><span style="font-variant-ligatures: no-common-ligatures; color: #2eaebb"><br></span></p></div><div><br></div><div>And yet, whilst the column shows up in ’show channels’, the leg in question has an empty value.</div><div><br></div><div>What am I missing, maybe?</div><br><div class="gmail_signature" ><br></div></body></html>