Forum Replies Created

Viewing 15 posts - 751 through 765 (of 1,355 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11399

    I used both of the bellow requests to search DID number on Telinta API but getting no changes in response. I got all DID numbers from Telinta which are assign to user. And I also noticed if I search numbers which are not in inventory of User then it also gives response with all inventory numbers from user.
    1)
    $params = Array
    (
    [i_customer] => 277058
    [limit] => 10
    [number] => 1______7777
    )

    2)
    $params = Array
    (
    [i_customer] => 277058
    [limit] => 10
    [number] => 1%%%%%%7777
    )

    And here is my soap request structure in PHP.
    try {
    $soap = new SoapClient($this->getWsdlBase() . ‘/DIDAdminService.wsdl’);
    $auth = new \stdClass();
    $auth->session_id = $session_id;
    $auth_header = new SoapHeader(‘ns1’, ‘auth_info’, $auth);
    $soap->__setSoapHeaders($auth_header);
    $DIDNumber = $soap->get_customer_numbers($params);
    } catch (Exception $e) {
    // echo $e->getMessage();
    }

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11392

    Hello Mark,

    Thank you for your reply.

    here is my Soap request structure.

    Array
    (
    [i_customer] => 277058
    [limit] => 10
    [number] => %%7777
    )

    • This reply was modified 1 year, 10 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11390

    Hello Mark,

    I am working on DID number’s searching and found that the API does not searching with TN mask, It gives all numbers as result.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11384

    Hello Mark,

    For auto purchase : I made required changes for this issue. let see while system auto purchase any numbers.

    And download button : Made changes for download button in active numbers. as explained into #11370

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11383

    Hello Mark,

    I will check this what is going wrong.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11376

    Hi Mark,

    The issue generated because of the Composer.json file. The Json file had on extra ” , ” Because of that ” , “, The login Issue and the notification issue was generated.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11374

    Hello Mark,

    For #11370

    A) The login session is now working correctly please check it.
    B) Changes has been made for download button appearance.
    C) The file name has been changes.
    D) In Process.
    E) In Process.
    F) In Process.
    G) Changed.
    H) Will implement the progress bar.
    L) Noted
    M) When the system got large numbers of records to download in file it gives time out error so working on it. And Telinta gives maximum 1000 numbers into search from API.
    N) Changes has been made for the error.

    URGENT ISSUES REPORT:

    Changes has been made for the issue and we started the notification regarding the numbers rules notification.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11372

    Hello Mark,

    I am currently looking on the notification issue in priority.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11368

    And for Pending numbers : The Account numbers info is just provides us data fro active and inactive number account it is not provides us any type of data that show us any information about the portin status. Can you please put some light on this
    ?

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11365

    FYI: we can not make advance search for All numbers tab. Because Active numbers and DID numbers works with two different API from telinta and it provides different data set so we can not manage the advance search for the ALL numbers tab.

    • This reply was modified 1 year, 10 months ago by Nishit Shan.
    • This reply was modified 1 year, 10 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11363

    This download button is currently for testing after completing of development it will be put on its place as #11362

    And for DID numbers table i am asking about main table area(https://ibb.co/47X7zrF).

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11357

    Hello Mark,

    I am just asking which data from DID numbers response(provided into #11342) which comes from Telinta will be use for create a table view on user-home page?

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11355

    Hello Mark,

    My question is about the data listing on website not for the download, the download functionality will work as you explain in previous messages.

    The response of Active numbers and DID numbers are not same so i want to clear which data will be listed on website ?

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11353

    Hello Mark,

    Currently working on Data download functionality for active numbers.

    And for DID numbers search: Waiting for reply of #11342(For DID numbers) -> which fields will be use for the DID numbers listing on advance search?. Will you get any reply regarding this from client?

    All other tasks are related to the advance search so once all changes regarding the advance search complete then we can continue on other.

    Nishit Shan
    Participant
    Post count: 1355
    in reply to: Custom Features #11350

    Hello Mark

    Required changes regarding advance search is made.

    For issues of Voip Repairs 23: required changes has been made please review it and if any changes needed please update me.

Viewing 15 posts - 751 through 765 (of 1,355 total)