== extensions.conf == ; extensions.conf - the Asterisk dial plan [general] static=yes writeprotect=no clearglobalvars=no [hostedpbx] exten => _200,1,Goto(testparkvar,200,1) [testparkvar] exten => _[*0-9].,1,Set(PARKINGDYNCONTEXT=VBX48PARKED) exten => _[*0-9].,n,Park(VBX48) == res_parking.conf == [general] parkeddynamic = yes [default] parkext => 700 parkpos => 701-720 context => parkedcalls