if($response) {
if (!CModule::IncludeModule('pull'))
return false;
CPullOptions::GetNginxStatus();
CPullStack::AddShared(Array(
'module_id' => 'call',
'command' => 'pull',
'params' => array('response' => $response, 'file' =>$filePath ),
));
}