From my very recent install, these are the default call parking settings:
If im following the logic correctly, in the final stage when $park_in_use == true, the referred_by_user is bridged to the parked caller.
if $park_in_use == false, then the transferred caller is placed in to the parking lot on the $park_lot number
If seems that when someone is already in the lot, $park_in_use == true and the caller being transfered in ends up being bridged with the parked caller. It doesnt seem to be acting on the case of transfering a call in on top of a used lot.
I could be misunderstanding entirely.
I found this example in the mailng list archives, which is far more comprehensive: http://lists.freeswitch.org/pipermail/freeswitch-users/2013-October/100960.html
Also, I was chasing this thread but myself got distracted by some lua parking implementation that still seems to be floating around at http://www.pbxforums.com/threads/call-park-bridging-calls-together.714/
I think there should be another section in between the two last sections, which looks for both park_in_use == true and a referred_by_user, which should send the call back ? rather than dropping it on the other parked call?
Im posting hoping someone else has tweaked the config and got it going right?
If im following the logic correctly, in the final stage when $park_in_use == true, the referred_by_user is bridged to the parked caller.
if $park_in_use == false, then the transferred caller is placed in to the parking lot on the $park_lot number
If seems that when someone is already in the lot, $park_in_use == true and the caller being transfered in ends up being bridged with the parked caller. It doesnt seem to be acting on the case of transfering a call in on top of a used lot.
I could be misunderstanding entirely.
I found this example in the mailng list archives, which is far more comprehensive: http://lists.freeswitch.org/pipermail/freeswitch-users/2013-October/100960.html
Also, I was chasing this thread but myself got distracted by some lua parking implementation that still seems to be floating around at http://www.pbxforums.com/threads/call-park-bridging-calls-together.714/
I think there should be another section in between the two last sections, which looks for both park_in_use == true and a referred_by_user, which should send the call back ? rather than dropping it on the other parked call?
Im posting hoping someone else has tweaked the config and got it going right?