Show
Ignore:
Timestamp:
07/01/10 14:15:13 (3 years ago)
Author:
p_lindheimer
Message:

there is no good reason why this should be set to i if operator extension is not set, it can have un-expected consequences elsewhere in the dialplan re #4396 though not sure if it is the root cause of that issue

Files:

Legend:

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

    r5727 r10020  
    4848    $ext->add($id, 'o', '', new ext_goto('from-internal,${OPERATOR_XTN},1'));  
    4949  } else { 
    50     $ext->add($id, 'i', '', new ext_playback('privacy-incorrect')); 
     50    $ext->add($id, 'o', '', new ext_playback('privacy-incorrect')); 
    5151  } 
    5252}