I have tried to start the getting the call parking to work in its most basic form and have followed the example given in the documentation in the wiki https://wiki.asterisk.org/wiki/display/AST/Call+Parking
I am using asterisk 13 on a system that is up and running. From the documentation I understand that the call park functionality was changed heavily in version 12 and now only needs the featuremap to be switched on in the features.conf file. (oddly there is still lots of commented out call park config options at the top of the my file).
I have, however, placed the required options in res_parking.conf - a new file I had to create as documented.
So to that effect I have applied the example in the demo. However, things do not seem so simple. Without an entry in the extensions.conf file I get 00001: Requested DTMF feature parkcall not available.
with the include statement in extensions.conf I get parking-example tries to include none existent context. Which sort of makes sense since it seems to reference nothing defined.
I hope I am just missing something obvious, but the documentation seems to have lead me here while I am lacking some other information.
If someone could shed some light on this for me, Iād be most grateful.