Changeset 11974
- Timestamp:
- 04/07/11 18:56:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/htdocs/recordings/includes/callme.php
r11352 r11974 138 138 global $astman; 139 139 $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]*/'; 141 141 $matches[0] = ""; 142 142 $response = "";
