From a5b283e2ad65bac1cd8eb99c25d6119f1e48ae91 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 1 Jan 2010 21:34:23 -0500 Subject: [PATCH] Remove this deprecated file --- shout/lib/shoutAtts.php | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 shout/lib/shoutAtts.php diff --git a/shout/lib/shoutAtts.php b/shout/lib/shoutAtts.php deleted file mode 100644 index cc70a9094..000000000 --- a/shout/lib/shoutAtts.php +++ /dev/null @@ -1,29 +0,0 @@ - - * - * See the enclosed file COPYING for license information (GPL). If you - * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. - */ - -$shoutAttributes = array(); -$shoutAttributes['description'] = 'Phone System Options'; -$shoutAttributes['permsNode'] = 'shout:contexts:somethingOrOther'; -$shoutAttributes['attributes']['extension']['description'] = 'Internal Phone Extension'; -$shoutAttributes['attributes']['extension']['type'] = 'integer'; -$shoutAttributes['attributes']['extension']['size'] = 3; // max length for this particular string -$shoutAttributes['attributes']['extension']['ldapKey'] = 'voiceextensionsomethingIhavenoidea'; - -$shoutAttributes['attributes']['mailboxpin']['description'] = 'Mailbox PIN'; -$shoutAttributes['attributes']['mailboxpin']['type'] = 'integer'; -$shoutAttributes['attributes']['mailboxpin']['size'] = 4; -$shoutAttributes['attributes']['mailboxpin']['ldapKey'] = 'voicemailboxpin'; - -$shoutAttributes['attributes']['phonenumbers']['description'] = 'Phone Numbers'; -$shoutAttributes['attributes']['phonenumbers']['type'] = 'array'; -$shoutAttributes['attributes']['phonenumbers']['size'] = 1; -$shoutAttributes['attributes']['phonenumbers']['arrayType'] = 'string'; -$shoutAttributes['attributes']['phonenumbers']['ldapKey'] = 'asteriskuserphonenumbers'; - -?> -- 2.11.0