Forum Replies Created
-
AuthorPosts
-
in reply to: Voip Repair 24 #12684
Hello Mark,
Check this link for screenshot (https://ibb.co/FhMsb9p). There is a normal entry for end with 8888 it is not wildcard entry. The reason behind getting 1000 number is not wildcard.
in reply to: Voip Repair 24 #12682Hello Mark,
I am checking the code for wilcard issue.
How is it possible the same code behave different for different execution time ? If it once worked it should work every time. But i will check the code if there is some issue. Can you please ask for some entry for wildcard so i can also test by adding from my side.I did fixed the limit 10 digits for the wilcard.
-
This reply was modified 1 year, 1 month ago by
Nishit Shan.
in reply to: Voip Repair 24 #12678Hello Mark,
I was started working on new job that’s why i sent you the error code for API response so i can get reason and do fix them.
Currently i am going to work on export functionality like we have on inteliquent.-
This reply was modified 1 year, 1 month ago by
Nishit Shan.
in reply to: Voip Repair 24 #12676Hello Mark,
Thanks for post#12674.
Every thing is ok and safe for now.
There is heavy rain fall in my city that’s why.in reply to: Voip Repair 24 #12675Hello Mark,
Say thanks to support team for API, I think now it is working .
in reply to: Voip Repair 24 #12672Hello Mark,
See my city condition right now
https://portal.voip.us/public/temp/WhatsApp%20Image%202024-08-27%20at%2011.32.52.jpeg
-
This reply was modified 1 year, 1 month ago by
Nishit Shan.
in reply to: Voip Repair 24 #12670Hello Mark,
check this link :(https://portal.voip.us/public/temp/errorresponse.txt)
in reply to: Voip Repair 24 #12664Hello Mark
This link https://portal.inteliquent.com/CustomerPortal/caseSummary.htm you provided is not accessible on my end.
screen-shot: https://ibb.co/tX27tRSI am not getting your “we are looking on Inteliquent portout table it shows webhook address poiting to voip?” line.
Yesterday i was working on EN site for bug fixing so i did not get time to look on new added task, I will see to day and tell you about the progress.
in reply to: Voip Repair 24 #12666Hello Mark,
Do you want same look and functionality as inteliquent for port out upgrade ?
Can you please be specific about your need?in reply to: Voip Repair 24 #12665Hello 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.
-
This reply was modified 1 year, 1 month ago by
-
AuthorPosts