Changeset 8911

Show
Ignore:
Timestamp:
02/23/10 08:41:10 (2 years ago)
Author:
Maikel
Message:

Licencia y Patrocinador

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/capturegroups/module.xml

    r8411 r8911  
    1111  <category>Inbound Call Control</category> 
    1212  <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 
    1414  </description> 
    1515  <menuitems> 
  • contributed_modules/modules/capturegroups/page.capturegroups.php

    r8395 r8911  
    11<?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 
    34// 
    45//This program is free software; you can redistribute it and/or 
     
    1112//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1213//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  
    2614 
    2715if (isset($_GET["extensions"], $_GET["ajax"]))