Hi, I was using BLF to monitor parked calls in my asterisk server, but they are defined in features.conf
like:
parkpos => 1-1000
So i can monitor in my Linksys SPA942 each one of that parked call status, but a better way can be that I can specify to what extension park the call; Look the scenario here:
When you park, asterisk inmediatly assign you the next free parkpost number defined in features.conf But i don’t want that, i want to specify be myself. Look HERE
This is what asterisk do:
Function 74 > I use this function in my dialplan to Park() calls.
I PRESS 74, The call is parked in number 1
I PRESS 74, The call is parked in number 2
I PRESS 74, The call is parked in number 3 ,etc…
Now this the new function request:
Function 74 > I use this function in my dialplan to use me imaginary function StaticPark()
So, please make a function where i can specify in what extension park the call for example
StaticPark(201-blf1) including > Don’t play any .wav “Do this in quite mode”
So in that way i can monitor the status of the parked call “201-blf1” in configure the BLF.
I hope admins be insterested in this feature, RIGTH now i’am needing it