Forum Replies Created

Viewing 15 posts - 856 through 870 (of 1,634 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1636
    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: 1636
    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: 1636
    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: 1636
    in reply to: Voip Modules #11952

    Hello Mark,

    please find #post-11951

    Nishit Shan
    Participant
    Post count: 1636
    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: 1636
    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: 1636
    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: 1636
    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: 1636
    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: 1636
    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: 1636
    in reply to: Voip Modules #11936

    Hello Mark,

    Please find the the post #11935

    Nishit Shan
    Participant
    Post count: 1636
    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 1 year, 10 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1636
    in reply to: Voip Modules #11930

    Hello Mark,

    Yes, You can test all task of customer API.Please don’t forget to give you feedback about API response.

    Nishit Shan
    Participant
    Post count: 1636
    in reply to: Voip Modules #11927

    Hello Mark,

    The Customer list i am getting from the telinta (means all user i am getting in selection box is registered in telinta.

    For the question from you about the error in API testing :
    Mark you are doing wrong. The url i have provided to you is not a web url. It is an API url. So need to provide required field in url to get the result.

    Below is an example url for you to test.
    https://portal.voip.us/api/get-all-number?name=Webmaklay

    NOTE: Remember the name of the user is always mandatory, without user name i can not find the specific user data.

    • This reply was modified 1 year, 10 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1636
    in reply to: Voip Modules #11922

    Hello Mark,

    I am working on download numbers API .
    I have fixed some spelling mistake as per my understanding. You, please ask the admin to test the customer API functionality and give his feedback. If there is anything i made mistake or need some changes . I am ok to make them change.

Viewing 15 posts - 856 through 870 (of 1,634 total)