NEW* Feature Request!

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

Hi

You might want to look at app_valetparking though not sure its available for your version. also to get the feature soon , put up a bounty for it to get written for you.

Ian

I’m using the last asterisk version downloaded from asterisk.org/downloads

is the valet function in the last version?

How to call it from dialplan?

Do you mean 1.8 ?

Its a separate app that you will need to do you own research on with respect to compatibility.

Ian

How can i specify where i want to park for example

Park(support)

or something like that?