Changeset 9744

Show
Ignore:
Timestamp:
05/25/10 03:53:39 (3 years ago)
Author:
drmessano
Message:

Eliminates "uninitialized" messages in CLI on reload.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs_panel/op_server.pl

    r9588 r9744  
    49984998            log_debug( "$heading POPULATES datos($unico_id){ State } = Up", 128 ) if DEBUG; 
    49994999            ( $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            } 
    50015003            if ( $texto ne "s" ) { 
    50025004                $estado_final = "setclid";