[Freeswitch-users] Variable no longer showing in channels
    Rick Jarvis 
    rick at magicmail.mooo.com
       
    Mon Feb 25 19:08:58 UTC 2019
    
    
  
I got this working (with the help of this list) some time ago, but for some reason it seems to have stopped working.
I’m setting a variable ‘callsubject’ in the dialplan via httapi, for which I added a column in the channels table:
  ALTER TABLE channels ADD COLUMN callsubject VARCHAR(256)
 
      <action application="httapi" data="{url=https://server/${destination_number}}”/> <!-- gets variable callsubject as ’test’, amongst other stuff -->
      <action application="log" data="CRIT callsubject: ${callsubject}”/> <!-- correctly shows ’test’ -->
And yet, whilst the column shows up in ’show channels’, the leg in question has an empty value.
What am I missing, maybe?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190225/303b0c07/attachment.html>
    
    
More information about the FreeSWITCH-users
mailing list