Add the context features to the dialplan database.

This commit is contained in:
Mark Crane
2012-07-10 18:27:27 +00:00
parent c7f83d32ed
commit 15d853b0cc
9 changed files with 94 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
//application details
$apps[$x]['name'] = "Dialplan Featuers";
$apps[$x]['uuid'] = '42d2bf28-c90c-4a6d-a06c-796c5bc412aa';
$apps[$x]['category'] = 'Switch';
$apps[$x]['subcategory'] = '';
$apps[$x]['version'] = '';
$apps[$x]['license'] = 'Mozilla Public License 1.1';
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en'] = 'Provides dialplan context features including in call transfer and attended transfer and more.';
?>