Displaying 1 result from an estimated 1 matches for "parked_stations".
2013 Oct 14
1
parking - why doesn't this work?
...en => _70X,1,SET(devstate=${DEVICE_STATE(park:${EXTEN}@parkedcalls)})
same => n,GotoIf($["${devstate}"="INUSE"]?unpark)
same => n,Set(PARKINGEXTEN=${EXTEN})
same => n,Park() ;??
same => n,hangup()
same => n(unpark),ParkedCall(${EXTEN})
same => n,hangup()
?
[parked_stations]
exten => 701,hint,park:701 at parkedcalls
exten => 702,hint,park:702 at parkedcalls
?
?
;------------------------------------------------------------------------------
features.conf
parkext => 700
parkpos => 701-702
context => parkedcalls
parkingtime => 300
?
;------------------...