Direct call by DID

I know that I can use Inbound Routes to direct calls by DID. What I’d like to do is have several DIDs point to a Time Condition first and then go to different extensions based on the DID. Is that possible without creating a new Time Condition (and override) for each DID? Thanks!

You might get away with creating a Custom Destination that is:

GoTo(from-did-direct,${TO_DID},1)

Then point the TC Match to that Custom Destination. The ${TO_DID} will be the DID that matches in the Inbound Route and the Custom Destination can call that var.

Good approach, but you probably want FROM_DID for the extension.

Whoops, thanks for the catch.

Thanks, guys! I’ll give it a shot.

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