Hello,
I need this function.
I want create this route:
inbound 1:
destination:
- time condition A -> holidays
- time condtion B -> inbound 2
- other -> voice mail
--
inbound 2:
destination:
- time condition C-> extension 1 (*801 for forced this)
- time condition D-> extension 2 (*802 for forced this)
- other --> voice mail
this rules is forced from user with BLF key and star codes
At moment for make this a need created:
- myself trunk 127.0.0.1
- outbound rules with myself trunk
and inbound rules:
inbound 1:
MY LINE IN
destination:
- time condition A -> holidays
- time condtion B -> outbound rule -> myself trunk
-other -> voice mail
--
inbound 2:
MYSELF TRUNK IN
destination:
- time condition C -> extension 1 (*801 for forced this)
- time condition D -> extension 2 (*802 for forced this)
-other --> voice mail
This solution working fine, but the CPU is over 85%.
Every single call in incoming will be 2 simulteneus call.
With this onfiguration the user with only 2 BLF can set Extension destination.
It's possible?
regards
Matteo M