Displaying 1 result from an estimated 1 matches for "dynpark".
Did you mean:
denmark
2012 Feb 20
3
Park and PARKINGDYNAMIC
...namic context of ${account}-Lot. So that each office suite cant cross
pickup another groups parked calls while using the same number pool of
110-120. I need the dynamic option as all of our calls are database driven
and we can't add a seperate entry per customer to the feautres.conf.
[MSIP-DynPark]
exten => s,1,NoOp(Dynamic Parking)
exten => s,n,NoOp(Return Parked Call)
exten => s,n,GoTo(${CUT(${l_ndeContext}-ndeArgs,~,1)},1)
exten => _XXX,1,Set(PARKINGDYNAMIC=parkinglot_small)
exten => _XXX,n,Set(PARKINGDYNEXTEN=110)
exten => _XXX,n,Set(PARKINGDYNPOS=111-120)
exten =>...