Changeset 11374

Show
Ignore:
Timestamp:
02/14/11 00:22:47 (2 years ago)
Author:
p_lindheimer
Message:

fixes #4683 adds progress to all calls to allow early media

Files:

Legend:

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

    r11015 r11374  
    22702270      $ext->add($context, $exten, '', new ext_set('AMPUSER', '${IF($["foo${AMPUSER}" = "foo"]?${CALLERID(number)}:${AMPUSER})}')); 
    22712271      $ext->add($context, $exten, '', new ext_gotoif('$["${CHANNEL:0:5}" = "Local"]', 'report')); 
     2272      $ext->add($context, $exten, '', new ext_progress()); 
    22722273      $ext->add($context, $exten, '', new ext_execif('$["${REALCALLERIDNUM:1:2}" = ""]', 'Set', 'REALCALLERIDNUM=${CALLERID(number)}')); 
    22732274      //$ext->add($context, $exten, 'start', new ext_noop('REALCALLERIDNUM is ${REALCALLERIDNUM}'));