Hi,
I am using a call file that looks like this:
Channel:Local/18005551212@callout_call_donor
MaxRetries: 1
RetryTime: 60
WaitTime: 60
Context: callout_donation
Extension: s
Priority: 1
Set:__SNUM=17185551111
Set:__DNUM=180055512212
Set:__CURRENCY=GBP
Set:__DONATION_AMOUNT=1
Set:__DONATION_ID=1234
In order to use any of the variables in context callout_donation I need to use MASTER_CHANNEL which is fine. As per the documents if I then do a Set(MASTER_CHANNEL(FOO)=123) I should be able to get the value of ${FOO} in the master channel. If I do say DumpChan() then I do not see FOO. Is this a bug or am I doing something wrong?
TIA.
Dovid