Changeset 3338

Show
Ignore:
Timestamp:
12/17/06 22:56:18 (7 years ago)
Author:
qldrob
Message:

More fixes for #1505, 'fax' context not in from-zaptel-whatever.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php

    r3337 r3338  
    183183              // create the macro-from-zaptel-$chan context and load up the 
    184184              // startup settings 
     185              $ext->add($context, 'fax', '', new ext_goto('1','in_fax','ext-fax')); 
    185186              $ext->add($context, 's', '', new ext_noop('Entering '.$context.' with DID = ${DID}')); 
    186187              $zapchan[$channel] = "unfinished";