Changeset 8911
- Timestamp:
- 02/23/10 08:41:10 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/capturegroups/module.xml
r8411 r8911 11 11 <category>Inbound Call Control</category> 12 12 <description> 13 Capture Groups Module - Allows for extensions to subscribe to a context that will let them know when other phones in that context are ringing and makes it possible to capture the calls 13 Capture Groups Module - Allows for extensions to subscribe to a context that will let them know when other phones in that context are ringing and makes it possible to capture the calls. Developed by Maikel Salazar. Sponsored by TI Soluciones http://www.solucionesit.com.ve 14 14 </description> 15 15 <menuitems> contributed_modules/modules/capturegroups/page.capturegroups.php
r8395 r8911 1 1 <?php /* $Id: page.capturegroups.php $ */ 2 //Copyright (C) 2008 TI Soluciones (msalazar at solucionesit dot com dot ve) 2 // Developed by Maikel Salazar (maikelsalazar at gmail dot com) 3 // Sponsored by TI Soluciones, http://www.solucionesit.com.ve 3 4 // 4 5 //This program is free software; you can redistribute it and/or … … 11 12 //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 13 //GNU General Public License for more details. 13 14 /*include_once ( dirname(__FILE__) . "/../../extensions.class.php");15 $ext = new extensions();16 17 18 capturegroups_get_config("asterisk");19 20 echo "<pre>";21 print_r($ext->generateConf());22 echo "</pre>";23 24 exit;*/25 26 14 27 15 if (isset($_GET["extensions"], $_GET["ajax"]))
