Forum Replies Created

Viewing 15 posts - 211 through 225 (of 1,206 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12682

    Hello 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 4 months, 4 weeks ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12678

    Hello 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 4 months, 4 weeks ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12676

    Hello Mark,

    Thanks for post#12674.
    Every thing is ok and safe for now.
    There is heavy rain fall in my city that’s why.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12675

    Hello Mark,

    Say thanks to support team for API, I think now it is working .

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12672

    Hello 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 4 months, 4 weeks ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12670

    Hello Mark,

    check this link :(https://portal.voip.us/public/temp/errorresponse.txt)

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12664

    Hello Mark

    This link https://portal.inteliquent.com/CustomerPortal/caseSummary.htm you provided is not accessible on my end.
    screen-shot: https://ibb.co/tX27tRS

    I 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.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12666

    Hello Mark,

    Do you want same look and functionality as inteliquent for port out upgrade ?
    Can you please be specific about your need?

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12665

    Hello Mark,

    Find #post-12664 .

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12650

    Hello 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

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: API Statistics #12649

    Hello Mark,

    Please provide EN updated id and password for admin.

    Nishit Shan
    Participant
    Post count: 1206
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12641

    Hello Mark,

    Please find post #12639.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12637

    Hello Mark,

    Thank you for your message

    I will check that and will get back to you.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Repair 24 #12619

    Hello 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.

Viewing 15 posts - 211 through 225 (of 1,206 total)