Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    2,000 callback trabajados encontrados, precios en EUR

    I am looking for a freelancer who are expert in Android. I have got a problem with my class as I am unable to call the function to change the placeholder, font color...etc. If you can be able to have a quick look for me to find out why it doesn't work and fix it, I will be happy to pay $40 after the work is done. Thanks for your interest.

    €38 (Avg Bid)
    €38 Oferta promedio
    27 ofertas

    Hi there, we are looking for a developer for a small native app for Android and iOS. The app should basically work as a fullscreen webview but with callback to the native code to trigger the camera (or any other library of your choice) to scan a barcode and feed the result back to the page in the webview. App should check on launch if connected to the internet and show a warning if not. (only once at start) if connected proceed to the webview For testing please create a HTML page with a button (to run the callback / camera on click) and an input field for displaying the result. nothing more if the camera opens for scanning, please make clear, that this step is for scanning of a barcode, maybe a visual scan area or a text message or whatever. for iOS please use swift, fo...

    €52 (Avg Bid)
    €52 Oferta promedio
    24 ofertas

    Hi, I need someone who can create a payment gateway plugin for shopify. Here is how the plugin will work: User will click on checkout from shopify -> They will be redirected to a payment gateway's website -> Now everything will be handled by payment gateway -> when the payment is done, a data will be sent to callback url of shopify where you can update the payment status -> user will be redirected back to shopify website.

    €343 (Avg Bid)
    €343 Oferta promedio
    29 ofertas

    I need to write a code that will take an image url on Facebook and download it to the server with nodejs. I used a native nodejs method but it didn't work, because the url o...frI&utld=fbcdn.net&_nc_oe=7070b&_nc_sid=58080a&ccb=3-6&_nc_hash=AQFuBfHWEQYiHZdt I have tried using nodejs native method and libraries, and none of them work. let fs = require('fs'), request = require('request'); let download = function(uri, filename, callback){ (uri, function(err, res, body){ ('content-type:', ['content-type']); ('content-length:', ['content-length']); request(uri).pipe((filename)).on('close', callback); }); }; download('url', './fb_ads_image...

    €122 (Avg Bid)
    €122 Oferta promedio
    23 ofertas

    Just need to follow steps in: About 30% of that is done, here's what's done: * Callback API created (DB interactions not done) * Create subscription API created (DB interactions not done) * Create Stripe customer done (upon login of customer) * Front end in step 6 What needs to be done: * Front end, backend integration for creating subscription and DB interaction for creating subscription * Profile page on front end and ability to cancel subscription and also show current payment method * DB interactions for callback API for invoice paid and any other events * Allowing customers to change their plans (creating a new page, api, stripe interactions and integrating FE, BE)

    €129 (Avg Bid)
    €129 Oferta promedio
    9 ofertas

    Hi, I have this code in functions in child theme and it works fine, I would like to remove csp_extra_info for specific category and show for all other categories add_filter( 'woocommerce_product_tabs', 'csp_add_extrainfo_single_product',10 )...and show for all other categories add_filter( 'woocommerce_product_tabs', 'csp_add_extrainfo_single_product',10 ); function csp_add_extrainfo_single_product( $tabs ) { $tabs['csp_extra_info'] = array( 'title' => __( 'Extra Info', 'woocommerce' ), 'priority' => 10, 'callback' => 'csp_extra_info_data' ); $tabs['csp_safety_info'] = array( 'title�...

    €16 (Avg Bid)
    €16 Oferta promedio
    6 ofertas

    . A pre-installed and fully operational PBX server inside a docker container, ready to be deployed to a virtual machine. 2. The PBX installation must additionally contain: a) browser call (webrtc) with API callback to update the status and information about the call on a third-party resource b) recording API calls with a callback to update the RECORDING URL on a third-party resource c) connect multiple phone numbers and users 3. The PBX must be configured on the SIP provider XXXXXXXX page with a functional browser call (webrtc) plugin written in JQuery, which is able to accept a call, initiate a call, put a call on hold, continue the call, reconnect to the call for a specific user 5. API to initiate browser call (webrtc) via PHP/NODEJS without having to enter a phone ...

    €604 (Avg Bid)
    €604 Oferta promedio
    21 ofertas
    DFS Assignment Finalizado left

    ...++timestamp Implement this algorithm in the template in the like named methods. Notice that the main() function builds the graph using () with the initial values in main() creating a Graph object which has an adjacency list representation of the graph. main() calls the method assignWeek9() which in turns calls dfs(). After dfs() returns, the method allEdges() is called with a Callback instance. The method call() is in the class CB1 at the end of the source code and should also be filled out. allEdges() will call () for each edge (u,v) in the graph. call() should classify the edges according to the following. tree edges should be mark as such in dfs_visit() forward edges have timestamps that satisfy: start(u) < start(v) and finish(v) < finish(u) back edges have timestamps

    €23 (Avg Bid)
    €23 Oferta promedio
    10 ofertas

    I need to build a proof of concept Java multithreaded standalone application that will connect to one or multiple Asterisk servers using AMI protocol (preferably using a library) and trigger a callback function when receiving events. At the same time, one or multiple clients can connect to this Java application using a predefined port (like 5039) and using the AMI protocol receive the events from the asterisk servers and send commands to one or multiple clients. When an event is received from the asterisk server, the application will send the same event to all or some of the clients connected. When a command is received from any of the clients connected, the same command will be sent to the asterisk server. In other words, I need a "wrapper". This is just a proof of concep...

    €617 (Avg Bid)
    €617 Oferta promedio
    5 ofertas

    I need an electron app which will need to run on a linux pc. At the startup it will need to check the presence of a USB stick, mount it (in read only) and read the content showing in case some full screen message to inform the user: - USB drive not plugged in - Missing content in the USB drive If a proper content is present (a JSON file + ...(). The JSON file will contain an array of markers and related endpoints to call every time a marker is reached during the video play, for example: [ {ts: '00:10', cb: 'xxx'}, {ts: '00:20', cb: 'yyy'}, {ts: '00:15', cb: 'zzz'}, {ts: '00:23', cb: 'aaa'}, ] The video should run in loop. Every time a marker is reached during the video play, it must call a callb...

    €631 (Avg Bid)
    €631 Oferta promedio
    19 ofertas

    ...this, but (a) it contains too much additional functionality, (b) parses the BLE advertising data (payload) and doesn't provide access to the raw data/payload, and (c) GPL is unsuitable for my project which will be released under an MIT licence. The program will: 1) Passively listen for BLE advertisements (endless loop) 2) Call a callback function with the Bluetooth address, the RSSI, and the advertising data payload 3) For development purposes, the callback function will simply print the address, RSSI, and advertising data payload in hex. The Go program must work on Linux (Windows and MacOS support is not required). I have tested the existing GPL library on AMD64 and a Raspberry Pi 4b and it functions correctly. I will provide the GitHub link to the GPL softwar...

    €562 (Avg Bid)
    Urgente
    €562 Oferta promedio
    9 ofertas

    ...only text B) <i> tag(font icon) only C) <i> tag + text(optional) Dev Notes: 1) if options are not fit into a single row, they should go to the next row and be aligned left. 2) probably instead of <i> we will use <svg>, so plugin should adapt 3) the plugin should reflect if the select value is changed programmatically (we will call jquery .change() on the element) 4) the plugin should have a callback when the option is selected by the user (it should not be called when the value is changed programmatically) 5) CSS should be in a separate CSS file and should be specific to the plugin(so no general class names and no overwrites of general tags styles) Design Notes: 6) The UI Element should have the following Parameters exposed for adjusting the UI for th...

    €270 (Avg Bid)
    €270 Oferta promedio
    14 ofertas

    ...gateway. The existing module also allows repeat capture payments to be taken as well. All of this works, but an extra tweak is needed that is beyond my knowledge. The following needs to be completed: - Add a new field to tblclients table, to store a secondary 'token' in WHMCS which will be generated by the payment gateway (which you would retrieve in the response, which is dealt with in the 'callback' code. This secondary token will need to be sent to the payment provider for any recurring payments (using WHMCS capture function), in addition to the primary token stored in the gatewayid field in tblclients. - A HTML Form is generated within the code, some logic needs to be added depending on whether a token is already stored or not i.e. if no token is stored,...

    €27 (Avg Bid)
    €27 Oferta promedio
    11 ofertas

    I will award this project in the next 30 minutes. Only bid if you can complete within the next 8-12hrs. Extract data from all map pins from this URL: Data can be found in the jQuery callback location_id device_id location_name public_name latitude longitude

    €33 (Avg Bid)
    €33 Oferta promedio
    6 ofertas

    ...must-revalidate', 'Pragma': 'no-cache', 'Expires': '0' }, cache: false }).then(function (resp) { }, function (error) { (error); alert((error)); }); this is the error showing under callback error function. { "data":null, "status":-1, "config":{ "method":"POST", "transformRequest":[ null ], "transformResponse":[ null ], "jsonpCallbackParam":"callback", "url":"../../", "data":"all data that I pass are returned just", "headers":{ "Content-Type":"application/x-www-form...

    €24 (Avg Bid)
    €24 Oferta promedio
    21 ofertas

    ...store in local database and provide various insights and follow-up activities on those tasks. Project scope: -) Check and understand readme -) Install the repository from github -) read -) setup the app and run the tests -) Confirm app is working on your computer (by sending pytest results) -) Create Dash application showing: --) Button “Send reminder” --) 2 Dropdown-Filters (with callback) and multiple selections: for , --) Filter “only overdue” as checkbox --) Based on the filter values: ---) Number of open tasks per space (see ctr.Reporter.task_count_by_space()) as bar graph sorted from lowest (left) to highest count (right) with different colours and name of space on hoovering over with the mouse ---) Number of overdue Tasks as Card ---) Average A...

    €191 (Avg Bid)
    €191 Oferta promedio
    16 ofertas
    WordPress Plugin Finalizado left

    Hello, I would like to hire a person who can do a wordpress for me. That plugin will be a payment aggregator for Airtel Money platform. I need to help customers on a website where the plugin will be installed to pay an order using Airtel...to hire a person who can do a wordpress for me. That plugin will be a payment aggregator for Airtel Money platform. I need to help customers on a website where the plugin will be installed to pay an order using Airtel Money (). Airtel Money will provide me for each application i will created on their developer portal a client ID and a key. There will be a callback function to show response depending the value received from Airtel money developer portal. Let me know your proposal for developing this plugin. Thanks

    €169 (Avg Bid)
    €169 Oferta promedio
    50 ofertas

    In the attached PDF you have all the information 1 - Login to enter the website 2 - Create new contract 3 - Check if the customer already exists in our database, ...number of months [4] of the droplist and the system generates an ATM reference in Ifthenpay with the value of this monthly payment. 9 - The fields will be inserted in the contract text. 10 - Finish - PDF with the fields entered, text of the contract and the ATM reference. 11 - Contract - reference, name, etc. Possibility of editing the Contract, manual payment at the agency, missing payments. 12 - Callback URL every day to see payments made, insert payment (date and amount) into the contract. 13 - Payments will have to be made every month until the day in the initial contract. 14 - Backoffice homepage with list of late ...

    €567 (Avg Bid)
    €567 Oferta promedio
    53 ofertas

    I need a Django/Python developer who is familiar with the PayPal SDK for Python to implement simple recurring payments for a Django application: Must recreate billing agreement, collect all the necessary details for the PayPal transaction, update a piece of logic to set membership expiry (31 days after the payment successful payment date) - and to get the callback from PayPal when payment is taken again from their side to extend their membership expiry.

    €172 (Avg Bid)
    €172 Oferta promedio
    24 ofertas

    ...Defect Tracking Tool - Microfocus ALM Fundamentals of UNIX OS & Shell Scripting Basic concepts of ETL & Datawarehouse Basic Concepts of Mobile Testing Configuration Management - TFS Foundation Oracle SQL Contents(16hrs) SQL fundamental Retrieving Data Using the SQL SELECT Statement Java Java Java Unit Testing Servlets,JSP,Webservices Data connection pool Build tool -Maven jQuery,Ajax,Javascript Callback function Introduction to Test Automation Selenium​ API testing - SOAP UI Rest Assure Http client Test Automation VB Scripting and Microficus UFT Evaluation - Microfocus UFT Test Basics of Cloud and Virtualization Agile and Devops gitHub Introduction to Performance Testing and Concepts Performance testing - Walk through of tool features & Scripting Loadrunner/Jmeter Se...

    €64 / hr (Avg Bid)
    €64 / hr Oferta promedio
    11 ofertas

    I have a node js grpc server and client. The code was written with callback but due to racing conditions it is rewritten in Async await on the server side. But now on the server side it looks ok. But on the client side the function call is done, the server gets the data but when it returns the client does not receive it. I need someone with experience in Node JS, async await troubleshooting and also GRPC experience. If you are the person to help me i will submit some sample code off the client and server to reproduce and hopefully resolve the issue.

    €155 / hr (Avg Bid)
    €155 / hr Oferta promedio
    36 ofertas

    Hello, I am looking for somebody who can help me integrate my website with coinpayments PHP API to generate a QR code for the payment and wait for the response and execute a callback to store the information in the database. You must know, PHP, Ajax, Codeigniter 4 I can do this myself but don't have time.

    €114 (Avg Bid)
    €114 Oferta promedio
    57 ofertas

    getting the below error on using "waitFor()" : Timeout - Async callback was not invoked within the 5000 ms timeout specified by - Async callback was not invoked within the 5000 ms timeout specified by :

    €40 (Avg Bid)
    €40 Oferta promedio
    17 ofertas

    Hello, I am looking for the following: The candidate will have to be able to integrate COINPAYMENTS processor into our site built with PHP and Yii framework. - Our site uses PHP and Yii framework technology. - We will create the REST APIS to synchronize CoinPayments. - We have the wallet functionality. It does not have to be integrated into various modules only the wallet...TRON, SOLANA....) - It will generate the individual address to deposit users' crypto. - Able to withdraw and deposit. - Able to use QR code. - Able to copy the address. - Transactions will be recorded accordingly. - Users from the site can see the info txid to check in the particular network. - Able to work with the team who is developing the project. - Thank you,

    €626 (Avg Bid)
    €626 Oferta promedio
    25 ofertas

    Hi everyone! I need a simple Android app th...everyone! I need a simple Android app that be written in Kivy (python). This app must have three distinct screens: 1- Login screen with cellphone number of delivery man. The login action will call an API method to validade a phone number; 2 - Screen that awaits a new orders to accept. This screen must have an animation of "waitting" means and call an API mehtod with 5 seconds of interval. When callback return a json data with orders data, the app must redirect to thrid scren that will shows a order details. 3 - This last screen will shows a new order details and must have a button accept; I need the first screen have a red background wirh logo in attach. So, can you help me? And please, make a simple code to mantain. A...

    €191 (Avg Bid)
    €191 Oferta promedio
    6 ofertas

    i have api and callback. i need it implemented into an existing classifieds script. please take a look at , Ive just installed it and currently is set for paypal. i do not want to use paypal, I need callback option to replace paypal. summary: a user has a wallet in , they want to post an ad, they must top up thier wallet by $ from coinpayments. once thier wallet has funds they can then post ad to pascopaper.com. also, each user can send $ from wallet to another user wallet incase they do not want to top up using coinpayments.

    €180 (Avg Bid)
    €180 Oferta promedio
    16 ofertas

    I have a site at and I am unable to edit it (Homepage is Elementor) - I am getting the following error message: Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'royal_magazine_excerpt_length' not found or invalid function name in /home/customer/www/ on line 307

    €25 (Avg Bid)
    €25 Oferta promedio
    29 ofertas
    Fix error model api Finalizado left

    Appear error appear ... affer the pay Appear blank white page And the order not appear on my orders This error on link And the order not appear. Remains in lost orders I want to appear this page When complete the payment And when click cancel appear error.. not go to my site

    €30 (Avg Bid)
    €30 Oferta promedio
    11 ofertas

    need xenforo forum addon that addon work for me like! user list any item there and other user want to buy just click buy now when user click buy now then user take the item .after pa_id 3 way conversation start with admin buyer and seller add-on which is pretty much a 'button' that runs a php file/function/callback. This file must be able to get custom user field data, as well as the members' current ID, and whether or not they are in a usergroup. (I will personally use this to include another php class, and run a function which will add the corresponding data to my table.) If it's not too much of a hassle, I'd also like to be able to somehow communicate a response through the file that the button calls, ie Button (on a page) ---> (middleman) File --->...

    €12 (Avg Bid)
    €12 Oferta promedio
    3 ofertas

    need xenforo forum addon that addon work for me like! user list any item there and other user want to buy just click buy now when user click buy now then user take the item .after pa_id 3 way conversation start with admin buyer and seller add-on which is pretty much a 'button' that runs a php file/function/callback. This file must be able to get custom user field data, as well as the members' current ID, and whether or not they are in a usergroup. (I will personally use this to include another php class, and run a function which will add the corresponding data to my table.) If it's not too much of a hassle, I'd also like to be able to somehow communicate a response through the file that the button calls, ie Button (on a page) ---> (middleman) File --->...

    €11 (Avg Bid)
    €11 Oferta promedio
    2 ofertas

    ...The unmanaged dll just needs to have one function that starts a background thread which calls a callback every second. The callback can simply pass an integer value that is incremented each time the callback is called. I expect it will be necessary for the unmanaged function to accept a callback pointer so that the background thread knows what to call. The managed dll will need to expose the same functionality to the .Net C# Winforms app and it must use the unmanaged C++ dll. I believe this will involve having a delegate in the managed C++ dll that is used in the WinForms app to accept the callback. So when the unmanaged dll calls the callback, the managed dll needs to raise an equivalent callback to the C# app, passing the integer valu...

    €56 (Avg Bid)
    €56 Oferta promedio
    3 ofertas

    ...(country){ this._super(value, field); if(value == '' && == 'checkoutProvider'){ (false); (''); (true); ([]); (''); } } }, /** * Callback that fires when 'value' property is updated. */ onUpdate: function () { this._super(); var value = (), result; result = [value]; if(result != undefined){ (); } else { (''); } },

    €102 (Avg Bid)
    €102 Oferta promedio
    6 ofertas

    after paying the callback url of the site does not process the payment.

    €37 (Avg Bid)
    €37 Oferta promedio
    13 ofertas

    I’m looking for callback leads for mortgage protection insurance. I’ll need the call recording as well. If you can provide this please reach out

    €130 (Avg Bid)
    €130 Oferta promedio
    7 ofertas

    ...given path -- /renamefile endpoint - Rename a file at the given path to the given name -- /downloadfile endpoint - Delivers a downloads of the file from the given path to the browser -- /downloadstatus endpoint - Check status of download by filename -- All endpoints should have a callback URL option to POST the result to another web server along with a hash generated using the same method as the checkHash function below (For example, when a download completes or fails, it should POST the result to a web server if a callback URL is provided to the API) - Web server must have a JSON config with the following options: -- Enable/Disable Web Server -- Web Server Port -- Enable/Disable SSL on Web Server -- SSL Certificate must be in its own files ( and ) -- Secret String -- Sec...

    €243 (Avg Bid)
    €243 Oferta promedio
    7 ofertas

    I need to receive USDT TRC-20 on the website (opencart 3.0.3.8 + Journal 3.18 checkout) I need it automated, but I have not found any iformation how to do it with using any 3rd par...etc. So basically, the customer enters website, chooses PAY WITH USDT on checkout, after he clicks confirm >>in next window it will generate unique address with a QR code for each order so customer can pay, also at the same time order is created in back-end opencart with custom status (which i can choose, for example: unpaid) Once the transfer is confirmed on the Tron network, there will be a callback to website so the order status will be changed from unpaid to paid. Also possibility for customer to ''pay layer'' from order list clicking pay now. Maybe you already have so...

    €244 (Avg Bid)
    €244 Oferta promedio
    13 ofertas

    ...specify it to on the Binance Smart Chain. I think this is an easy error to fix but I am not a coder so I do not know what to do. May just be as simple as installing a different version of NodeJS. Please see the error here: Either the bot does nothing and application shuts off. 
Or gives us this error: TypeError: Cannot read properties of undefined (reading 'callback') at (/Users/benmurray/PancakeswapSniper-Plus/node_modules/@ethersproject/providers/lib/:29) at (/Users/benmurray/PancakeswapSniper-Plus/node_modules/ws/lib/:16) at (node:events:526:28) at (/Users/benmurray/PancakeswapSniper-Plu

    €136 (Avg Bid)
    €136 Oferta promedio
    21 ofertas

    Create this page in hubspot 1. The form needs to be created using Modules. So that the modules can be reused. the form data in Hubspot DB an email template a workflow which triggers emails to Completed customers. a reminder email to customers who have partially completed form 24 hr later. partial form entry's into audience , for retargeting via social channels. Payment will be released on above milestones successfully built & tested.

    €15 (Avg Bid)
    €15 Oferta promedio
    2 ofertas

    ...to work as normal. The bellow error message might or might not be related to that issue. In either case, we need you to debug the cause and help fix the code as needed. : Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /home/public_html/vendor/smile/elasticsuite/src/module-elasticsuite-virtual-category/Helper/ on line 76 {"exception":"[object] (Exception(code: 0): Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /home/public_html/vendor/smile/elasticsuite/src/module-elasticsuite-virtual-category/Helper/ on line 76 at /home/public_html/vendor/magento/framework/App/)"} [] You

    €157 (Avg Bid)
    €157 Oferta promedio
    16 ofertas

    I have an existing VUE 2.0 web app that shows uploaded images. I'd like for the user to be able to drag images to reorder them. The callback for drag/drop would have to include info to update database with appropriate order. Sort Order is a field on the recordset. The existing app has buttons to move 1 spot forward back or send to the front/back but the end user wants drag/drop reordering. Max spend on this project is $130.

    €176 (Avg Bid)
    €176 Oferta promedio
    19 ofertas

    I have a trouble with building NFT minting smart contract with integrating with chainlink VRF. The main function is that getting random values from chainlink and mint the specific token IDs based on random values. But in the callback function, I can't just execute minting logic and I think it's reverted in the function. Anyone who can review my current code and give some fix to my contract? looking forward your reply

    €1670 (Avg Bid)
    €1670 Oferta promedio
    9 ofertas

    ...Read (discord tab) for more information. FIY everything is configured in the backend for discord login and when we do it without the front it works well. It's create automatically the user if he doesn't exists and it returns a jwt for the front. The only thing that may be wrong is the callback url defined on discord developer portal. Also i'll need help about how can I update the session throught my application (in page for example) And also help me to pass some variables to the whole application for example the user IP that is retrieve in the _document page, I don't manage to pass the IP to the whole application. And to finish, I'll need you to help me integrate a v-bind

    €20 (Avg Bid)
    €20 Oferta promedio
    2 ofertas

    I have a trouble with building NFT minting smart contract with integrating with chainlink VRF. The main function is that getting random values from chainlink and mint the specific token IDs based on random values. But in the callback function, I can't just execute minting logic and I think it's reverted in the function. Anyone who can review my current code and give some fix to my contract? looking forward your reply

    €367 (Avg Bid)
    €367 Oferta promedio
    11 ofertas
    Wordpress Plugin Finalizado left

    I need a Wordpress plugin developed. I’m looking for a plug-in that shows when the website has a live visitor on the website. Website owner can track all visitors from dashboard and see users page landed on, users city and state. Also would like a pop up form to appear on any age user lands on immediately. Popup form can ask user to request a quote, callback or appointment. Website Admin can edit form at anytime. Once user clicks submits form button on mobile website , then button will trigger a incoming call from website phone number to users mobile phone. Website admin can change or update the outbound business phone number at time in dashboard. Please be experienced in Wordpress Plug-in. Read description carefully. Do not make offer without understanding the project. ...

    €250 (Avg Bid)
    €250 Oferta promedio
    32 ofertas

    Need to develop an IOT product that Must Have:...inputs (0-10V or 4-20mA) 10. USB interface for configuration Preferred to have 1. 2 Line Segment LCD display( if this is the case then LED outputs will not be needed) 2. WiFi interface 3. 2 Port on-board switch to make Daisy chain Software: We need basic functions to be implemented: 1. MQTT over Ethernet TCP/IP: Solution will provide functions to connect, publish , subscribe. There will be one callback function, that will be called as soon as we receive any messages for the subscribed topic. soon as there is a power failure detected the data will be written to EEPROM 3. Developer needs to provide interfaces for all IOs 4. on RS 485, Modbus Master stack Deliverables: 5 protoytypes, BOM, PCB design, Schematic, Application debug s...

    €1238 (Avg Bid)
    €1238 Oferta promedio
    20 ofertas
    VOIP - Asterisk Finalizado left

    Looking for A2billing installation on Centos 8 with latest stable Asterisk Version. Features : - 1) PC - PC 2) PC- PSTN Calls 3) Callback 4) Inbound DID 5) A2billing integration with freepbx 6) A2billing integration with Vtiger

    €286 (Avg Bid)
    €286 Oferta promedio
    5 ofertas
    VOIP - Asterisk -- 2 Finalizado left

    A2billing installation on centos 8 with latest Stable asterisk. Feature : PC-PC Calls PC-PSTN Calls ANI Callback Web Calls Back Inbound DID A2billing integration with Vtiger CRM

    €152 (Avg Bid)
    €152 Oferta promedio
    3 ofertas

    REACT JS developer required to work on integrating video carousal and live video player on react web...as display image for each slide with a play button over it in middle. Whem clicked on play button video from videoUrl has to be played in the slide. Remaining slides would also be visible behind active slide. Check attached image for design correspondence. 2. Live video - We get a live video url in .m3u8 format. But url returns 404 if stream is not live or url is wrong. We have to code callback for these errors and display another static image in place of the video. Package we are currently using to show live video - . Although we can use any another player as long as it plays live videos fine. This task shouldn't take more than 4-8 hrs.

    €33 (Avg Bid)
    €33 Oferta promedio
    3 ofertas

    hello, i need someone to help me writing a script for creating X number of instances using azure compute api. Create debian machines, use ssh auth if possible and save the IPs on a list for later use. Experience required, its not that simple because you need to create an callback auth endpoint on django

    €46 (Avg Bid)
    €46 Oferta promedio
    3 ofertas

    I am trying to find the callback of hcaptcha it's an invisible one what I need is the javascript code that I type in the console so that it submit my response message me for more info

    €196 (Avg Bid)
    €196 Oferta promedio
    10 ofertas

    Principales artículos de la comunidad callback