Написание скриптов PHP
7 USDЗдравствуйте.
Ищу специалиста для написания скриптов php.
2. Написание скрипта удаления файлов, чатов старше 365 дней.
3. Создать скрипт для уведомления
/var/lib/asterisk/agi-bin/b24_new_call_lead.php
Данный скрипт свяжет входящий звонок с Битрикс24 и автоматически создаст лид если входящий номер не записан в CRM а так-же сохранит идентификатор переданый CRM для дальнейшей обработки.
#!/usr/bin/php -q
<?php
#подключаем AGI - библиотеку;
require('phpagi.php');
$agi = new AGI();
$cid = $agi->request['agi_callerid'];
$today = date("Y-m-d H:i:s");
$queryUrl = 'URL входящего вэбхука/telephony.externalcall.register.json';
$queryData = http_build_query(array(
'USER_ID' => 15, // ID Пользователя Битрикс 24, ответственного за прием входящих звонков
'PHONE_NUMBER' => $cid,
'TYPE' => 2,
'CALL_START_DATE' => $today,
'CRM_CREATE' => true,
));
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_SSL_VERIFYPEER => 0,
CURLOPT_POST => 1,
CURLOPT_HEADER => 0,
CURLOPT_RETURNTRANSFER => 1,
CURLOPT_URL => $queryUrl,
CURLOPT_POSTFIELDS => $queryData,
));
$result = curl_exec($curl);
curl_close($curl);
$result = json_decode($result, 1);
$b24_id=$result[result][CALL_ID];
# передаем полученный от Битрикс 24 идентификатор звонка в диалплан asterisk;
$agi->set_variable("b24_id", $b24_id);
?>-
467 9 0 Здравствуйте, Игорь!
Заинтересовал ваш проект, после уточнения деталей могу приступать к работе.
Навыки: HTML, CSS, JavaScript, PHP, GIT, Gulp, Bootstrap, React.js;
CMS: WordPress, Opencart, Ocstore;
Конечные строки и цена после обсуждения деталей.
Работу выполню качественно и в срок.
… С уважением,
Александр
-
696 35 3 2 Здравствуйте, напишите более подробно в ЛС.
______________---_______________
Current freelance projects in the category PHP
Integration needed: KeyCRM → Cash Register KashalotIt is necessary to set up integration between KeyCRM and the Cash Register Kahalot. When placing an order in KeyCRM, the data must be automatically transmitted to Kahalot: • order information • products, nomenclature • prices • quantity More details in private. Content Management Systems, PHP ∙ 58 minutes back ∙ 10 proposals |
Development of a single project based on the refinement and integration of 4 scriptsHello. I need to combine 4 scripts from different authors into a single environment. The composition includes a forum, a video portal, an article portal, and a classifieds board. I will provide the scripts. Detailed specifications are in the attached files. Please think about… PHP, Web Programming ∙ 1 day 7 hours back ∙ 28 proposals |
A WordPress site using the Kadence theme and Kadence Blocks.
225 USD
We need to create a website on WordPress using the Kadence theme and Kadence Blocks. There will be no online store (although it may be added in the future). We need a homepage and several internal pages. The graphics are already prepared, the layout structure is mostly defined,… Content Management Systems, PHP ∙ 1 day 10 hours back ∙ 37 proposals |
Development of 2 SEO-oriented websites for selling spare parts (ATVs and special equipment)Development of Two Specialized Websites for Selling Spare PartsGeneral Information It is necessary to develop two specialized websites: Spare parts for ATVs, UTVs, SSVs, and other similar equipment. Spare parts for special equipment. Existing company website:… PHP, Web Programming ∙ 2 days 7 hours back ∙ 72 proposals |
Development of a WordPress website
23 USD
We are looking for a contractor to develop a custom website on WordPress for a jewelry store. The first stage will be a consultation. Content Management Systems, PHP ∙ 4 days 23 hours back ∙ 72 proposals |