- Joined
- Apr 20, 2022
- Messages
- 4
- Reaction score
- 3
Hello, I am trying to make unparked calls more descriptive since we make heavy use of call parking. At the moment I am having difficulty getting the shared parking extension to show up in CFD. I was going to set up a condition to check for the parking extensions (SP1, SP2, etc.) then transfer them to queues with descriptive names like "Park 1 is recalling..." and "Park 2 is recalling..." which should look really good on our phones and help my team out. This seems like it should be super easy with CFD.
So I am hoping instead of this:

I can work out a way to get this:

My problem is that the shared parking extension isn't showing up on the variable session.transferingExtension. I set up a logger to check like this:

which results in a log entry like this:
If I transfer from my extension rather than automated unparking the log entry has the extension filled out:
Is this possible?
So I am hoping instead of this:

I can work out a way to get this:

My problem is that the shared parking extension isn't showing up on the variable session.transferingExtension. I set up a logger to check like this:

which results in a log entry like this:
2022/04/21 16:05:12.762|8407|0009|Trc|CallPair._850_22.Main.375.[C:96.6]-From script: parking - CallID 000001804DBA27F2_96 - Callflow - Start executing component 'Logger1'
2022/04/21 16:05:12.763|8407|0009|Inf|CallPair._850_22.Main.375.[C:96.6]-From script: parking - CallID 000001804DBA27F2_96 - CallFlow.CFD.LoggerComponent 'Logger1' - transferring ext:
2022/04/21 16:05:12.763|8407|0009|Trc|CallPair._850_22.Main.375.[C:96.6]-From script: parking - CallID 000001804DBA27F2_96 - Callflow - Start executing component 'Transfer1'
If I transfer from my extension rather than automated unparking the log entry has the extension filled out:
2022/04/21 16:08:12.333|8407|0004|Trc|CallPair._850_22.Main.383.[C:98.5]-From script: parking - CallID 000001804DBD04EB_98 - Callflow - Start executing component 'Logger1'
2022/04/21 16:08:12.333|8407|0004|Inf|CallPair._850_22.Main.383.[C:98.5]-From script: parking - CallID 000001804DBD04EB_98 - CallFlow.CFD.LoggerComponent 'Logger1' - transferring ext: 111
2022/04/21 16:08:12.333|8407|0004|Trc|CallPair._850_22.Main.383.[C:98.5]-From script: parking - CallID 000001804DBD04EB_98 - Callflow - Start executing component 'Transfer1'
Is this possible?


