Changeset 6321
- Timestamp:
- 08/10/08 12:19:26 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/recordings/modules/voicemail.module
r6190 r6321 282 282 $forwardContext = trim(preg_replace('/\[|\]/', '', $line)); 283 283 } 284 if ($forwardContext!=$_SESSION['ari_user']['context']) { 285 continue; 286 } 284 287 285 288 // get username and add to options
