Forum Replies Created
-
AuthorPosts
-
in reply to: Custom Features #11410
Hello Mark,
I am working on #11407 changes,
After that i will go through the API changesAnd also will check and delete unnecessary files for #11409.
in reply to: Custom Features #11401Hello Mark,
Tank you for your reply.
Made require changes into code for “Call Forwarding Repair” task.
in reply to: Custom Features #11399I 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();
}in reply to: Custom Features #11392Hello 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.
in reply to: Custom Features #11390Hello 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.
in reply to: Custom Features #11384Hello 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
in reply to: Custom Features #11383Hello Mark,
I will check this what is going wrong.
in reply to: Custom Features #11376Hi 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.
in reply to: Custom Features #11374Hello 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.
in reply to: Custom Features #11372Hello Mark,
I am currently looking on the notification issue in priority.
in reply to: Custom Features #11368And 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
?in reply to: Custom Features #11365FYI: 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.
in reply to: Custom Features #11363This 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).
in reply to: Custom Features #11357Hello 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?
in reply to: Custom Features #11355Hello 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 ?
-
This reply was modified 1 year, 11 months ago by
-
AuthorPosts