Changeset 11974

Show
Ignore:
Timestamp:
04/07/11 18:56:23 (2 years ago)
Author:
p_lindheimer
Message:

fixes #5034 though need confirmation from reporter, can re-open if still an issue

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/amp_conf/htdocs/recordings/includes/callme.php

    r11352 r11974  
    138138  global $astman; 
    139139  $cmd    = "local show channels"; 
    140         $chan_pat  = '/[\s]*Local\/' . preg_quote(trim($exten)) . '@from\-internal\-[a-zA-Z0-9]*,(1|2)[\s]*/'; 
     140  $chan_pat = '/[\s]*Local\/' . preg_quote(trim($exten)) . '@from\-internal\-[a-zA-Z0-9]*(,|;)(1|2)[\s]*/'; 
    141141  $matches[0]   = ""; 
    142142  $response   = "";