Changeset 12054
- Timestamp:
- 04/27/11 07:02:26 (2 years ago)
- Files:
-
- modules/branches/2.9/core/functions.inc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/core/functions.inc.php
r12048 r12054 1 <?php1 1<?php 2 2 //This file is part of FreePBX. 3 3 // … … 1274 1274 // if VQA present and configured call it 1275 1275 if ($amp_conf['AST_APP_VQA'] && $amp_conf['DITECH_VQA_INBOUND']) { 1276 $ext->add($context, $exten, '', new ext_vqa($amp_conf['DITECH_VQA_INBOUND' ));1276 $ext->add($context, $exten, '', new ext_vqa($amp_conf['DITECH_VQA_INBOUND'])); 1277 1277 } 1278 1278 … … 1928 1928 // if VQA present and configured call it 1929 1929 if ($amp_conf['AST_APP_VQA'] && $amp_conf['DITECH_VQA_OUTBOUND']) { 1930 $ext->add($context, $exten, '', new ext_vqa($amp_conf['DITECH_VQA_OUTBOUND' ));1930 $ext->add($context, $exten, '', new ext_vqa($amp_conf['DITECH_VQA_OUTBOUND'])); 1931 1931 } 1932 1932
