Написание скриптов 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
Multifunctional HTML template for a betting website and parsing match API (
25 USD
I have a Sportsbook API, I need to download a template for an online betting website from the internet and integrate match parsing and a payment system into it) the task is very simple, write who can do it right away) essentially, I need a basic website for testing with a… PHP, Python ∙ 44 minutes back ∙ 5 proposals |
Resolve the loading issue on the PrestaShop website hostingThe website requires more and more resources each month. The host's response: During the server check, increased load from the MySQL database server was recorded. At times of the 500 error, the MySQL process uses a significant portion of CPU resources, which can lead to unstable… PHP, Databases & SQL ∙ 1 hour 40 minutes back ∙ 11 proposals |
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 ∙ 3 hours 50 seconds back ∙ 13 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 9 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 12 hours back ∙ 37 proposals |