search for: parkingdynamic

Displaying 4 results from an estimated 4 matches for "parkingdynamic".

2012 Feb 20
3
Park and PARKINGDYNAMIC
...tion 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 => _XXX,n,Set(PARKINGDYNCONTEXT=${account}-Lot) ;exten => _XXX,n,Set(PARKINGEXTEN=99) exten => _XXX,n,Park() [MSIP-DynParkPickup] exten => _NXX,1,ParkedCall(${EXTEN},${acco...
2014 Jul 02
1
Dynamic Call parking
...t using https://wiki.asterisk.org/wiki/display/AST/Application_Park But this manual is not enough to fix my problem : Asterisk keeps trying to park the call in the default parking lot : [Jul 2 11:32:14] -- Executing [3333 at from-770000:5] Set("SIP/testacc77000-00000002", "PARKINGDYNAMIC=parkinglot_test") in new stack [Jul 2 11:32:14] -- Executing [3333 at from-770000:6] Set("SIP/testacc77000-00000002", "PARKINGEXTEN=3300") in new stack [Jul 2 11:32:14] -- Executing [3333 at from-770000:7] Set("SIP/testacc77000-00000002", "PARKIN...
2011 Nov 28
2
Call Parking Realtime
Does anyone have any examples of using realtime database driven call parking lots. I am on version 1.8.x My goal is to be able to do database driven multi-tenant parking lots with out adding sperate entries into Features.conf for each lot. I also need to be able to use the same parking extension pool for each tenant but sand box them into sperate lots. We have been able to do this for every
2014 Aug 21
1
Dynamic Parking Lots. Music on Hold Class
How can we set the music on hold class using the Dynamic Parking lots? The variables set the PARKINGLOT, PARKINGDYNAMIC, PARKINGDYNPOS,PARKINGEXT,PARKINGDYNCONTEXT I can't find a PARKINGMOH variable. This is becoming a big issue. We are using the current release 11. version We have to be able to set the MOH dynamically I just can't find the mechanism. Any ideas? Thanks Bryant --------------...