Queue call to inherit an unique call ID

I have some inbound call and then I set for it an unique id, let’s say like this:

[from-internal-custom]
Set(CDR(userfield)=${SIPCALLID})

After that this call goes to the queue. For this Asterisk/FreePBX creates many Local calls to every extension.

I want to mark somehow these generated calls with the same id that the parent call had.

In what context can I do this? How to find CDR(uniquefield) of the parent call?

Try with double underscore the set application:

Set(__CDR(userfield)=${SIPCALLID})

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.