From 15d853b0ccd7a88427e01bb4dc2d15ac23f4dcdd Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 10 Jul 2012 18:27:27 +0000 Subject: [PATCH] Add the context features to the dialplan database. --- app/dialplan_features/app_config.php | 12 ++++++++++++ .../resources/xml/dialplan/300_dx.xml | 10 ++++++++++ .../resources/xml/dialplan/310_att_xfer.xml | 12 ++++++++++++ .../resources/xml/dialplan/320_xfer_vm.xml | 11 +++++++++++ .../resources/xml/dialplan/330_is_transfer.xml | 9 +++++++++ .../resources/xml/dialplan/340_cf.xml | 9 +++++++++ .../resources/xml/dialplan/350_please_hold.xml | 11 +++++++++++ .../resources/xml/dialplan/360_is_zrtp_secure.xml | 9 +++++++++ .../resources/xml/dialplan/370_is_secure.xml | 11 +++++++++++ 9 files changed, 94 insertions(+) create mode 100644 app/dialplan_features/app_config.php create mode 100644 app/dialplan_features/resources/xml/dialplan/300_dx.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/310_att_xfer.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/320_xfer_vm.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/330_is_transfer.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/340_cf.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/350_please_hold.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/360_is_zrtp_secure.xml create mode 100644 app/dialplan_features/resources/xml/dialplan/370_is_secure.xml diff --git a/app/dialplan_features/app_config.php b/app/dialplan_features/app_config.php new file mode 100644 index 0000000000..cefbf3b6b4 --- /dev/null +++ b/app/dialplan_features/app_config.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/300_dx.xml b/app/dialplan_features/resources/xml/dialplan/300_dx.xml new file mode 100644 index 0000000000..b4b4861ca7 --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/300_dx.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/310_att_xfer.xml b/app/dialplan_features/resources/xml/dialplan/310_att_xfer.xml new file mode 100644 index 0000000000..0316b5e33f --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/310_att_xfer.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/320_xfer_vm.xml b/app/dialplan_features/resources/xml/dialplan/320_xfer_vm.xml new file mode 100644 index 0000000000..a45ea74792 --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/320_xfer_vm.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/330_is_transfer.xml b/app/dialplan_features/resources/xml/dialplan/330_is_transfer.xml new file mode 100644 index 0000000000..fd513a0d63 --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/330_is_transfer.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/340_cf.xml b/app/dialplan_features/resources/xml/dialplan/340_cf.xml new file mode 100644 index 0000000000..076c6ad402 --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/340_cf.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/350_please_hold.xml b/app/dialplan_features/resources/xml/dialplan/350_please_hold.xml new file mode 100644 index 0000000000..14b9bcd11b --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/350_please_hold.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/360_is_zrtp_secure.xml b/app/dialplan_features/resources/xml/dialplan/360_is_zrtp_secure.xml new file mode 100644 index 0000000000..df2d140269 --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/360_is_zrtp_secure.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/dialplan_features/resources/xml/dialplan/370_is_secure.xml b/app/dialplan_features/resources/xml/dialplan/370_is_secure.xml new file mode 100644 index 0000000000..596151b2e4 --- /dev/null +++ b/app/dialplan_features/resources/xml/dialplan/370_is_secure.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file