Does anyone have a handle on what I think is a relatively new dialplan entry called global-variables. I'm pretty sure it has appeared in installations later that 9th January. The reason I ask it I'm seeing its action appearing repeatedly in the fs_cli. This test box only has five domains on it but I see this for a single inbound call:
global-variables is created for each domain, so its not technically global, but its context is set to ${domain_name}, something doesn't look right about this...
Code:
EXECUTE [depth=0] sofia/external/01123456789@myprovider.co.uk set(RFC2822_DATE=Fri, 21 Feb 2020 13:59:52 +0000)
2020-02-21 13:59:52.406075 [DEBUG] mod_dptools.c:1672 SET sofia/external/01123456789@myprovider.co.uk [RFC2822_DATE]=[Fri, 21 Feb 2020 13:59:52 +0000]
EXECUTE [depth=0] sofia/external/01123456789@myprovider.co.uk set(RFC2822_DATE=Fri, 21 Feb 2020 13:59:52 +0000)
2020-02-21 13:59:52.406075 [DEBUG] mod_dptools.c:1672 SET sofia/external/01123456789@myprovider.co.uk [RFC2822_DATE]=[Fri, 21 Feb 2020 13:59:52 +0000]
EXECUTE [depth=0] sofia/external/01123456789@myprovider.co.uk set(RFC2822_DATE=Fri, 21 Feb 2020 13:59:52 +0000)
2020-02-21 13:59:52.406075 [DEBUG] mod_dptools.c:1672 SET sofia/external/01123456789@myprovider.co.uk [RFC2822_DATE]=[Fri, 21 Feb 2020 13:59:52 +0000]
EXECUTE [depth=0] sofia/external/01123456789@myprovider.co.uk set(RFC2822_DATE=Fri, 21 Feb 2020 13:59:52 +0000)
2020-02-21 13:59:52.406075 [DEBUG] mod_dptools.c:1672 SET sofia/external/01123456789@myprovider.co.uk [RFC2822_DATE]=[Fri, 21 Feb 2020 13:59:52 +0000]
EXECUTE [depth=0] sofia/external/01123456789@myprovider.co.uk set(RFC2822_DATE=Fri, 21 Feb 2020 13:59:52 +0000)
2020-02-21 13:59:52.406075 [DEBUG] mod_dptools.c:1672 SET sofia/external/01123456789@myprovider.co.uk [RFC2822_DATE]=[Fri, 21 Feb 2020 13:59:52 +0000]
EXECUTE [depth=0] sofia/external/01123456789@myprovider.co.uk set(RFC2822_DATE=Fri, 21 Feb 2020 13:59:52 +0000)
2020-02-21 13:59:52.406075 [DEBUG] mod_dptools.c:1672 SET sofia/external/01123456789@myprovider.co.uk [RFC2822_DATE]=[Fri, 21 Feb 2020 13:59:52 +0000]
global-variables is created for each domain, so its not technically global, but its context is set to ${domain_name}, something doesn't look right about this...