Forum Replies Created

Viewing 15 posts - 541 through 555 (of 1,537 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1537
    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.

    Nishit Shan
    Participant
    Post count: 1537
    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 1 year, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1537
    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 1 year, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1537
    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: 1537
    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: 1537
    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 1 year, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1537
    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: 1537
    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: 1537
    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: 1537
    in reply to: Voip Repair 24 #12665

    Hello Mark,

    Find #post-12664 .

    Nishit Shan
    Participant
    Post count: 1537
    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: 1537
    in reply to: API Statistics #12649

    Hello Mark,

    Please provide EN updated id and password for admin.

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

    Hello Mark,

    Please find post #12639.

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

    Hello Mark,

    Thank you for your message

    I will check that and will get back to you.

Viewing 15 posts - 541 through 555 (of 1,537 total)