From 90bd8371f2c6f95b5a42831d3e08ce5c59adbcba Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Thu, 18 Oct 2018 15:56:42 -0400 Subject: [PATCH] samples: PARKINGSLOT -> PARKING_SPACE in parking sample config PARKINGSLOT was deprecated in Asterisk 12 but the sample config was not updated to reflect that. Change-Id: I3e087c19d9ee587094fa5304102d8084a79c2b3c --- configs/samples/res_parking.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/samples/res_parking.conf.sample b/configs/samples/res_parking.conf.sample index e13f780e0e..2e0bebac0b 100644 --- a/configs/samples/res_parking.conf.sample +++ b/configs/samples/res_parking.conf.sample @@ -102,7 +102,7 @@ context => parkedcalls ; Which context parked calls and the default par ; Dial() to 'SIP/0004F2040001'. ; ; During the timeout procedure, the following variables are set - ; PARKINGSLOT - extension that the call was parked in prior to timing out + ; PARKING_SPACE - extension that the call was parked in prior to timing out ; PARKEDLOT - name of the lot that the call was parked in prior to timing out ; PARKER - dial string to call the device that parked the call -- 2.47.2