Changeset 9744
- Timestamp:
- 05/25/10 03:53:39 (3 years ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs_panel/op_server.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs_panel/op_server.pl
r9588 r9744 4998 4998 log_debug( "$heading POPULATES datos($unico_id){ State } = Up", 128 ) if DEBUG; 4999 4999 ( $canal, $sesion ) = separate_session_from_channel( $hash_temporal{Channel} ); 5000 $texto = $hash_temporal{Extension}; 5000 if ( $hash_temporal{Extension} ) { 5001 $texto = $hash_temporal{Extension}; 5002 } 5001 5003 if ( $texto ne "s" ) { 5002 5004 $estado_final = "setclid";
