[Asterisk-code-review] parkcall_timeout/comebacktoorigin: Update dialplan. (testsuite[master])

Friendly Automation asteriskteam at digium.com
Tue Mar 23 09:32:44 CDT 2021


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/15677 )

Change subject: parkcall_timeout/comebacktoorigin: Update dialplan.
......................................................................

parkcall_timeout/comebacktoorigin: Update dialplan.

These tests previously used the PARKINGSLOT dialplan
variable but this has been replaced by the PARKING_SPACE
dialplan variable in recent versions.

Change-Id: I6b00b037f891720f521e2755c8819d1cd504465f
---
M tests/bridge/parkcall_timeout/comebacktoorigin_no/configs/ast1/extensions.conf
M tests/bridge/parkcall_timeout/comebacktoorigin_yes/configs/ast1/extensions.conf
2 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Sean Bright: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/tests/bridge/parkcall_timeout/comebacktoorigin_no/configs/ast1/extensions.conf b/tests/bridge/parkcall_timeout/comebacktoorigin_no/configs/ast1/extensions.conf
index 446450d..dd857da 100644
--- a/tests/bridge/parkcall_timeout/comebacktoorigin_no/configs/ast1/extensions.conf
+++ b/tests/bridge/parkcall_timeout/comebacktoorigin_no/configs/ast1/extensions.conf
@@ -20,15 +20,15 @@
 same => n,Hangup
 
 exten => s,1,NoOp(AAAAC)
-exten => s,n,UserEvent(comebackexten,test: 3,success:true,parker: ${PARKER},slot: ${PARKINGSLOT},lot: ${PARKEDLOT})
+exten => s,n,UserEvent(comebackexten,test: 3,success:true,parker: ${PARKER},slot: ${PARKING_SPACE},lot: ${PARKEDLOT})
 
 [park_context1]
 exten => SIP_alice,1,NoOp(Test Position AAAAA)
-exten => SIP_alice,n,UserEvent(comebackexten,test: 1,success: true,parker: ${PARKER},slot: ${PARKINGSLOT},lot: ${PARKEDLOT})
+exten => SIP_alice,n,UserEvent(comebackexten,test: 1,success: true,parker: ${PARKER},slot: ${PARKING_SPACE},lot: ${PARKEDLOT})
 exten => s,1,UserEvent(comebackexten,test: 1,success: false)
 
 [park_context2]
 exten => s,1,NoOp(Test Position AAAAB)
-exten => s,n,UserEvent(comebackexten,test: 2,success: true,parker: ${PARKER},slot: ${PARKINGSLOT},lot: ${PARKEDLOT})
+exten => s,n,UserEvent(comebackexten,test: 2,success: true,parker: ${PARKER},slot: ${PARKING_SPACE},lot: ${PARKEDLOT})
 
 [park_context3]
diff --git a/tests/bridge/parkcall_timeout/comebacktoorigin_yes/configs/ast1/extensions.conf b/tests/bridge/parkcall_timeout/comebacktoorigin_yes/configs/ast1/extensions.conf
index b00413f..d3a8fe2 100644
--- a/tests/bridge/parkcall_timeout/comebacktoorigin_yes/configs/ast1/extensions.conf
+++ b/tests/bridge/parkcall_timeout/comebacktoorigin_yes/configs/ast1/extensions.conf
@@ -6,6 +6,6 @@
 
 [park-dial]
 exten => h,1,NoOp(park-dial hangup)
-exten => h,n,UserEvent(park_hangup,parker: ${PARKER},slot: ${PARKINGSLOT},lot: ${PARKEDLOT},status: ${DIALSTATUS})
+exten => h,n,UserEvent(park_hangup,parker: ${PARKER},slot: ${PARKING_SPACE},lot: ${PARKEDLOT},status: ${DIALSTATUS})
 
-exten => SIP_alice,2,UserEvent(park_postcall,parker: ${PARKER},slot: ${PARKINGSLOT},lot: ${PARKEDLOT},status: ${DIALSTATUS})
+exten => SIP_alice,2,UserEvent(park_postcall,parker: ${PARKER},slot: ${PARKING_SPACE},lot: ${PARKEDLOT},status: ${DIALSTATUS})

-- 
To view, visit https://gerrit.asterisk.org/c/testsuite/+/15677
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Change-Id: I6b00b037f891720f521e2755c8819d1cd504465f
Gerrit-Change-Number: 15677
Gerrit-PatchSet: 1
Gerrit-Owner: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Sean Bright <sean.bright at gmail.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20210323/652faf98/attachment.html>


More information about the asterisk-code-review mailing list