Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hold function not stable #55

Open
kopigreenx opened this issue Sep 9, 2021 · 1 comment
Open

hold function not stable #55

kopigreenx opened this issue Sep 9, 2021 · 1 comment

Comments

@kopigreenx
Copy link

kopigreenx commented Sep 9, 2021

when i hit hold function at Hold Function everything works fine but auto unhold in 1 minute ... did i miss some configuration in issabel ?
sorry for my bad english ,,, thanks master :)

@hamzagad
Copy link

it is 45 seconds not 1 minute, and the problem is with parking lot configuration files.
Since hold function uses park lot to put the caller on hold.
asterisk11 doesn't read from res_parking*
add to features_general_custom.conf these lines:
parkext=700
parkpos=701-708
context=parkedcalls
parkext_exclusive=no
parkingtime=300
comebacktoorigin=yes
comebackcontect=park-dial1
parkedplay=both
courtesytone=beep
parkedcalltransfers=caller
parkedcallreparking=caller
parkedmusicclass=default
findslot=first

and you may need to write some dialplan for parkedcalls context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants