anstariq
01/28/2026, 5:58 PManstariq
01/30/2026, 7:52 AMChiranjeet Mishra
01/31/2026, 1:17 AManstariq
02/03/2026, 5:49 PMChiranjeet Mishra
02/05/2026, 4:57 AM{{customer.name}}) instead of being replaced with the actual lead list values.
Here's why this is happening: Based on how the system currently works, dynamic variable substitution in SIP headers is fully supported during mid-call transfers (e.g., when the assistant transfers a call using the transfer tool), because at that point all the customer/lead data is loaded and available for substitution. However, for outbound call initiation (like in your campaign), the substitution depends on whether the customer and lead data is available at the exact point where the SIP headers are being set — and it appears it's not being applied in your case.
As a workaround, you could:
• Use a transfer call tool during the conversation to route the call with the populated SIP headers, rather than setting them at the initial outbound call level.anstariq
03/04/2026, 11:24 AM