Forum Replies Created
-
AuthorPosts
-
in reply to: Voip Repair 24 #12665
Hello Mark,
Find #post-12664 .
in reply to: Voip Repair 24 #12650Hello Mark,
For #12631 : No web-hooks were involved in our functionality. I just used Curl to fetch data from the API.
———————————————————————————————————————————————–
Here is a snippet for to fetch data of portout order, It takes time to generate response because of that the portout list page takes time to load.$port_out_url = ‘https://services.inteliquent.com/Services/1.0.0/orderList’;
$Data = ‘{
“privateKey”: “Z0Ainfdg0su6MTfoGgnRhk0B_YYa”,
“productId”: 114,
}’;$Auth_Carrier = ‘Authorization:Bearer ‘ . $token_id;
$port_out_curl = curl_init($port_out_url);
curl_setopt($port_out_curl, CURLOPT_POST, 1);
curl_setopt($port_out_curl, CURLOPT_HTTPHEADER, array(‘Content-Type: application/json’, ‘charset:UTF-8’, $Auth_Carrier));
curl_setopt($port_out_curl, CURLOPT_POSTFIELDS, $Data);
curl_setopt($port_out_curl, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($port_out_curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($port_out_curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($port_out_curl, CURLOPT_TIMEOUT, 120);$port_out_result = curl_exec($port_out_curl);
$port_out_result_Data = json_decode($port_out_result, true);Hope this will help
Thank you
in reply to: API Statistics #12649Hello Mark,
Please provide EN updated id and password for admin.
in reply to: Communication Tool – Upgrade #12152I am getting this error on screen-shot (https://ibb.co/SsV4g9C) at using your link.
https://cloud.webmaklay.dev/inter/admin/index.php?Page=Lists&Action=Edit&id=7in reply to: Voip Repair 24 #12641Hello Mark,
Please find post #12639.
in reply to: Voip Repair 24 #12637Hello Mark,
Thank you for your message
I will check that and will get back to you.
in reply to: Voip Repair 24 #12619Hello Mark,
These below field is form API response for order detail:
“orderDetailResponse”:
{
“tnList”: { “tnItem”: [
{
“tn”: 7735162004,
“trunkGroup”: “CHCGIL24CL1_897”,
“endUser”:
{
“name”: “Marcia Bog”,
“streetNum”: 123,
“streetPreDir”: “”,
“streetName”: “Winding”,
“streetType”: “Way”,
“streetPostDir”: “”,
“locationType1”: “”,
“locationValue1”: “”,
“locationType2”: “”,
“locationValue2”: “”,
“locationType3”: “”,
“locationValue3”: “”,
“city”: “Chicago”,
“state”: “IL”,
“postalCode”: “60661”,
“typeOfService”: “Residence”,
“status”: “Received”
},
“tnFeature”:
{},
“tnGroup”: “Group ID 65159 – Verizon Wireless:6006 – SVR/2”,
“accountNum”: “0001234”,
“atn”: “8885551234”,
“lata”: “358”,
“rateCenter”: “CHICGOZN02”,
“province”: “IL”,
“tnStatus”: “PIN required/invalid”,
“authName”: “Marcia Bog”,
“authDate”: “2016-05-20 00:00:00.0”,
“accountPin”: “”,
“cnamEnabled”: “N”,”cnamDip”: “N”,
“cnamStatus”: “”,
“dlEnabled”: “Y”,
“dlStatus”: “Failed”,
“e911Enabled”: “N”,
“e911Status”: “”,
“msgEnabled”: “Y”,
“msgStatus”: “Complete”,
“routingLabel”: “”,
“respOrgName”: “”,
“respOrgPrefix”: “”,
“cicList”: {“cic”: []},
“cicCompanyList”: {“cicCompany”: []}
}]},
“orderId”: 1054832,
“orderStatus”: “Pending”,
“productName”: “LNP Port-In”,
“serviceOrderName”: “New”,
“customerOrderReference”: “TestOrder”,
“createdUser”: “api_user”,
“desiredDueDate”: “2015-12-24”,
“desiredPortTime”: “09:00 US/Central”,
“orderNotes:” [ {
“note”: “This is a note!”,
“insertDate”: “2015-12-16 17:09:55.0”,
“insertUser”: “api_user”
}, {
“note”: “This is another note.”,
“insertDate”: “2015-12-15 17:09:55.0”,
“insertUser”: “api_user”
} ]
}Tell You admin to see which information is currently not available on your voip site . i can display any of these detail.
NOTE: Please ask your all API provider to optimise the speed, because the API response speed is too slow and any modification or update is worthless if the site speed is slow.
Important Information: Next Monday to Thursday is government holiday in India so i will not be available.
in reply to: Voip Repair 24 #12616Hello Mark,
download button for all number function:
download button :/resources/views/pages/allnumbers.blade.php,
Backend function: /app/Http/Controllers/HomeController.php (funtion name : downloadall)download button :/resources/views/pages/activenumber.blade.php,
Backend function: /app/Http/Controllers/HomeController.php (funtion name : download)in reply to: Voip Repair 24 #12612Hello Mark,
1. I am revisiting inteliquent API, so please be patient i will give my view on it.
2. I am not getting what you want about file upload.in reply to: API Statistics #12609Hello Mark,
Check now, i think now i achieved your requirement.
in reply to: Voip Repair 24 #12606Hello Mark,
I am yet to understand your need, will update you once i check your need.
in reply to: API Statistics #12605Hello Mark,
I think all task within Custom api task been done. Testing pending for API statics and sample page.
in reply to: API Statistics #12603Hello Mark,
I have already added the provided code in all pages. I was aware about it.
in reply to: API Statistics #12600Hello Mark,
Please check the link (https://phonenumbers.website/sample/index.php) for sample page , I made it to search with are code but it is being hard for me to add search by state.It is not impossible task but it will take time to reach on the result.
Please check the design also, if you are not happy with design or implementation then please share a reference template or design for me.
-
This reply was modified 8 months, 1 week ago by
Nishit Shan.
in reply to: Voip Repair 24 #12598Hello Mark,
Sorry, I provided wrong information to you in post #12587 instated of xxxxxxx000 it should be *******000.
-
This reply was modified 8 months, 1 week ago by
-
AuthorPosts