Call parking and pickup

Hi guys,

I have call parking and pickup and it works fine but problem is i have 3 different group of people who will park and pickup their own extensions. the setup works fine for 1 group because there is one parking and extension and they know it will be parked from 701-710

Is there anyway i can define different parking extensions and different pickup slots?

Thanks

Although I’ve never used it, such an option is documented in the sample configuration file. E.g. see https://github.com/mojolingo/asterisk/blob/master/configs/res_parking.conf.sample starting from the beginning.

1 Like

I guess for parking you might use the PARKINGEXTEN variable take a look to the app https://wiki.asterisk.org/wiki/display/AST/Application_Park

I have worked on create custom parking lot using that application

1 Like

Thank you i can park the call on any extension how the unpark will work ?i can park the call now using PARKINGEXTEN=91 variable and i can see call is parked. how to unpark it ? when i dial 91 to unpark its in the dialplan so i get the not found. do i need to do something else for that?

Thanks

The same as for automatically assigned extensions, you need to include the special context that contains parking lot extensions (parkedcallls), or you need to explicitly call ParkedCall.

1 Like