From d239b3da950204c010839d814c6d94bb1d34921b Mon Sep 17 00:00:00 2001 From: Marcelo Gornstein Date: Fri, 4 Feb 2011 16:24:47 -0300 Subject: [PATCH] added apache license text --- LICENSE | 179 ++++++++++++++++++ README | 16 ++ docs/examples/quickstart/example.php | 15 ++ src/mg/PAMI/Autoloader/PAMI_Autoloader.php | 15 ++ .../PAMI/Client/Exception/ClientException.php | 15 ++ src/mg/PAMI/Client/IClient.php | 21 +- src/mg/PAMI/Client/Impl/ClientImpl.php | 15 ++ src/mg/PAMI/Exception/PAMIException.php | 15 ++ src/mg/PAMI/Listener/IEventListener.php | 19 +- src/mg/PAMI/Logger/Logger.php | 15 ++ .../Message/Action/AbsoluteTimeoutAction.php | 17 +- src/mg/PAMI/Message/Action/ActionMessage.php | 17 +- .../PAMI/Message/Action/AgentLogoffAction.php | 17 +- src/mg/PAMI/Message/Action/AgentsAction.php | 17 +- .../Message/Action/AttendedTransferAction.php | 19 +- src/mg/PAMI/Message/Action/BridgeAction.php | 19 +- .../Message/Action/ChangeMonitorAction.php | 15 ++ src/mg/PAMI/Message/Action/CommandAction.php | 17 +- .../Message/Action/CoreSettingsAction.php | 15 ++ .../Message/Action/CoreShowChannelsAction.php | 15 ++ .../PAMI/Message/Action/CoreStatusAction.php | 15 ++ .../Message/Action/CreateConfigAction.php | 19 +- .../PAMI/Message/Action/DAHDIDNDOffAction.php | 19 +- .../PAMI/Message/Action/DAHDIDNDOnAction.php | 19 +- .../Message/Action/DAHDIDialOffHookAction.php | 17 +- .../PAMI/Message/Action/DAHDIHangupAction.php | 17 +- .../Message/Action/DAHDIRestartAction.php | 17 +- .../Action/DAHDIShowChannelsAction.php | 17 +- src/mg/PAMI/Message/Action/DBDelAction.php | 17 +- .../PAMI/Message/Action/DBDelTreeAction.php | 17 +- src/mg/PAMI/Message/Action/DBGetAction.php | 17 +- src/mg/PAMI/Message/Action/DBPutAction.php | 15 ++ src/mg/PAMI/Message/Action/EventsAction.php | 15 ++ .../Message/Action/ExtensionStateAction.php | 15 ++ .../PAMI/Message/Action/GetConfigAction.php | 19 +- .../Message/Action/GetConfigJSONAction.php | 19 +- src/mg/PAMI/Message/Action/GetVarAction.php | 17 +- src/mg/PAMI/Message/Action/HangupAction.php | 17 +- .../PAMI/Message/Action/JabberSendAction.php | 15 ++ .../Message/Action/ListCategoriesAction.php | 17 +- .../Message/Action/ListCommandsAction.php | 15 ++ .../Action/LocalOptimizeAwayAction.php | 15 ++ src/mg/PAMI/Message/Action/LoginAction.php | 17 +- src/mg/PAMI/Message/Action/LogoffAction.php | 15 ++ .../Message/Action/MailboxCountAction.php | 19 +- .../Message/Action/MailboxStatusAction.php | 19 +- .../PAMI/Message/Action/MeetmeListAction.php | 15 ++ .../PAMI/Message/Action/MeetmeMuteAction.php | 15 ++ .../Message/Action/MeetmeUnmuteAction.php | 15 ++ .../PAMI/Message/Action/ModuleCheckAction.php | 15 ++ .../PAMI/Message/Action/ModuleLoadAction.php | 15 ++ .../Message/Action/ModuleReloadAction.php | 15 ++ .../Message/Action/ModuleUnloadAction.php | 15 ++ src/mg/PAMI/Message/Action/MonitorAction.php | 15 ++ .../PAMI/Message/Action/OriginateAction.php | 99 ++++++---- src/mg/PAMI/Message/Action/ParkAction.php | 15 ++ .../PAMI/Message/Action/ParkedCallsAction.php | 15 ++ .../Message/Action/PauseMonitorAction.php | 15 ++ src/mg/PAMI/Message/Action/PingAction.php | 15 ++ src/mg/PAMI/Message/Action/PlayDTMFAction.php | 17 +- src/mg/PAMI/Message/Action/QueueAddAction.php | 15 ++ src/mg/PAMI/Message/Action/QueueLogAction.php | 15 ++ .../PAMI/Message/Action/QueuePauseAction.php | 15 ++ .../Message/Action/QueuePenaltyAction.php | 15 ++ .../PAMI/Message/Action/QueueReloadAction.php | 15 ++ .../PAMI/Message/Action/QueueRemoveAction.php | 15 ++ .../PAMI/Message/Action/QueueResetAction.php | 15 ++ .../PAMI/Message/Action/QueueRuleAction.php | 15 ++ .../PAMI/Message/Action/QueueStatusAction.php | 15 ++ .../Message/Action/QueueSummaryAction.php | 15 ++ .../Message/Action/QueueUnpauseAction.php | 15 ++ src/mg/PAMI/Message/Action/QueuesAction.php | 15 ++ src/mg/PAMI/Message/Action/RedirectAction.php | 41 ++-- src/mg/PAMI/Message/Action/ReloadAction.php | 17 +- .../PAMI/Message/Action/SIPNotifyAction.php | 15 ++ src/mg/PAMI/Message/Action/SIPPeersAction.php | 15 ++ .../Message/Action/SIPQualifyPeerAction.php | 15 ++ .../PAMI/Message/Action/SIPShowPeerAction.php | 15 ++ .../Message/Action/SIPShowRegistryAction.php | 15 ++ src/mg/PAMI/Message/Action/SendTextAction.php | 17 +- src/mg/PAMI/Message/Action/SetVarAction.php | 17 +- .../Message/Action/ShowDialPlanAction.php | 15 ++ src/mg/PAMI/Message/Action/StatusAction.php | 17 +- .../PAMI/Message/Action/StopMonitorAction.php | 15 ++ .../Message/Action/UnpauseMonitorAction.php | 15 ++ .../Action/VoicemailUsersListAction.php | 17 +- src/mg/PAMI/Message/Event/AGIExecEvent.php | 21 +- src/mg/PAMI/Message/Event/AgentloginEvent.php | 15 ++ .../PAMI/Message/Event/AgentlogoffEvent.php | 15 ++ .../Message/Event/AgentsCompleteEvent.php | 17 +- src/mg/PAMI/Message/Event/AgentsEvent.php | 15 ++ src/mg/PAMI/Message/Event/BridgeEvent.php | 25 ++- .../PAMI/Message/Event/ChannelUpdateEvent.php | 25 ++- .../Message/Event/CoreShowChannelEvent.php | 33 +++- .../Event/CoreShowChannelsCompleteEvent.php | 17 +- .../Event/DAHDIShowChannelsCompleteEvent.php | 17 +- .../Message/Event/DAHDIShowChannelsEvent.php | 21 +- .../PAMI/Message/Event/DBGetResponseEvent.php | 15 ++ src/mg/PAMI/Message/Event/DTMFEvent.php | 23 ++- src/mg/PAMI/Message/Event/DialEvent.php | 27 ++- src/mg/PAMI/Message/Event/EventMessage.php | 19 +- .../Message/Event/ExtensionStatusEvent.php | 21 +- .../Message/Event/Factory/IEventFactory.php | 17 +- .../Event/Factory/Impl/EventFactoryImpl.php | 15 ++ src/mg/PAMI/Message/Event/HangupEvent.php | 21 +- src/mg/PAMI/Message/Event/HoldEvent.php | 21 +- .../PAMI/Message/Event/ListDialplanEvent.php | 15 ++ src/mg/PAMI/Message/Event/MasqueradeEvent.php | 19 +- .../Message/Event/NewAccountCodeEvent.php | 17 +- .../PAMI/Message/Event/NewCalleridEvent.php | 23 ++- src/mg/PAMI/Message/Event/NewchannelEvent.php | 29 ++- src/mg/PAMI/Message/Event/NewextenEvent.php | 21 +- src/mg/PAMI/Message/Event/NewstateEvent.php | 27 ++- .../Event/ParkedCallsCompleteEvent.php | 17 +- src/mg/PAMI/Message/Event/PeerEntryEvent.php | 27 ++- src/mg/PAMI/Message/Event/PeerStatusEvent.php | 21 +- .../Message/Event/PeerlistCompleteEvent.php | 17 +- .../PAMI/Message/Event/QueueMemberEvent.php | 15 ++ .../Message/Event/QueueMemberPausedEvent.php | 15 ++ .../Message/Event/QueueMemberStatusEvent.php | 15 ++ .../PAMI/Message/Event/QueueParamsEvent.php | 15 ++ .../Event/QueueStatusCompleteEvent.php | 15 ++ .../Event/QueueSummaryCompleteEvent.php | 15 ++ .../PAMI/Message/Event/QueueSummaryEvent.php | 15 ++ .../PAMI/Message/Event/RTCPReceivedEvent.php | 27 ++- .../Message/Event/RTCPReceiverStatEvent.php | 21 +- src/mg/PAMI/Message/Event/RTCPSentEvent.php | 25 ++- .../Message/Event/RTPReceiverStatEvent.php | 21 +- .../PAMI/Message/Event/RTPSenderStatEvent.php | 21 +- .../Event/RegistrationsCompleteEvent.php | 17 +- src/mg/PAMI/Message/Event/RenameEvent.php | 21 +- .../Event/ShowDialPlanCompleteEvent.php | 15 ++ .../Message/Event/StatusCompleteEvent.php | 17 +- src/mg/PAMI/Message/Event/StatusEvent.php | 35 +++- src/mg/PAMI/Message/Event/TransferEvent.php | 29 ++- src/mg/PAMI/Message/Event/UnknownEvent.php | 15 ++ src/mg/PAMI/Message/Event/UnlinkEvent.php | 23 ++- src/mg/PAMI/Message/Event/VarSetEvent.php | 23 ++- .../Event/VoicemailUserEntryCompleteEvent.php | 17 +- .../Message/Event/VoicemailUserEntryEvent.php | 29 ++- src/mg/PAMI/Message/IncomingMessage.php | 15 ++ src/mg/PAMI/Message/Message.php | 15 ++ src/mg/PAMI/Message/OutgoingMessage.php | 15 ++ .../PAMI/Message/Response/ResponseMessage.php | 15 ++ 144 files changed, 2567 insertions(+), 242 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 000000000..4959a5e50 --- /dev/null +++ b/LICENSE @@ -0,0 +1,179 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + diff --git a/README b/README index b676cf241..adf9f6395 100644 --- a/README +++ b/README @@ -185,6 +185,22 @@ Of course it is recommended that you do not set DEBUG output in your log4php configuration (or remove it from the include path so PAGI will notice and not use it). This *will* create a difference in performance. -------------------------------------------------------------------------------- +LICENSE +======= +Copyright 2011 Marcelo Gornstein + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +-------------------------------------------------------------------------------- Thanks ------ To Jason Blank for helping in the debugging of the queue diff --git a/docs/examples/quickstart/example.php b/docs/examples/quickstart/example.php index 2a240901c..cec341a71 100644 --- a/docs/examples/quickstart/example.php +++ b/docs/examples/quickstart/example.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ if ($argc != 5) { echo "Use: $argv[0] "; diff --git a/src/mg/PAMI/Autoloader/PAMI_Autoloader.php b/src/mg/PAMI/Autoloader/PAMI_Autoloader.php index 8b2f4d3a4..50413ff5e 100644 --- a/src/mg/PAMI/Autoloader/PAMI_Autoloader.php +++ b/src/mg/PAMI/Autoloader/PAMI_Autoloader.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ foreach (explode(PATH_SEPARATOR, ini_get('include_path')) as $path) { $truePath = implode( diff --git a/src/mg/PAMI/Client/Exception/ClientException.php b/src/mg/PAMI/Client/Exception/ClientException.php index ff37e0ef5..4c0cf157c 100644 --- a/src/mg/PAMI/Client/Exception/ClientException.php +++ b/src/mg/PAMI/Client/Exception/ClientException.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Client\Exception; diff --git a/src/mg/PAMI/Client/IClient.php b/src/mg/PAMI/Client/IClient.php index 2a4ddf20a..8496b2543 100644 --- a/src/mg/PAMI/Client/IClient.php +++ b/src/mg/PAMI/Client/IClient.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Client; @@ -39,13 +54,13 @@ public function open(); * Main processing loop. Also called from send(), you should call this in * your own application in order to continue reading events and responses * from ami. - * + * * @todo not suitable for multithreaded applications. - * + * * @return void */ public function process(); - + /** * Closes the connection to ami. * diff --git a/src/mg/PAMI/Client/Impl/ClientImpl.php b/src/mg/PAMI/Client/Impl/ClientImpl.php index 6a441e926..213717232 100644 --- a/src/mg/PAMI/Client/Impl/ClientImpl.php +++ b/src/mg/PAMI/Client/Impl/ClientImpl.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Client\Impl; diff --git a/src/mg/PAMI/Exception/PAMIException.php b/src/mg/PAMI/Exception/PAMIException.php index 7bed1e5e7..4a02c5ab3 100644 --- a/src/mg/PAMI/Exception/PAMIException.php +++ b/src/mg/PAMI/Exception/PAMIException.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Exception; diff --git a/src/mg/PAMI/Listener/IEventListener.php b/src/mg/PAMI/Listener/IEventListener.php index f58e3f334..a70b0045b 100644 --- a/src/mg/PAMI/Listener/IEventListener.php +++ b/src/mg/PAMI/Listener/IEventListener.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Listener; @@ -32,9 +47,9 @@ interface IEventListener { /** * Event handler. - * + * * @param EventMessage $event The received event. - * + * * @return void */ public function handle(EventMessage $event); diff --git a/src/mg/PAMI/Logger/Logger.php b/src/mg/PAMI/Logger/Logger.php index 0e635f523..62f549031 100644 --- a/src/mg/PAMI/Logger/Logger.php +++ b/src/mg/PAMI/Logger/Logger.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ /** diff --git a/src/mg/PAMI/Message/Action/AbsoluteTimeoutAction.php b/src/mg/PAMI/Message/Action/AbsoluteTimeoutAction.php index 96cf09b25..35076c433 100644 --- a/src/mg/PAMI/Message/Action/AbsoluteTimeoutAction.php +++ b/src/mg/PAMI/Message/Action/AbsoluteTimeoutAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class AbsoluteTimeoutAction extends ActionMessage * * @param string $channel Channel to work on. * @param integer $timeout Maximum duration of the call (sec). - * + * * @return void */ public function __construct($channel, $timeout) diff --git a/src/mg/PAMI/Message/Action/ActionMessage.php b/src/mg/PAMI/Message/Action/ActionMessage.php index 05041b114..40c3ebe2e 100644 --- a/src/mg/PAMI/Message/Action/ActionMessage.php +++ b/src/mg/PAMI/Message/Action/ActionMessage.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -32,7 +47,7 @@ abstract class ActionMessage extends OutgoingMessage * Constructor. * * @param string $what Action command. - * + * * @return void */ public function __construct($what) diff --git a/src/mg/PAMI/Message/Action/AgentLogoffAction.php b/src/mg/PAMI/Message/Action/AgentLogoffAction.php index d9734e8c8..9f22abb29 100644 --- a/src/mg/PAMI/Message/Action/AgentLogoffAction.php +++ b/src/mg/PAMI/Message/Action/AgentLogoffAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class AgentLogoffAction extends ActionMessage * * @param string $agent Agent ID of the agent to log off. * @param string $soft Set to true to not hangup existing calls. - * + * * @return void */ public function __construct($agent, $soft = false) diff --git a/src/mg/PAMI/Message/Action/AgentsAction.php b/src/mg/PAMI/Message/Action/AgentsAction.php index 42b6652da..46c17c6cc 100644 --- a/src/mg/PAMI/Message/Action/AgentsAction.php +++ b/src/mg/PAMI/Message/Action/AgentsAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * Agents action message. - * + * * PHP Version 5 * * @category Pami diff --git a/src/mg/PAMI/Message/Action/AttendedTransferAction.php b/src/mg/PAMI/Message/Action/AttendedTransferAction.php index 41c30fbdb..cc3409513 100644 --- a/src/mg/PAMI/Message/Action/AttendedTransferAction.php +++ b/src/mg/PAMI/Message/Action/AttendedTransferAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * Atxfer action message. - * + * * PHP Version 5 * * @category Pami @@ -35,7 +50,7 @@ class AttendedTransferAction extends ActionMessage * @param string $extension Extension to transfer to. * @param string $context Context to transfer to. * @param string $priority Priority to transfer to. - * + * * @return void */ public function __construct($channel, $extension, $context, $priority) diff --git a/src/mg/PAMI/Message/Action/BridgeAction.php b/src/mg/PAMI/Message/Action/BridgeAction.php index 5e9f80e54..ebef944ff 100644 --- a/src/mg/PAMI/Message/Action/BridgeAction.php +++ b/src/mg/PAMI/Message/Action/BridgeAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * Bridge action message. - * + * * PHP Version 5 * * @category Pami @@ -34,7 +49,7 @@ class BridgeAction extends ActionMessage * @param string $channel1 Channel1 * @param string $channel1 Channel1 * @param boolean $tone Play courtesy tone to Channel2 - * + * * @return void */ public function __construct($channel1, $channel2, $tone = false) diff --git a/src/mg/PAMI/Message/Action/ChangeMonitorAction.php b/src/mg/PAMI/Message/Action/ChangeMonitorAction.php index fc3e21f3c..58b6d391e 100644 --- a/src/mg/PAMI/Message/Action/ChangeMonitorAction.php +++ b/src/mg/PAMI/Message/Action/ChangeMonitorAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/CommandAction.php b/src/mg/PAMI/Message/Action/CommandAction.php index f75c6198e..d37e825ca 100644 --- a/src/mg/PAMI/Message/Action/CommandAction.php +++ b/src/mg/PAMI/Message/Action/CommandAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -32,7 +47,7 @@ class CommandAction extends ActionMessage * Constructor. * * @param string $command CLI Command to issue. - * + * * @return void */ public function __construct($command) diff --git a/src/mg/PAMI/Message/Action/CoreSettingsAction.php b/src/mg/PAMI/Message/Action/CoreSettingsAction.php index 20000ad2a..c6f8ff0a9 100644 --- a/src/mg/PAMI/Message/Action/CoreSettingsAction.php +++ b/src/mg/PAMI/Message/Action/CoreSettingsAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/CoreShowChannelsAction.php b/src/mg/PAMI/Message/Action/CoreShowChannelsAction.php index fd5d13e79..c7f747b22 100644 --- a/src/mg/PAMI/Message/Action/CoreShowChannelsAction.php +++ b/src/mg/PAMI/Message/Action/CoreShowChannelsAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/CoreStatusAction.php b/src/mg/PAMI/Message/Action/CoreStatusAction.php index d358c26c8..9444a2bb0 100644 --- a/src/mg/PAMI/Message/Action/CoreStatusAction.php +++ b/src/mg/PAMI/Message/Action/CoreStatusAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/CreateConfigAction.php b/src/mg/PAMI/Message/Action/CreateConfigAction.php index 28c1d1500..aeebf3594 100644 --- a/src/mg/PAMI/Message/Action/CreateConfigAction.php +++ b/src/mg/PAMI/Message/Action/CreateConfigAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * CreateConfig action message. - * + * * PHP Version 5 * * @category Pami @@ -32,7 +47,7 @@ class CreateConfigAction extends ActionMessage * Constructor. * * @param string $filename Configuration filename (e.g.: foo.conf). - * + * * @return void */ public function __construct($filename) diff --git a/src/mg/PAMI/Message/Action/DAHDIDNDOffAction.php b/src/mg/PAMI/Message/Action/DAHDIDNDOffAction.php index 782864336..875143ed0 100644 --- a/src/mg/PAMI/Message/Action/DAHDIDNDOffAction.php +++ b/src/mg/PAMI/Message/Action/DAHDIDNDOffAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * DAHDIDNDoff action message. - * + * * PHP Version 5 * * @category Pami @@ -32,7 +47,7 @@ class DAHDIDNDOffAction extends ActionMessage * Constructor. * * @param string $channel Target dahdi Channel. - * + * * @return void */ public function __construct($channel) diff --git a/src/mg/PAMI/Message/Action/DAHDIDNDOnAction.php b/src/mg/PAMI/Message/Action/DAHDIDNDOnAction.php index 16e7b4eae..eccea7b2d 100644 --- a/src/mg/PAMI/Message/Action/DAHDIDNDOnAction.php +++ b/src/mg/PAMI/Message/Action/DAHDIDNDOnAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * DAHDIDNDon action message. - * + * * PHP Version 5 * * @category Pami @@ -32,7 +47,7 @@ class DAHDIDNDOnAction extends ActionMessage * Constructor. * * @param string $channel Target dahdi Channel. - * + * * @return void */ public function __construct($channel) diff --git a/src/mg/PAMI/Message/Action/DAHDIDialOffHookAction.php b/src/mg/PAMI/Message/Action/DAHDIDialOffHookAction.php index 3a8e6640a..ae7d6e1e4 100644 --- a/src/mg/PAMI/Message/Action/DAHDIDialOffHookAction.php +++ b/src/mg/PAMI/Message/Action/DAHDIDialOffHookAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * DAHDIDiallOffhook action message. - * + * * PHP Version 5 * * @category Pami diff --git a/src/mg/PAMI/Message/Action/DAHDIHangupAction.php b/src/mg/PAMI/Message/Action/DAHDIHangupAction.php index e730c9ec9..0221b47d4 100644 --- a/src/mg/PAMI/Message/Action/DAHDIHangupAction.php +++ b/src/mg/PAMI/Message/Action/DAHDIHangupAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -32,7 +47,7 @@ class DAHDIHangupAction extends ActionMessage * Constructor. * * @param string $channel Channel to hangup. - * + * * @return void */ public function __construct($channel) diff --git a/src/mg/PAMI/Message/Action/DAHDIRestartAction.php b/src/mg/PAMI/Message/Action/DAHDIRestartAction.php index f78de5f79..72c9121b4 100644 --- a/src/mg/PAMI/Message/Action/DAHDIRestartAction.php +++ b/src/mg/PAMI/Message/Action/DAHDIRestartAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * DAHDIRestart action message. - * + * * PHP Version 5 * * @category Pami diff --git a/src/mg/PAMI/Message/Action/DAHDIShowChannelsAction.php b/src/mg/PAMI/Message/Action/DAHDIShowChannelsAction.php index e71d5ea9f..0e4f5195d 100644 --- a/src/mg/PAMI/Message/Action/DAHDIShowChannelsAction.php +++ b/src/mg/PAMI/Message/Action/DAHDIShowChannelsAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * DAHDIShowChannels action message. - * + * * PHP Version 5 * * @category Pami diff --git a/src/mg/PAMI/Message/Action/DBDelAction.php b/src/mg/PAMI/Message/Action/DBDelAction.php index e0fdf67fc..80a36e30b 100644 --- a/src/mg/PAMI/Message/Action/DBDelAction.php +++ b/src/mg/PAMI/Message/Action/DBDelAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class DBDelAction extends ActionMessage * * @param string $family Family. * @param string $key Name. - * + * * @return void */ public function __construct($family, $key) diff --git a/src/mg/PAMI/Message/Action/DBDelTreeAction.php b/src/mg/PAMI/Message/Action/DBDelTreeAction.php index 8c818475d..18c96429d 100644 --- a/src/mg/PAMI/Message/Action/DBDelTreeAction.php +++ b/src/mg/PAMI/Message/Action/DBDelTreeAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class DBDelTreeAction extends ActionMessage * * @param string $family Family. * @param string $key Name (optional) - * + * * @return void */ public function __construct($family, $key = false) diff --git a/src/mg/PAMI/Message/Action/DBGetAction.php b/src/mg/PAMI/Message/Action/DBGetAction.php index d95a0f025..d7043eb94 100644 --- a/src/mg/PAMI/Message/Action/DBGetAction.php +++ b/src/mg/PAMI/Message/Action/DBGetAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class DBGetAction extends ActionMessage * * @param string $family Family. * @param string $key Name. - * + * * @return void */ public function __construct($family, $key) diff --git a/src/mg/PAMI/Message/Action/DBPutAction.php b/src/mg/PAMI/Message/Action/DBPutAction.php index bb8abf004..fb35655c6 100644 --- a/src/mg/PAMI/Message/Action/DBPutAction.php +++ b/src/mg/PAMI/Message/Action/DBPutAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/EventsAction.php b/src/mg/PAMI/Message/Action/EventsAction.php index e79eaa9b4..c59cb1d87 100644 --- a/src/mg/PAMI/Message/Action/EventsAction.php +++ b/src/mg/PAMI/Message/Action/EventsAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ExtensionStateAction.php b/src/mg/PAMI/Message/Action/ExtensionStateAction.php index 8b6c64f01..b4ada7fe0 100644 --- a/src/mg/PAMI/Message/Action/ExtensionStateAction.php +++ b/src/mg/PAMI/Message/Action/ExtensionStateAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/GetConfigAction.php b/src/mg/PAMI/Message/Action/GetConfigAction.php index 0d6fc7154..649d753d2 100644 --- a/src/mg/PAMI/Message/Action/GetConfigAction.php +++ b/src/mg/PAMI/Message/Action/GetConfigAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * GetConfig action message. - * + * * PHP Version 5 * * @category Pami @@ -33,7 +48,7 @@ class GetConfigAction extends ActionMessage * * @param string $filename Configuration filename (e.g.: foo.conf). * @param boolean $category Category in configuration file. - * + * * @return void */ public function __construct($filename, $category = false) diff --git a/src/mg/PAMI/Message/Action/GetConfigJSONAction.php b/src/mg/PAMI/Message/Action/GetConfigJSONAction.php index bc122e94f..e3874a1ec 100644 --- a/src/mg/PAMI/Message/Action/GetConfigJSONAction.php +++ b/src/mg/PAMI/Message/Action/GetConfigJSONAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * GetConfigJSON action message. - * + * * PHP Version 5 * * @category Pami @@ -32,7 +47,7 @@ class GetConfigJSONAction extends ActionMessage * Constructor. * * @param string $filename Configuration filename (e.g.: foo.conf). - * + * * @return void */ public function __construct($filename) diff --git a/src/mg/PAMI/Message/Action/GetVarAction.php b/src/mg/PAMI/Message/Action/GetVarAction.php index a16ae3ce9..196b5cab0 100644 --- a/src/mg/PAMI/Message/Action/GetVarAction.php +++ b/src/mg/PAMI/Message/Action/GetVarAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class GetVarAction extends ActionMessage * * @param string $name Variable name. * @param string $channel Optional channel name. - * + * * @return void */ public function __construct($name, $channel = false) diff --git a/src/mg/PAMI/Message/Action/HangupAction.php b/src/mg/PAMI/Message/Action/HangupAction.php index cec2b3b71..31ee123db 100644 --- a/src/mg/PAMI/Message/Action/HangupAction.php +++ b/src/mg/PAMI/Message/Action/HangupAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -32,7 +47,7 @@ class HangupAction extends ActionMessage * Constructor. * * @param string $channel Channel to hangup. - * + * * @return void */ public function __construct($channel) diff --git a/src/mg/PAMI/Message/Action/JabberSendAction.php b/src/mg/PAMI/Message/Action/JabberSendAction.php index 093eed6c2..de05ab370 100644 --- a/src/mg/PAMI/Message/Action/JabberSendAction.php +++ b/src/mg/PAMI/Message/Action/JabberSendAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ListCategoriesAction.php b/src/mg/PAMI/Message/Action/ListCategoriesAction.php index 391a9e4d8..52e46a9b8 100644 --- a/src/mg/PAMI/Message/Action/ListCategoriesAction.php +++ b/src/mg/PAMI/Message/Action/ListCategoriesAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -30,7 +45,7 @@ class ListCategoriesAction extends ActionMessage { /** * Constructor. - * + * * @param string $file File to dump categories from. * * @return void diff --git a/src/mg/PAMI/Message/Action/ListCommandsAction.php b/src/mg/PAMI/Message/Action/ListCommandsAction.php index c6e919af8..deaad2303 100644 --- a/src/mg/PAMI/Message/Action/ListCommandsAction.php +++ b/src/mg/PAMI/Message/Action/ListCommandsAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/LocalOptimizeAwayAction.php b/src/mg/PAMI/Message/Action/LocalOptimizeAwayAction.php index 4c8534547..6cda2270b 100644 --- a/src/mg/PAMI/Message/Action/LocalOptimizeAwayAction.php +++ b/src/mg/PAMI/Message/Action/LocalOptimizeAwayAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/LoginAction.php b/src/mg/PAMI/Message/Action/LoginAction.php index f15fd0589..5a8413197 100644 --- a/src/mg/PAMI/Message/Action/LoginAction.php +++ b/src/mg/PAMI/Message/Action/LoginAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class LoginAction extends ActionMessage * * @param string $user AMI username. * @param string $password AMI password. - * + * * @return void */ public function __construct($user, $password) diff --git a/src/mg/PAMI/Message/Action/LogoffAction.php b/src/mg/PAMI/Message/Action/LogoffAction.php index fb41c4a03..eab81ec35 100644 --- a/src/mg/PAMI/Message/Action/LogoffAction.php +++ b/src/mg/PAMI/Message/Action/LogoffAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/MailboxCountAction.php b/src/mg/PAMI/Message/Action/MailboxCountAction.php index 5fa2f5dae..74cffc241 100644 --- a/src/mg/PAMI/Message/Action/MailboxCountAction.php +++ b/src/mg/PAMI/Message/Action/MailboxCountAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * MailboxCount action message. - * + * * PHP Version 5 * * @category Pami @@ -30,7 +45,7 @@ class MailboxCountAction extends ActionMessage { /** * Constructor. - * + * * @param string $mailbox MailboxId (mailbox@vm-context) * * @return void diff --git a/src/mg/PAMI/Message/Action/MailboxStatusAction.php b/src/mg/PAMI/Message/Action/MailboxStatusAction.php index 42d771ccd..d9a15df2c 100644 --- a/src/mg/PAMI/Message/Action/MailboxStatusAction.php +++ b/src/mg/PAMI/Message/Action/MailboxStatusAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * MailboxStatus action message. - * + * * PHP Version 5 * * @category Pami @@ -30,7 +45,7 @@ class MailboxStatusAction extends ActionMessage { /** * Constructor. - * + * * @param string $mailbox MailboxId (mailbox@vm-context) * * @return void diff --git a/src/mg/PAMI/Message/Action/MeetmeListAction.php b/src/mg/PAMI/Message/Action/MeetmeListAction.php index 71a88fe11..3a7f0bd1b 100644 --- a/src/mg/PAMI/Message/Action/MeetmeListAction.php +++ b/src/mg/PAMI/Message/Action/MeetmeListAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/MeetmeMuteAction.php b/src/mg/PAMI/Message/Action/MeetmeMuteAction.php index 036421118..26d4bf186 100644 --- a/src/mg/PAMI/Message/Action/MeetmeMuteAction.php +++ b/src/mg/PAMI/Message/Action/MeetmeMuteAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/MeetmeUnmuteAction.php b/src/mg/PAMI/Message/Action/MeetmeUnmuteAction.php index ffb203aa0..ccc584df5 100644 --- a/src/mg/PAMI/Message/Action/MeetmeUnmuteAction.php +++ b/src/mg/PAMI/Message/Action/MeetmeUnmuteAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ModuleCheckAction.php b/src/mg/PAMI/Message/Action/ModuleCheckAction.php index db60d8c5d..39ab6e628 100644 --- a/src/mg/PAMI/Message/Action/ModuleCheckAction.php +++ b/src/mg/PAMI/Message/Action/ModuleCheckAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ModuleLoadAction.php b/src/mg/PAMI/Message/Action/ModuleLoadAction.php index 1b28e3702..74bfb7c58 100644 --- a/src/mg/PAMI/Message/Action/ModuleLoadAction.php +++ b/src/mg/PAMI/Message/Action/ModuleLoadAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ModuleReloadAction.php b/src/mg/PAMI/Message/Action/ModuleReloadAction.php index 1dec35fd0..f67b3c99c 100644 --- a/src/mg/PAMI/Message/Action/ModuleReloadAction.php +++ b/src/mg/PAMI/Message/Action/ModuleReloadAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ModuleUnloadAction.php b/src/mg/PAMI/Message/Action/ModuleUnloadAction.php index 5fd3784e4..87e443ff6 100644 --- a/src/mg/PAMI/Message/Action/ModuleUnloadAction.php +++ b/src/mg/PAMI/Message/Action/ModuleUnloadAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/MonitorAction.php b/src/mg/PAMI/Message/Action/MonitorAction.php index cf79507c5..8c1b37570 100644 --- a/src/mg/PAMI/Message/Action/MonitorAction.php +++ b/src/mg/PAMI/Message/Action/MonitorAction.php @@ -15,6 +15,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/OriginateAction.php b/src/mg/PAMI/Message/Action/OriginateAction.php index 597174505..119652729 100644 --- a/src/mg/PAMI/Message/Action/OriginateAction.php +++ b/src/mg/PAMI/Message/Action/OriginateAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * Originate action message. - * + * * PHP Version 5 * * @category Pami @@ -30,130 +45,130 @@ class OriginateAction extends ActionMessage { /** * Sets Exten key. - * - * @param string $extension Extension to use (requires Context and Priority). - * + * + * @param string $extension Extension to use (requires Context and Priority). + * * @return void */ public function setExtension($extension) { $this->setKey('Exten', $extension); } - + /** * Sets Context key. - * - * @param string $context Context to use (requires Exten and Priority). - * + * + * @param string $context Context to use (requires Exten and Priority). + * * @return void */ public function setContext($context) { $this->setKey('Context', $context); } - + /** * Sets Priority key. - * - * @param string $priority Priority to use (requires Exten and Context). - * + * + * @param string $priority Priority to use (requires Exten and Context). + * * @return void */ public function setPriority($priority) { $this->setKey('Priority', $priority); } - + /** * Sets Application key. - * - * @param string $application Application to execute. - * + * + * @param string $application Application to execute. + * * @return void */ public function setApplication($application) { $this->setKey('Application', $application); } - + /** * Sets Data key. - * - * @param string $data Data to use (requires Application). - * + * + * @param string $data Data to use (requires Application). + * * @return void */ public function setData($data) { $this->setKey('Data', $data); } - + /** * Sets Timeout key. - * - * @param integer $timeout How long to wait for call to be answered (in ms). - * + * + * @param integer $timeout How long to wait for call to be answered (in ms). + * * @return void */ public function setTimeout($timeout) { $this->setKey('Timeout', $timeout); } - + /** * Sets CallerID key. - * - * @param string $clid Caller ID to be set on the outgoing channel. - * + * + * @param string $clid Caller ID to be set on the outgoing channel. + * * @return void */ public function setCallerId($clid) { $this->setKey('CallerID', $clid); } - + /** * Sets Account key. - * + * * @param string $name Channel variable to set, multiple are allowed. * @param string $value Variable value. - * + * * @return void */ public function setVariable($name, $value) { $this->setVariable($name, $value); } - + /** * Sets Account key. - * - * @param string Account code. - * + * + * @param string Account code. + * * @return void */ public function setAccount($account) { $this->setKey('Account', $account); } - + /** * Sets Async key. - * + * * @param boolean $async Set to true for fast origination. - * + * * @return void */ public function setAsync($async) { $this->setKey('Async', $async ? 'true' : 'false'); } - + /** * Sets Codecs key. - * + * * @param string[] $codecs List of codecs to use for this call. - * + * * @return void */ public function setCodecs(array $codecs) @@ -165,7 +180,7 @@ public function setCodecs(array $codecs) * Constructor. * * @param string $channel Channel to call to. - * + * * @return void */ public function __construct($channel) diff --git a/src/mg/PAMI/Message/Action/ParkAction.php b/src/mg/PAMI/Message/Action/ParkAction.php index a7f8d1884..6ff81bb2d 100644 --- a/src/mg/PAMI/Message/Action/ParkAction.php +++ b/src/mg/PAMI/Message/Action/ParkAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/ParkedCallsAction.php b/src/mg/PAMI/Message/Action/ParkedCallsAction.php index 5ea0efc14..3cd71124d 100644 --- a/src/mg/PAMI/Message/Action/ParkedCallsAction.php +++ b/src/mg/PAMI/Message/Action/ParkedCallsAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/PauseMonitorAction.php b/src/mg/PAMI/Message/Action/PauseMonitorAction.php index f0cab6336..1ff150ca2 100644 --- a/src/mg/PAMI/Message/Action/PauseMonitorAction.php +++ b/src/mg/PAMI/Message/Action/PauseMonitorAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/PingAction.php b/src/mg/PAMI/Message/Action/PingAction.php index ac56153d6..bf99de02f 100644 --- a/src/mg/PAMI/Message/Action/PingAction.php +++ b/src/mg/PAMI/Message/Action/PingAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/PlayDTMFAction.php b/src/mg/PAMI/Message/Action/PlayDTMFAction.php index 66aa3156a..b23c0fe9a 100644 --- a/src/mg/PAMI/Message/Action/PlayDTMFAction.php +++ b/src/mg/PAMI/Message/Action/PlayDTMFAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class PlayDTMFAction extends ActionMessage * * @param string $user AMI username. * @param string $password AMI password. - * + * * @return void */ public function __construct($channel, $digit) diff --git a/src/mg/PAMI/Message/Action/QueueAddAction.php b/src/mg/PAMI/Message/Action/QueueAddAction.php index 98064278e..bff881240 100644 --- a/src/mg/PAMI/Message/Action/QueueAddAction.php +++ b/src/mg/PAMI/Message/Action/QueueAddAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueLogAction.php b/src/mg/PAMI/Message/Action/QueueLogAction.php index 4f106d122..03f286716 100644 --- a/src/mg/PAMI/Message/Action/QueueLogAction.php +++ b/src/mg/PAMI/Message/Action/QueueLogAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueuePauseAction.php b/src/mg/PAMI/Message/Action/QueuePauseAction.php index 9e04bdfb0..35690d3d9 100644 --- a/src/mg/PAMI/Message/Action/QueuePauseAction.php +++ b/src/mg/PAMI/Message/Action/QueuePauseAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueuePenaltyAction.php b/src/mg/PAMI/Message/Action/QueuePenaltyAction.php index 3e15c7dca..8ea4aadac 100644 --- a/src/mg/PAMI/Message/Action/QueuePenaltyAction.php +++ b/src/mg/PAMI/Message/Action/QueuePenaltyAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueReloadAction.php b/src/mg/PAMI/Message/Action/QueueReloadAction.php index 5904cdc97..6641ca572 100644 --- a/src/mg/PAMI/Message/Action/QueueReloadAction.php +++ b/src/mg/PAMI/Message/Action/QueueReloadAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueRemoveAction.php b/src/mg/PAMI/Message/Action/QueueRemoveAction.php index 99fdbc304..5daa01705 100644 --- a/src/mg/PAMI/Message/Action/QueueRemoveAction.php +++ b/src/mg/PAMI/Message/Action/QueueRemoveAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueResetAction.php b/src/mg/PAMI/Message/Action/QueueResetAction.php index 05d4c27f9..ccf933558 100644 --- a/src/mg/PAMI/Message/Action/QueueResetAction.php +++ b/src/mg/PAMI/Message/Action/QueueResetAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueRuleAction.php b/src/mg/PAMI/Message/Action/QueueRuleAction.php index 0f2ecb829..e98d033ad 100644 --- a/src/mg/PAMI/Message/Action/QueueRuleAction.php +++ b/src/mg/PAMI/Message/Action/QueueRuleAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueStatusAction.php b/src/mg/PAMI/Message/Action/QueueStatusAction.php index 842521e44..da51bd481 100644 --- a/src/mg/PAMI/Message/Action/QueueStatusAction.php +++ b/src/mg/PAMI/Message/Action/QueueStatusAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueSummaryAction.php b/src/mg/PAMI/Message/Action/QueueSummaryAction.php index ebb4cec6b..d2b65237b 100644 --- a/src/mg/PAMI/Message/Action/QueueSummaryAction.php +++ b/src/mg/PAMI/Message/Action/QueueSummaryAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueueUnpauseAction.php b/src/mg/PAMI/Message/Action/QueueUnpauseAction.php index 705da9ba5..3268b9374 100644 --- a/src/mg/PAMI/Message/Action/QueueUnpauseAction.php +++ b/src/mg/PAMI/Message/Action/QueueUnpauseAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/QueuesAction.php b/src/mg/PAMI/Message/Action/QueuesAction.php index b97be46d4..075e70805 100644 --- a/src/mg/PAMI/Message/Action/QueuesAction.php +++ b/src/mg/PAMI/Message/Action/QueuesAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/RedirectAction.php b/src/mg/PAMI/Message/Action/RedirectAction.php index 8750f1484..0e68ffc6b 100644 --- a/src/mg/PAMI/Message/Action/RedirectAction.php +++ b/src/mg/PAMI/Message/Action/RedirectAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * Redirect action message. - * + * * PHP Version 5 * * @category Pami @@ -30,21 +45,21 @@ class RedirectAction extends ActionMessage { /** * Sets key ExtraChannel. - * + * * @param string $channel Second call leg to transfer (optional). - * + * * @return void */ public function setExtraChannel($channel) { $this->setKey('ExtraChannel', $channel); } - + /** * Sets key ExtraExten. - * + * * @param string $extension Extension to transfer extrachannel to (optional). - * + * * @return void */ public function setExtraExtension($extension) @@ -54,28 +69,28 @@ public function setExtraExtension($extension) /** * Sets key ExtraContext. - * + * * @param string $context Context to transfer extrachannel to (optional). - * + * * @return void */ public function setExtraContext($context) { $this->setKey('ExtraContext', $context); } - + /** * Sets key ExtraPriority. - * + * * @param string $priority Priority to transfer extrachannel to (optional). - * + * * @return void */ public function setExtraPriority($priority) { $this->setKey('ExtraPriority', $priority); } - + /** * Constructor. * @@ -83,7 +98,7 @@ public function setExtraPriority($priority) * @param string $extension Extension to transfer to. * @param string $context Context to transfer to. * @param string $priority Priority to transfer to. - * + * * @return void */ public function __construct($channel, $extension, $context, $priority) diff --git a/src/mg/PAMI/Message/Action/ReloadAction.php b/src/mg/PAMI/Message/Action/ReloadAction.php index a2e61dedf..f4aa59c3e 100644 --- a/src/mg/PAMI/Message/Action/ReloadAction.php +++ b/src/mg/PAMI/Message/Action/ReloadAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -32,7 +47,7 @@ class ReloadAction extends ActionMessage * Constructor. * * @param string $module Optional module name. - * + * * @return void */ public function __construct($module = false) diff --git a/src/mg/PAMI/Message/Action/SIPNotifyAction.php b/src/mg/PAMI/Message/Action/SIPNotifyAction.php index 3dbdcf4d6..da156f312 100644 --- a/src/mg/PAMI/Message/Action/SIPNotifyAction.php +++ b/src/mg/PAMI/Message/Action/SIPNotifyAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/SIPPeersAction.php b/src/mg/PAMI/Message/Action/SIPPeersAction.php index 7a9609015..e76545a4a 100644 --- a/src/mg/PAMI/Message/Action/SIPPeersAction.php +++ b/src/mg/PAMI/Message/Action/SIPPeersAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/SIPQualifyPeerAction.php b/src/mg/PAMI/Message/Action/SIPQualifyPeerAction.php index fabad11de..485fdfe7e 100644 --- a/src/mg/PAMI/Message/Action/SIPQualifyPeerAction.php +++ b/src/mg/PAMI/Message/Action/SIPQualifyPeerAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/SIPShowPeerAction.php b/src/mg/PAMI/Message/Action/SIPShowPeerAction.php index cd0a22b46..bdf52e8b5 100644 --- a/src/mg/PAMI/Message/Action/SIPShowPeerAction.php +++ b/src/mg/PAMI/Message/Action/SIPShowPeerAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/SIPShowRegistryAction.php b/src/mg/PAMI/Message/Action/SIPShowRegistryAction.php index f17648d49..47ea4c55e 100644 --- a/src/mg/PAMI/Message/Action/SIPShowRegistryAction.php +++ b/src/mg/PAMI/Message/Action/SIPShowRegistryAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/SendTextAction.php b/src/mg/PAMI/Message/Action/SendTextAction.php index 52a8769ba..2c178d4e6 100644 --- a/src/mg/PAMI/Message/Action/SendTextAction.php +++ b/src/mg/PAMI/Message/Action/SendTextAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -33,7 +48,7 @@ class SendTextAction extends ActionMessage * * @param string $channel Channel to send message to. * @param string $message Message to send. - * + * * @return void */ public function __construct($channel, $message) diff --git a/src/mg/PAMI/Message/Action/SetVarAction.php b/src/mg/PAMI/Message/Action/SetVarAction.php index 232c13ac3..ab8af45d9 100644 --- a/src/mg/PAMI/Message/Action/SetVarAction.php +++ b/src/mg/PAMI/Message/Action/SetVarAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -34,7 +49,7 @@ class SetVarAction extends ActionMessage * @param string $name Variable name. * @param string $value Variable value. * @param string $channel Optional channel name. - * + * * @return void */ public function __construct($name, $value, $channel = false) diff --git a/src/mg/PAMI/Message/Action/ShowDialPlanAction.php b/src/mg/PAMI/Message/Action/ShowDialPlanAction.php index 1c42d9fc5..685b7d633 100644 --- a/src/mg/PAMI/Message/Action/ShowDialPlanAction.php +++ b/src/mg/PAMI/Message/Action/ShowDialPlanAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/StatusAction.php b/src/mg/PAMI/Message/Action/StatusAction.php index 1c1f09f30..c2793fbde 100644 --- a/src/mg/PAMI/Message/Action/StatusAction.php +++ b/src/mg/PAMI/Message/Action/StatusAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; @@ -32,7 +47,7 @@ class StatusAction extends ActionMessage * Constructor. * * @param string $channel Channel to query (optional) - * + * * @return void */ public function __construct($channel = false) diff --git a/src/mg/PAMI/Message/Action/StopMonitorAction.php b/src/mg/PAMI/Message/Action/StopMonitorAction.php index 69d0f575c..2594084a0 100644 --- a/src/mg/PAMI/Message/Action/StopMonitorAction.php +++ b/src/mg/PAMI/Message/Action/StopMonitorAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/UnpauseMonitorAction.php b/src/mg/PAMI/Message/Action/UnpauseMonitorAction.php index c21c8108f..1341a4c6a 100644 --- a/src/mg/PAMI/Message/Action/UnpauseMonitorAction.php +++ b/src/mg/PAMI/Message/Action/UnpauseMonitorAction.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; diff --git a/src/mg/PAMI/Message/Action/VoicemailUsersListAction.php b/src/mg/PAMI/Message/Action/VoicemailUsersListAction.php index 33a4112d1..dde77f6ff 100644 --- a/src/mg/PAMI/Message/Action/VoicemailUsersListAction.php +++ b/src/mg/PAMI/Message/Action/VoicemailUsersListAction.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Action; /** * VoicemailUsersList action message. - * + * * PHP Version 5 * * @category Pami diff --git a/src/mg/PAMI/Message/Event/AGIExecEvent.php b/src/mg/PAMI/Message/Event/AGIExecEvent.php index 3f394380e..573499131 100644 --- a/src/mg/PAMI/Message/Event/AGIExecEvent.php +++ b/src/mg/PAMI/Message/Event/AGIExecEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'SubEvent'. * @@ -99,12 +114,12 @@ public function getResultCode() { return $this->getKey('ResultCode'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/AgentloginEvent.php b/src/mg/PAMI/Message/Event/AgentloginEvent.php index c729f18c4..3327f960a 100644 --- a/src/mg/PAMI/Message/Event/AgentloginEvent.php +++ b/src/mg/PAMI/Message/Event/AgentloginEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/AgentlogoffEvent.php b/src/mg/PAMI/Message/Event/AgentlogoffEvent.php index 71922e7cf..a07884a30 100644 --- a/src/mg/PAMI/Message/Event/AgentlogoffEvent.php +++ b/src/mg/PAMI/Message/Event/AgentlogoffEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/AgentsCompleteEvent.php b/src/mg/PAMI/Message/Event/AgentsCompleteEvent.php index 94d3f58e1..482ea7356 100644 --- a/src/mg/PAMI/Message/Event/AgentsCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/AgentsCompleteEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -34,7 +49,7 @@ class AgentsCompleteEvent extends EventMessage * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/AgentsEvent.php b/src/mg/PAMI/Message/Event/AgentsEvent.php index 4d5218270..47b68f401 100644 --- a/src/mg/PAMI/Message/Event/AgentsEvent.php +++ b/src/mg/PAMI/Message/Event/AgentsEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/BridgeEvent.php b/src/mg/PAMI/Message/Event/BridgeEvent.php index c349ce742..0267c130a 100644 --- a/src/mg/PAMI/Message/Event/BridgeEvent.php +++ b/src/mg/PAMI/Message/Event/BridgeEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Bridgestate'. * @@ -59,7 +74,7 @@ public function getBridgeType() { return $this->getKey('Bridgetype'); } - + /** * Returns key: 'Channel1'. * @@ -79,7 +94,7 @@ public function getChannel2() { return $this->getKey('Channel2'); } - + /** * Returns key: 'CallerID1'. * @@ -99,7 +114,7 @@ public function getCallerID2() { return $this->getKey('CallerID2'); } - + /** * Returns key: 'UniqueID1'. * @@ -124,7 +139,7 @@ public function getUniqueID2() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/ChannelUpdateEvent.php b/src/mg/PAMI/Message/Event/ChannelUpdateEvent.php index a3b5be531..3bfe33069 100644 --- a/src/mg/PAMI/Message/Event/ChannelUpdateEvent.php +++ b/src/mg/PAMI/Message/Event/ChannelUpdateEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -49,7 +64,7 @@ public function getChannel() { return $this->getKey('Channel'); } - + /** * Returns key: 'ChannelType'. * @@ -59,7 +74,7 @@ public function getChannelType() { return $this->getKey('ChannelType'); } - + /** * Returns key: 'SIPcallid'. * @@ -89,12 +104,12 @@ public function getUniqueID() { return $this->getKey('UniqueID'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/CoreShowChannelEvent.php b/src/mg/PAMI/Message/Event/CoreShowChannelEvent.php index 222a7e2a7..ac3826f67 100644 --- a/src/mg/PAMI/Message/Event/CoreShowChannelEvent.php +++ b/src/mg/PAMI/Message/Event/CoreShowChannelEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -59,7 +74,7 @@ public function getUniqueID() { return $this->getKey('UniqueID'); } - + /** * Returns key: 'Context'. * @@ -69,7 +84,7 @@ public function getContext() { return $this->getKey('Context'); } - + /** * Returns key: 'Extension'. * @@ -120,7 +135,7 @@ public function getApplication() { return $this->getKey('Application'); } - + /** * Returns key: 'ApplicationData'. * @@ -140,7 +155,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'Duration'. * @@ -150,7 +165,7 @@ public function getDuration() { return $this->getKey('Duration'); } - + /** * Returns key: 'AccountCode'. * @@ -160,7 +175,7 @@ public function getAccountCode() { return $this->getKey('AccountCode'); } - + /** * Returns key: 'BridgedChannel'. * @@ -180,12 +195,12 @@ public function getBridgedUniqueID() { return $this->getKey('BridgedUniqueID'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/CoreShowChannelsCompleteEvent.php b/src/mg/PAMI/Message/Event/CoreShowChannelsCompleteEvent.php index ba9f67503..619ef3f30 100644 --- a/src/mg/PAMI/Message/Event/CoreShowChannelsCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/CoreShowChannelsCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -46,7 +61,7 @@ public function getListItems() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/DAHDIShowChannelsCompleteEvent.php b/src/mg/PAMI/Message/Event/DAHDIShowChannelsCompleteEvent.php index 14dd45415..becd2d733 100644 --- a/src/mg/PAMI/Message/Event/DAHDIShowChannelsCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/DAHDIShowChannelsCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -46,7 +61,7 @@ public function getListItems() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/DAHDIShowChannelsEvent.php b/src/mg/PAMI/Message/Event/DAHDIShowChannelsEvent.php index 46b26c8f9..db22cdf5a 100644 --- a/src/mg/PAMI/Message/Event/DAHDIShowChannelsEvent.php +++ b/src/mg/PAMI/Message/Event/DAHDIShowChannelsEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getChannel() { return $this->getKey('Channel'); } - + /** * Returns key: 'Signalling'. * @@ -59,7 +74,7 @@ public function getSignallingCode() { return $this->getKey('SignallingCode'); } - + /** * Returns key: 'Context'. * @@ -95,7 +110,7 @@ public function getAlarm() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/DBGetResponseEvent.php b/src/mg/PAMI/Message/Event/DBGetResponseEvent.php index 454ce42c1..6addc940e 100644 --- a/src/mg/PAMI/Message/Event/DBGetResponseEvent.php +++ b/src/mg/PAMI/Message/Event/DBGetResponseEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/DTMFEvent.php b/src/mg/PAMI/Message/Event/DTMFEvent.php index 6c5058600..1c86ead83 100644 --- a/src/mg/PAMI/Message/Event/DTMFEvent.php +++ b/src/mg/PAMI/Message/Event/DTMFEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -59,7 +74,7 @@ public function getDigit() { return $this->getKey('Digit'); } - + /** * Returns key: 'Direction'. * @@ -89,7 +104,7 @@ public function getBegin() { return $this->getKey('Begin'); } - + /** * Returns key: 'UniqueID'. * @@ -104,7 +119,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/DialEvent.php b/src/mg/PAMI/Message/Event/DialEvent.php index 130bedd8e..4fa633d12 100644 --- a/src/mg/PAMI/Message/Event/DialEvent.php +++ b/src/mg/PAMI/Message/Event/DialEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'SubEvent'. * @@ -49,7 +64,7 @@ public function getSubEvent() { return $this->getKey('SubEvent'); } - + /** * Returns key: 'Channel'. * @@ -69,7 +84,7 @@ public function getDestination() { return $this->getKey('Destination'); } - + /** * Returns key: 'CallerIDNum'. * @@ -79,7 +94,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'CallerIDName'. * @@ -119,12 +134,12 @@ public function getDialString() { return $this->getKey('DialString'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/EventMessage.php b/src/mg/PAMI/Message/Event/EventMessage.php index 25dfc8125..4f72b667b 100644 --- a/src/mg/PAMI/Message/Event/EventMessage.php +++ b/src/mg/PAMI/Message/Event/EventMessage.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,12 +54,12 @@ public function getName() { return $this->getKey('Event'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/ExtensionStatusEvent.php b/src/mg/PAMI/Message/Event/ExtensionStatusEvent.php index 9a0af00fe..e97788aee 100644 --- a/src/mg/PAMI/Message/Event/ExtensionStatusEvent.php +++ b/src/mg/PAMI/Message/Event/ExtensionStatusEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Exten'. * @@ -59,7 +74,7 @@ public function getContext() { return $this->getKey('Context'); } - + /** * Returns key: 'Hint'. * @@ -84,7 +99,7 @@ public function getStatus() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/Factory/IEventFactory.php b/src/mg/PAMI/Message/Event/Factory/IEventFactory.php index 933c3c8b4..23d02fc25 100644 --- a/src/mg/PAMI/Message/Event/Factory/IEventFactory.php +++ b/src/mg/PAMI/Message/Event/Factory/IEventFactory.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Event\Message\Factory; @@ -32,7 +47,7 @@ interface IEventFactory * Factory method. * * @param string $message Original message as received from asterisk. - * + * * @return EventMessage */ public static function createFromRaw($message); diff --git a/src/mg/PAMI/Message/Event/Factory/Impl/EventFactoryImpl.php b/src/mg/PAMI/Message/Event/Factory/Impl/EventFactoryImpl.php index 32830cc72..c1e454747 100644 --- a/src/mg/PAMI/Message/Event/Factory/Impl/EventFactoryImpl.php +++ b/src/mg/PAMI/Message/Event/Factory/Impl/EventFactoryImpl.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event\Factory\Impl; diff --git a/src/mg/PAMI/Message/Event/HangupEvent.php b/src/mg/PAMI/Message/Event/HangupEvent.php index 4281e7784..940a31204 100644 --- a/src/mg/PAMI/Message/Event/HangupEvent.php +++ b/src/mg/PAMI/Message/Event/HangupEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -59,7 +74,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'CallerIDName'. * @@ -99,12 +114,12 @@ public function getCauseText() { return $this->getKey('Cause-txt'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/HoldEvent.php b/src/mg/PAMI/Message/Event/HoldEvent.php index 955112388..554559a7e 100644 --- a/src/mg/PAMI/Message/Event/HoldEvent.php +++ b/src/mg/PAMI/Message/Event/HoldEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -59,7 +74,7 @@ public function getStatus() { return $this->getKey('Status'); } - + /** * Returns key: 'UniqueID'. * @@ -74,7 +89,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/ListDialplanEvent.php b/src/mg/PAMI/Message/Event/ListDialplanEvent.php index 33f452ee8..bca72c1ce 100644 --- a/src/mg/PAMI/Message/Event/ListDialplanEvent.php +++ b/src/mg/PAMI/Message/Event/ListDialplanEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/MasqueradeEvent.php b/src/mg/PAMI/Message/Event/MasqueradeEvent.php index a60b8ba71..6da194640 100644 --- a/src/mg/PAMI/Message/Event/MasqueradeEvent.php +++ b/src/mg/PAMI/Message/Event/MasqueradeEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Clone'. * @@ -83,7 +98,7 @@ public function getOriginalState() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/NewAccountCodeEvent.php b/src/mg/PAMI/Message/Event/NewAccountCodeEvent.php index 5ca7c083f..119ce69c2 100644 --- a/src/mg/PAMI/Message/Event/NewAccountCodeEvent.php +++ b/src/mg/PAMI/Message/Event/NewAccountCodeEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -84,7 +99,7 @@ public function getOldAccountCode() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/NewCalleridEvent.php b/src/mg/PAMI/Message/Event/NewCalleridEvent.php index 8e22fe3cf..2e957c938 100644 --- a/src/mg/PAMI/Message/Event/NewCalleridEvent.php +++ b/src/mg/PAMI/Message/Event/NewCalleridEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -59,7 +74,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'CallerIDName'. * @@ -89,12 +104,12 @@ public function getCallerIdPres() { return $this->getKey('CID-CallingPres'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/NewchannelEvent.php b/src/mg/PAMI/Message/Event/NewchannelEvent.php index d1bf6d575..6e2ad0641 100644 --- a/src/mg/PAMI/Message/Event/NewchannelEvent.php +++ b/src/mg/PAMI/Message/Event/NewchannelEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -49,7 +64,7 @@ public function getChannel() { return $this->getKey('Channel'); } - + /** * Returns key: 'ChannelState'. * @@ -59,7 +74,7 @@ public function getChannelState() { return $this->getKey('ChannelState'); } - + /** * Returns key: 'ChannelStateDesc'. * @@ -69,7 +84,7 @@ public function getChannelStateDesc() { return $this->getKey('ChannelStateDesc'); } - + /** * Returns key: 'CallerIDNum'. * @@ -79,7 +94,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'CallerIDName'. * @@ -99,7 +114,7 @@ public function getAccountCode() { return $this->getKey('AccountCode'); } - + /** * Returns key: 'UniqueID'. * @@ -114,7 +129,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/NewextenEvent.php b/src/mg/PAMI/Message/Event/NewextenEvent.php index 0afa2fe3e..2a4f0f213 100644 --- a/src/mg/PAMI/Message/Event/NewextenEvent.php +++ b/src/mg/PAMI/Message/Event/NewextenEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -99,7 +114,7 @@ public function getApplicationData() { return $this->getKey('AppData'); } - + /** * Returns key: 'UniqueID'. * @@ -114,7 +129,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/NewstateEvent.php b/src/mg/PAMI/Message/Event/NewstateEvent.php index 058bf71ef..2ae47ed00 100644 --- a/src/mg/PAMI/Message/Event/NewstateEvent.php +++ b/src/mg/PAMI/Message/Event/NewstateEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -49,7 +64,7 @@ public function getChannel() { return $this->getKey('Channel'); } - + /** * Returns key: 'ChannelState'. * @@ -59,7 +74,7 @@ public function getChannelState() { return $this->getKey('ChannelState'); } - + /** * Returns key: 'ChannelStateDesc'. * @@ -69,7 +84,7 @@ public function getChannelStateDesc() { return $this->getKey('ChannelStateDesc'); } - + /** * Returns key: 'CallerIDNum'. * @@ -79,7 +94,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'CallerIDName'. * @@ -104,7 +119,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/ParkedCallsCompleteEvent.php b/src/mg/PAMI/Message/Event/ParkedCallsCompleteEvent.php index caccddb01..b19b0f8e1 100644 --- a/src/mg/PAMI/Message/Event/ParkedCallsCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/ParkedCallsCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -36,7 +51,7 @@ class ParkedCallsCompleteEvent extends EventMessage * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/PeerEntryEvent.php b/src/mg/PAMI/Message/Event/PeerEntryEvent.php index 1bf84937a..e7e14211a 100644 --- a/src/mg/PAMI/Message/Event/PeerEntryEvent.php +++ b/src/mg/PAMI/Message/Event/PeerEntryEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getChannelType() { return $this->getKey('ChannelType'); } - + /** * Returns key: 'ObjectName'. * @@ -79,7 +94,7 @@ public function getIPPort() { return $this->getKey('IPPort'); } - + /** * Returns key: 'Dynamic'. * @@ -99,7 +114,7 @@ public function getNatSupport() { return $this->getKey('NatSupport'); } - + /** * Returns key: 'VideoSupport'. * @@ -109,7 +124,7 @@ public function getVideoSupport() { return $this->getKey('VideoSupport'); } - + /** * Returns key: 'TextSupport'. * @@ -119,7 +134,7 @@ public function getTextSupport() { return $this->getKey('TextSupport'); } - + /** * Returns key: 'ACL'. * @@ -154,7 +169,7 @@ public function getRealtimeDevice() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/PeerStatusEvent.php b/src/mg/PAMI/Message/Event/PeerStatusEvent.php index f1c4879d8..e11ec900e 100644 --- a/src/mg/PAMI/Message/Event/PeerStatusEvent.php +++ b/src/mg/PAMI/Message/Event/PeerStatusEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'ChannelType'. * @@ -49,7 +64,7 @@ public function getChannelType() { return $this->getKey('ChannelType'); } - + /** * Returns key: 'Peer'. * @@ -74,7 +89,7 @@ public function getPeerStatus() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/PeerlistCompleteEvent.php b/src/mg/PAMI/Message/Event/PeerlistCompleteEvent.php index 696ec5970..4b619edfe 100644 --- a/src/mg/PAMI/Message/Event/PeerlistCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/PeerlistCompleteEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -44,7 +59,7 @@ public function getListItems() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/QueueMemberEvent.php b/src/mg/PAMI/Message/Event/QueueMemberEvent.php index 8363b2793..136dfbf03 100644 --- a/src/mg/PAMI/Message/Event/QueueMemberEvent.php +++ b/src/mg/PAMI/Message/Event/QueueMemberEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/QueueMemberPausedEvent.php b/src/mg/PAMI/Message/Event/QueueMemberPausedEvent.php index 075ae1988..fbad15c11 100644 --- a/src/mg/PAMI/Message/Event/QueueMemberPausedEvent.php +++ b/src/mg/PAMI/Message/Event/QueueMemberPausedEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/QueueMemberStatusEvent.php b/src/mg/PAMI/Message/Event/QueueMemberStatusEvent.php index 2c81ce990..2c347a7ef 100644 --- a/src/mg/PAMI/Message/Event/QueueMemberStatusEvent.php +++ b/src/mg/PAMI/Message/Event/QueueMemberStatusEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/QueueParamsEvent.php b/src/mg/PAMI/Message/Event/QueueParamsEvent.php index 60f24bd57..5f4adbcc1 100644 --- a/src/mg/PAMI/Message/Event/QueueParamsEvent.php +++ b/src/mg/PAMI/Message/Event/QueueParamsEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/QueueStatusCompleteEvent.php b/src/mg/PAMI/Message/Event/QueueStatusCompleteEvent.php index a05f27bca..0eb1dd65f 100644 --- a/src/mg/PAMI/Message/Event/QueueStatusCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/QueueStatusCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/QueueSummaryCompleteEvent.php b/src/mg/PAMI/Message/Event/QueueSummaryCompleteEvent.php index bd0eb7d4a..96be4d751 100644 --- a/src/mg/PAMI/Message/Event/QueueSummaryCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/QueueSummaryCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/QueueSummaryEvent.php b/src/mg/PAMI/Message/Event/QueueSummaryEvent.php index afef15a3d..af532864b 100644 --- a/src/mg/PAMI/Message/Event/QueueSummaryEvent.php +++ b/src/mg/PAMI/Message/Event/QueueSummaryEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/RTCPReceivedEvent.php b/src/mg/PAMI/Message/Event/RTCPReceivedEvent.php index ba0d2d9a5..fd88e91b6 100644 --- a/src/mg/PAMI/Message/Event/RTCPReceivedEvent.php +++ b/src/mg/PAMI/Message/Event/RTCPReceivedEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'From'. * @@ -59,7 +74,7 @@ public function getPT() { return $this->getKey('PT'); } - + /** * Returns key: 'ReceptionReports'. * @@ -69,7 +84,7 @@ public function getReceptionReports() { return $this->getKey('ReceptionReports'); } - + /** * Returns key: 'SenderSSRC'. * @@ -89,7 +104,7 @@ public function getFractionLost() { return $this->getKey('FractionLost'); } - + /** * Returns key: 'PacketsLost'. * @@ -154,12 +169,12 @@ public function getRTT() { return $this->getKey('RTT'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/RTCPReceiverStatEvent.php b/src/mg/PAMI/Message/Event/RTCPReceiverStatEvent.php index 8b8a7fcb0..1854c2fde 100644 --- a/src/mg/PAMI/Message/Event/RTCPReceiverStatEvent.php +++ b/src/mg/PAMI/Message/Event/RTCPReceiverStatEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -59,7 +74,7 @@ public function getReceivedPackets() { return $this->getKey('ReceivedPackets'); } - + /** * Returns key: 'LostPackets'. * @@ -99,12 +114,12 @@ public function getRRCount() { return $this->getKey('RRCount'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/RTCPSentEvent.php b/src/mg/PAMI/Message/Event/RTCPSentEvent.php index 7cbd5561d..a4ea38ae0 100644 --- a/src/mg/PAMI/Message/Event/RTCPSentEvent.php +++ b/src/mg/PAMI/Message/Event/RTCPSentEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'To'. * @@ -59,7 +74,7 @@ public function getOurSSRC() { return $this->getKey('OurSSRC'); } - + /** * Returns key: 'SentNTP'. * @@ -89,7 +104,7 @@ public function getSentPackets() { return $this->getKey('SentPackets'); } - + /** * Returns key: 'SentOctets'. * @@ -159,12 +174,12 @@ public function getDLSR() { return $this->getKey('DLSR'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/RTPReceiverStatEvent.php b/src/mg/PAMI/Message/Event/RTPReceiverStatEvent.php index 9918deac0..89315a834 100644 --- a/src/mg/PAMI/Message/Event/RTPReceiverStatEvent.php +++ b/src/mg/PAMI/Message/Event/RTPReceiverStatEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -59,7 +74,7 @@ public function getReceivedPackets() { return $this->getKey('ReceivedPackets'); } - + /** * Returns key: 'LostPackets'. * @@ -99,12 +114,12 @@ public function getRRCount() { return $this->getKey('RRCount'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/RTPSenderStatEvent.php b/src/mg/PAMI/Message/Event/RTPSenderStatEvent.php index aa9e6c16e..6f272911c 100644 --- a/src/mg/PAMI/Message/Event/RTPSenderStatEvent.php +++ b/src/mg/PAMI/Message/Event/RTPSenderStatEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -59,7 +74,7 @@ public function getSentPackets() { return $this->getKey('SentPackets'); } - + /** * Returns key: 'LostPackets'. * @@ -99,12 +114,12 @@ public function getSRCount() { return $this->getKey('SRCount'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/RegistrationsCompleteEvent.php b/src/mg/PAMI/Message/Event/RegistrationsCompleteEvent.php index 7aed4e725..bd988a78b 100644 --- a/src/mg/PAMI/Message/Event/RegistrationsCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/RegistrationsCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -46,7 +61,7 @@ public function getListItems() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/RenameEvent.php b/src/mg/PAMI/Message/Event/RenameEvent.php index b7c2a3ac4..ef3ac7d1a 100644 --- a/src/mg/PAMI/Message/Event/RenameEvent.php +++ b/src/mg/PAMI/Message/Event/RenameEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -59,7 +74,7 @@ public function getNewname() { return $this->getKey('Newname'); } - + /** * Returns key: 'UniqueID'. * @@ -74,7 +89,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/ShowDialPlanCompleteEvent.php b/src/mg/PAMI/Message/Event/ShowDialPlanCompleteEvent.php index a7fb686bd..dd9a7f5e6 100644 --- a/src/mg/PAMI/Message/Event/ShowDialPlanCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/ShowDialPlanCompleteEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/StatusCompleteEvent.php b/src/mg/PAMI/Message/Event/StatusCompleteEvent.php index b73b5cd8d..84d5fd985 100644 --- a/src/mg/PAMI/Message/Event/StatusCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/StatusCompleteEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -44,7 +59,7 @@ public function getListItems() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/StatusEvent.php b/src/mg/PAMI/Message/Event/StatusEvent.php index 4817b3a6c..44b5056c2 100644 --- a/src/mg/PAMI/Message/Event/StatusEvent.php +++ b/src/mg/PAMI/Message/Event/StatusEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -59,7 +74,7 @@ public function getUniqueID() { return $this->getKey('UniqueID'); } - + /** * Returns key: 'Context'. * @@ -69,7 +84,7 @@ public function getContext() { return $this->getKey('Context'); } - + /** * Returns key: 'Extension'. * @@ -120,7 +135,7 @@ public function getApplication() { return $this->getKey('Application'); } - + /** * Returns key: 'ApplicationData'. * @@ -140,7 +155,7 @@ public function getCallerIDNum() { return $this->getKey('CallerIDNum'); } - + /** * Returns key: 'Duration'. * @@ -150,7 +165,7 @@ public function getDuration() { return $this->getKey('Duration'); } - + /** * Returns key: 'AccountCode'. * @@ -160,7 +175,7 @@ public function getAccountCode() { return $this->getKey('AccountCode'); } - + /** * Returns key: 'Seconds'. * @@ -170,7 +185,7 @@ public function getSeconds() { return $this->getKey('Seconds'); } - + /** * Returns key: 'BridgedChannel'. * @@ -190,12 +205,12 @@ public function getBridgedUniqueID() { return $this->getKey('BridgedUniqueID'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/TransferEvent.php b/src/mg/PAMI/Message/Event/TransferEvent.php index 4b0b26bc8..c19fc430e 100644 --- a/src/mg/PAMI/Message/Event/TransferEvent.php +++ b/src/mg/PAMI/Message/Event/TransferEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'TransferMethod'. * @@ -59,7 +74,7 @@ public function getTransferType() { return $this->getKey('TransferType'); } - + /** * Returns key: 'Channel'. * @@ -89,7 +104,7 @@ public function getSipCallID() { return $this->getKey('SIP-Callid'); } - + /** * Returns key: 'UniqueID'. * @@ -109,7 +124,7 @@ public function getTargetUniqueID() { return $this->getKey('TargetUniqueid'); } - + /** * Returns key: 'TransferExten'. * @@ -119,7 +134,7 @@ public function getTransferExten() { return $this->getKey('TransferExten'); } - + /** * Returns key: 'TransferContext'. * @@ -129,12 +144,12 @@ public function getTransferContext() { return $this->getKey('TransferContext'); } - + /** * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/UnknownEvent.php b/src/mg/PAMI/Message/Event/UnknownEvent.php index a52f5cbee..50a717d37 100644 --- a/src/mg/PAMI/Message/Event/UnknownEvent.php +++ b/src/mg/PAMI/Message/Event/UnknownEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; diff --git a/src/mg/PAMI/Message/Event/UnlinkEvent.php b/src/mg/PAMI/Message/Event/UnlinkEvent.php index 301c63953..c034396e9 100644 --- a/src/mg/PAMI/Message/Event/UnlinkEvent.php +++ b/src/mg/PAMI/Message/Event/UnlinkEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel1'. * @@ -59,7 +74,7 @@ public function getChannel2() { return $this->getKey('Channel2'); } - + /** * Returns key: 'CallerID1'. * @@ -79,7 +94,7 @@ public function getCallerID2() { return $this->getKey('CallerID2'); } - + /** * Returns key: 'UniqueID1'. * @@ -104,7 +119,7 @@ public function getUniqueID2() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/VarSetEvent.php b/src/mg/PAMI/Message/Event/VarSetEvent.php index e64773f58..bd1ee6b58 100644 --- a/src/mg/PAMI/Message/Event/VarSetEvent.php +++ b/src/mg/PAMI/Message/Event/VarSetEvent.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -39,7 +54,7 @@ public function getPrivilege() { return $this->getKey('Privilege'); } - + /** * Returns key: 'Channel'. * @@ -49,7 +64,7 @@ public function getChannel() { return $this->getKey('Channel'); } - + /** * Returns key: 'Variable'. * @@ -59,7 +74,7 @@ public function getVariableName() { return $this->getKey('Variable'); } - + /** * Returns key: 'Value'. * @@ -84,7 +99,7 @@ public function getUniqueID() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/VoicemailUserEntryCompleteEvent.php b/src/mg/PAMI/Message/Event/VoicemailUserEntryCompleteEvent.php index 4b342992b..91ace8489 100644 --- a/src/mg/PAMI/Message/Event/VoicemailUserEntryCompleteEvent.php +++ b/src/mg/PAMI/Message/Event/VoicemailUserEntryCompleteEvent.php @@ -12,6 +12,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; @@ -36,7 +51,7 @@ class VoicemailUserEntryCompleteEvent extends EventMessage * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/Event/VoicemailUserEntryEvent.php b/src/mg/PAMI/Message/Event/VoicemailUserEntryEvent.php index a7d0a40c0..1c2f5ad9d 100644 --- a/src/mg/PAMI/Message/Event/VoicemailUserEntryEvent.php +++ b/src/mg/PAMI/Message/Event/VoicemailUserEntryEvent.php @@ -11,12 +11,27 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Event; /** * Event triggered when issuing a VoicemailUsersList action. - * + * * PHP Version 5 * * @category Pami @@ -57,7 +72,7 @@ public function getMaxMessageCount() { return $this->getKey('MaxMessageCount'); } - + /** * Returns key: 'CallOperator'. * @@ -107,7 +122,7 @@ public function getAttachmentFormat() { return $this->getKey('AttachmentFormat'); } - + /** * Returns key: 'AttachMessage'. * @@ -127,7 +142,7 @@ public function getSayCID() { return $this->getKey('SayCID'); } - + /** * Returns key: 'SayEnvelope'. * @@ -177,7 +192,7 @@ public function getDialOut() { return $this->getKey('DialOut'); } - + /** * Returns key: 'Callback'. * @@ -267,7 +282,7 @@ public function getVoicemailBox() { return $this->getKey('VoicemailBox'); } - + /** * Returns key: 'VmContext'. * @@ -282,7 +297,7 @@ public function getVoicemailContext() * Constructor. * * @param string $rawContent Literal message as received from ami. - * + * * @return void */ public function __construct($rawContent) diff --git a/src/mg/PAMI/Message/IncomingMessage.php b/src/mg/PAMI/Message/IncomingMessage.php index 6d9fda050..23610a3c6 100644 --- a/src/mg/PAMI/Message/IncomingMessage.php +++ b/src/mg/PAMI/Message/IncomingMessage.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message; diff --git a/src/mg/PAMI/Message/Message.php b/src/mg/PAMI/Message/Message.php index c2bd023f4..d01063ded 100644 --- a/src/mg/PAMI/Message/Message.php +++ b/src/mg/PAMI/Message/Message.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message; diff --git a/src/mg/PAMI/Message/OutgoingMessage.php b/src/mg/PAMI/Message/OutgoingMessage.php index a3ca0cfd9..444a9cda9 100644 --- a/src/mg/PAMI/Message/OutgoingMessage.php +++ b/src/mg/PAMI/Message/OutgoingMessage.php @@ -10,6 +10,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message; diff --git a/src/mg/PAMI/Message/Response/ResponseMessage.php b/src/mg/PAMI/Message/Response/ResponseMessage.php index 0429a5c60..8953c8258 100644 --- a/src/mg/PAMI/Message/Response/ResponseMessage.php +++ b/src/mg/PAMI/Message/Response/ResponseMessage.php @@ -11,6 +11,21 @@ * @license http://www.noneyet.ar/ Apache License 2.0 * @version SVN: $Id$ * @link http://www.noneyet.ar/ + * + * Copyright 2011 Marcelo Gornstein + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * */ namespace PAMI\Message\Response;