HINTS on parked calls

Hello, I would need a hint for parking slots 13701 and 13702.
Would that be possible??
I park the call by dialing **3 into the call and the system will then tell me the slot number. We don’t use parking that much so 2 slots having hint is enough for me.
Pls I need to have the hints

Thanks, Lukas

Lukas,

There is a plenty of options you can use
For this one I’d maybe use Shared Line Appearance (aka SLA) mechanism. Just from a quick googling - Asterisk SLA (Shared Line Appearances) – Part 3 – The Smartvox Knowledgebase

Second option - Custom Device States (Querying and Manipulating State - Asterisk Documentation), but this one requires a bit coding in a dialplan. Not a rocket science, though.

Hope, this helps
Ihor

Thanks, so something like this?

exten => parked01,hint,park:13701@parkedcalls
exten => parked02,hint,park:13702@parkedcalls

Lukas

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