From e8d8d608099ef37b86d5c8fb28304ad016db0524 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 11 Jul 2012 08:43:32 +0000 Subject: [PATCH] Add the two new dialplan entries. Operator, and operator forward which allows you to toggle an extension to be redirected to the operator extension. --- app/dialplan/resources/xml/dialplan/480_operator.xml | 11 +++++++++++ .../resources/xml/dialplan/485_operator-forward.xml | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 app/dialplan/resources/xml/dialplan/480_operator.xml create mode 100644 app/dialplan/resources/xml/dialplan/485_operator-forward.xml diff --git a/app/dialplan/resources/xml/dialplan/480_operator.xml b/app/dialplan/resources/xml/dialplan/480_operator.xml new file mode 100644 index 0000000000..cb5801be11 --- /dev/null +++ b/app/dialplan/resources/xml/dialplan/480_operator.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/485_operator-forward.xml b/app/dialplan/resources/xml/dialplan/485_operator-forward.xml new file mode 100644 index 0000000000..8767c82074 --- /dev/null +++ b/app/dialplan/resources/xml/dialplan/485_operator-forward.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file