Forum Replies Created

Viewing 15 posts - 886 through 900 (of 1,492 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1492
    in reply to: Custom Features #11410

    Hello Mark,

    I am working on #11407 changes,
    After that i will go through the API changes

    And also will check and delete unnecessary files for #11409.

    Nishit Shan
    Participant
    Post count: 1492
    in reply to: Custom Features #11401

    Hello Mark,

    Tank you for your reply.

    Made require changes into code for “Call Forwarding Repair” task.

    Nishit Shan
    Participant
    Post count: 1492
    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: 1492
    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, 11 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1492
    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: 1492
    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: 1492
    in reply to: Custom Features #11383

    Hello Mark,

    I will check this what is going wrong.

    Nishit Shan
    Participant
    Post count: 1492
    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: 1492
    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: 1492
    in reply to: Custom Features #11372

    Hello Mark,

    I am currently looking on the notification issue in priority.

    Nishit Shan
    Participant
    Post count: 1492
    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: 1492
    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, 11 months ago by Nishit Shan.
    • This reply was modified 1 year, 11 months ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1492
    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: 1492
    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: 1492
    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 ?

Viewing 15 posts - 886 through 900 (of 1,492 total)