From 0df2b278aad25e436aa5290a4b807055b9fe3f52 Mon Sep 17 00:00:00 2001 From: denisent <120752864+denisent@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:21:52 -0700 Subject: [PATCH] Create 465_transfer_to_me.xml The purpose of this dialplan is to allow the user to transfer their existing call back to themselves so they can answer the call with a different device. Transfer from desk phone to software phone to home office phone, etc. This dialplan has been designed to be global and there will be no 'parking lot' collisions as each extension across all domains will have their own uniquely identified parking lot/park ID if the form of "-". Example: 101-customer45.pbxdomain.com, where extension = 101 and the domain = customer45.pbxdomain.com. Following the example above, extension 101 will Transfer or Blind Transfer a call to *63 (which spells *me). Their extension 101 will hangup and display something to the effect of "transfer complete" (phone make & model dependent). After 5 seconds all of the user's extension 101 devices will ring. The user answers the call with their desired registered extension 101. The park_lot variable will display as the example above in the CDR details. --- .../conf/dialplan/465_transfer_to_me.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/dialplans/resources/switch/conf/dialplan/465_transfer_to_me.xml diff --git a/app/dialplans/resources/switch/conf/dialplan/465_transfer_to_me.xml b/app/dialplans/resources/switch/conf/dialplan/465_transfer_to_me.xml new file mode 100644 index 0000000000..eb3e09d9fc --- /dev/null +++ b/app/dialplans/resources/switch/conf/dialplan/465_transfer_to_me.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + +