Changeset 12054

Show
Ignore:
Timestamp:
04/27/11 07:02:26 (2 years ago)
Author:
mbrevda
Message:

re #5095 - seems we need some VQA on our (code in) trunk...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.9/core/functions.inc.php

    r12048 r12054  
    1 <?php 
     11<?php 
    22//This file is part of FreePBX. 
    33// 
     
    12741274          // if VQA present and configured call it 
    12751275          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'])); 
    12771277          } 
    12781278 
     
    19281928          // if VQA present and configured call it 
    19291929          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'])); 
    19311931          } 
    19321932