Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 1,817 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11970

    Hello Mark,

    1) If client requested refund and we cancelled the number can the client still got a PIN?
    My comment : It will depend on telinta or vendor behaviour . If telinta or vendor is providing pin even after cancelled number then the API will also provide the pin.Because i am also providing the same information which is on telinta or vendor.

    2) Did you remove all the unnecessary info (mentioned in #11959) from API library?
    My comment: Yes, i removed all unnecessary info.

    3) If number is in Telinta but not in Ineloquent what is going to happened and other way around?
    My comment : There is 2 vendor with which API is acting to get information. firstly the API function will check if the vendor is Ineloquent or peerless-network and this will fetch the information from the related vendor.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11967

    Hello Mark,

    There is little changes is pending for API documentation regarding new changes in response of API.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11966

    Hello Mark,

    I have done with customer API from my side.
    yes, The API access is secure enough. Any member who want’s to access the API have to give there name then we check if the user is permitted from the admin to access the API . If the user is permitted from the admin to access the API then only they can access there information if not then they can not access the API Even if the user is a part of the voip.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11960

    Hello Mark,

    Thanks for the admin feedback,
    I will make change according to the #11959 information.

    Please check https://portal.voip.us/admin/miscellaneous page . I have given final touch to it.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11956

    Hello Mark,

    Please read #11835 andrey’s post. He asked me to make a documentation with simple instruction and i did so.

    NOTE: Please provide it’s login id and password (https://excellentnumbers.com/pages/Developers.html)

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11951

    Hello Mark,

    Take a look on below provided video link.
    Before Permission to access API:
    [video src="https://portal.voip.us/public/temp/before-permission.webm" /]
    After Permission to access API:
    [video src="https://portal.voip.us/public/temp/after-permission.webm" /]

    I am hoping this 2 video will make you easy to understand that how you can test.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11952

    Hello Mark,

    please find #post-11951

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11949

    Hello Mark,

    Do you people are familiar with API handling ? because you people are doing same mistake again and again. I said it is not web url it is API url. An api url doesn’t work like web url.In the documentation i informed you about how it will work, what is it’s required parameter and what is optional parameter.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11946

    Hello Mark,

    Please check the documentation, I have an example for request and response.Give the feedback by checking yourself or by asking admin.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11944

    Hello Mark,

    There is nothing new to update you today. I am making the documentation on rough page. Once it completed, i will update you

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11941

    Hello Mark,

    Your concern about the customer API, I have checked the API response and sent you the response.
    I am hoping that the person who is testing the API is familiar with API handling.

    Don’t worry i will do something in documentation that can make end user easier to understand.
    Below is a sample code which can be used to get the response.

    const formdata = new FormData();
    formdata.append(“name”, “webmakely”);

    const requestOptions = {
    method: “GET”,
    body: formdata,
    redirect: “follow”
    };

    fetch(“https://portal.voip.us/api/get-pending-number?name=Webmaklay”, requestOptions)
    .then((response) => response.text())
    .then((result) => console.log(result))
    .catch((error) => console.error(error));

    NOTE: There is various method using which third party user can get the response and display as they wish to display on there own website. Currently the code i provided to you is “JavaAscript-Fetch” method.

    FYI: I am working on admin side Miscellaneous Settings , so there is nothing to be worried about any changes you noticed on this page.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11940

    Hello Mark,

    thank you for your reply.

    I am currently making changes on Miscellaneous Setting page. So please do not make any changes on that page. After changes are complete i will update you.

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11935

    Hello Mark.

    Thank you for your replay.

    For miscellaneous Tab : I will enhance the page user interface.

    For API :
    Can you please explain it more? Where & How the user get issue on API so I can test it if i missed something?

    As I tested the API For user Great Number inc here are some screenshot of response:

    All Numbers : https://ibb.co/VxVjgR6
    Active Numbers : https://ibb.co/Vxn9h7n
    Inventory Numbers : https://ibb.co/dB8RDz8

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11936

    Hello Mark,

    Please find the the post #11935

    Nishit Shan
    Participant
    Post count: 1820
    in reply to: Voip Modules #11932

    Hello Mark,

    Thank you for your reply.

    We do not have any CLEC page on Voip portal. So, this issue is not generated/conflicting by my code.

    • This reply was modified 2 years, 3 months ago by Nishit Shan.
Viewing 15 posts - 1,036 through 1,050 (of 1,817 total)