- Joined
- May 25, 2021
- Messages
- 104
- Reaction score
- 4
Hi @Frederick Marcoux,
I have a scenario where an inbound call will route to a DR1 which plays a welcome message and has option 1 for English routes to DR2 , 2 for Arabic routes to DR3. The call is then forwarded to a CFD extension. Since I have same extension handling both English & Arabic but have English and Arabic IVR messages which should be played. I was trying to do the below
As explained before consider DR2 English extension is 8001 & DR3 Arabic extension is 8002. In the CFD i will create a condition EQUAL(session.transferingExtension,"8001") which can be used to identify it as an English customer so I can play English IVR and same for Arabic. Once the message is played it transfers to the agent extension.
Basically, I need to get the DR extension details in the CFD to apply the condition in CFD.
This doesnt work for me
Thanks in advance
I have a scenario where an inbound call will route to a DR1 which plays a welcome message and has option 1 for English routes to DR2 , 2 for Arabic routes to DR3. The call is then forwarded to a CFD extension. Since I have same extension handling both English & Arabic but have English and Arabic IVR messages which should be played. I was trying to do the below
As explained before consider DR2 English extension is 8001 & DR3 Arabic extension is 8002. In the CFD i will create a condition EQUAL(session.transferingExtension,"8001") which can be used to identify it as an English customer so I can play English IVR and same for Arabic. Once the message is played it transfers to the agent extension.
Basically, I need to get the DR extension details in the CFD to apply the condition in CFD.
This doesnt work for me
Thanks in advance