Forum Replies Created

Viewing 15 posts - 871 through 885 (of 1,355 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10926

    Hello Mark,

    Sorry for late reply,

    for Settings Tab – it is very strange we should have some coddings done on that page could you please double check.
    I checked it on controller side and view file also,I could not find any extra code regarding the Account setting tab and i also check it in to My Oldest backup(19-April-2022), Both code have same code.

    for #10924 – please let us know how we can speed up the process.
    I made changes into API code of DID total count and it will work as we expected.

    For Eduard Tkachenko login issue :-
    I tried to login Eduard Tkachenko account from admin side and I set my network on slow 3G and it is working fine.

    and please also check Phone Numbers side bar on user side, if any changes in numbers counts please update me.

    • This reply was modified 2 years, 1 month ago by Nishit Shan.
    • This reply was modified 2 years, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10924

    For #10921 :

    Voip Number Purchasing:
    This loadning is depends on API response, currently the script is fetching only max 10 numbers form API. And it is fetching numbers Form API for selected page. The API is responding slow while user have large amount of numbers.

    i am checking it if any issue found from our Script side i will Make changes regarding it.

    Thanks

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10922

    For #10921 :

    Phone Numbers Tab:
    Pending Numbers = What is the value for pending Numbers? I forgot it to ask it in previous comment. Sorry for that.

    Thanks

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10919

    Hello Mark,

    To make the link in #10918 work, please remove “&#8221” from it.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10918

    Hello Mark,

    Should I also remove the part “https://ibb.co/YDsdmyh” from the footer?

    Thanks

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10915

    Hello Mark,

    Here are the update and some query for the given task.

    Voip Number Purchasing:

    a) I made changes for this error.
    b) Please tell Me on which page loading is slow. so i can check that page.
    c) I added a button for “Buy more numbers”. Please check it.

    Voip – Links Repair
    Phone Numbers Tab:
    for Inventory Numbers : i can not understand it which numbers will display here. Do you mean (DID numbers – Active numbers = Inventory Numbers)? And what is the value for Inventory Numbers?

    Settings Tab
    Account Settings – There was no code created for this Page. This might be separate task for it. And please update which fields will be part of this?
    Login Settings – I made changes for this please review it. New Password for user – Webmaklay is => y!V3a%D8

    Spelling -Footer –
    Spelling – Changes has been made for this.
    Footer – In progress

    • This reply was modified 2 years, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Voip Repairs 23 #10914

    Hello Mark,

    Sorry For the late reply

    Yes, I started the changes on VOIP portal.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10905

    Hello Mark,

    I made this for #10902 please review it.

    And I also check the login credentials for VOIP. All are working fine.

    Thanks

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10898

    Hello Mark,

    For peerless search the peerless api does not repeats the numbers again while we search it on API. Means if user search some numbers it will not repeat same bunch of numbers for next 30min, because of peerless API’s auto reservation functionality for that numbers.

    And For Inteliquent it is pulling the numbers form API as expected.

    For ELEC Setting page
    I changed that page design as other tabs on https://excellentnumbers.com/admin/index.php?ToDo=viewTemplates page. Can you give me any idea about design changes?

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10896

    Hello Mark,

    changes Order generation on EN for inteliqent has done,

    Working on API order data listing for the CLEC setting page.

    Thanks

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10894

    Hello Mark,

    Thank you for your explanation. I will make the changes on script regarding to create order on EN side without the order id from Inteliquent. and also I will make changes for the clec settings page recently purchased numbers listing.

    No there is No questions regarding this task.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10892

    Hello mark;

    working on clec setting’s page on admin side.

    work is also in progress on CLEC page order limitation.

    Thanks

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10888

    Hello Mark

    for peerless the order is generated on EN but for intelligent the script is not generating the order because of the API Response does not have the Intelligent order-id(Request and Response are provided into #10883).How ever we can find the numbers into inteligent’s assigned list on Inteliquent portal(https://ibb.co/7z3DB0K).
    Please ask to Inteliquent API provider why we can not get order id from the Api orders?

    • This reply was modified 2 years, 1 month ago by Nishit Shan.
    • This reply was modified 2 years, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10883

    Hello Mark,

    Thank you, It is just a bacterial infarction because Of season change. He gave some medicine.

    ————————————————————————————————

    I checked the order script and i found that the script is ok but when it send request to the intelligent for order it gives response positive but it does not provide a order-id with response.

    Here is my request and response for inteliquent.
    Request :
    {
    “privateKey”: “Z0Ainfdg0su6MTfoGgnRhk0B_YYa”,
    “tnOrder”: {
    “tnList”: {
    “tnItem”: [
    {
    “tn”: “2515236554”,
    “trunkGroup”: null,
    “endUser”: {
    “name”: “test5”
    },
    “tnFeature”: {
    “callerId”: {
    “cnamDip”: “N”
    }
    }
    }
    ]
    }
    }
    }

    Response:-

    Array
    (
    [status] => Success
    [statusCode] => 200
    [orderId] =>
    )

    Peerless is working Good.

    Meanwhile working on the admin vendors control on CLEC page.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: EN Improvements #10881

    Hello

    Today, I am leaving the office early due to an eye infection.

    Work in progress on order process.

Viewing 15 posts - 871 through 885 (of 1,355 total)