Changeset 7302
- Timestamp:
- 11/23/08 06:26:47 (2 years ago)
- Files:
-
- modules/branches/2.6/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.6/core/functions.inc.php
r7296 r7302 475 475 //static destinations 476 476 $extens = array(); 477 $category = 'Terminate Call';477 $category = _("Terminate Call"); 478 478 $extens[] = array('destination' => 'app-blackhole,hangup,1', 'description' => _("Hangup"), 'category' => $category); 479 479 $extens[] = array('destination' => 'app-blackhole,congestion,1', 'description' => _("Congestion"), 'category' => $category);
