Forum Replies Created
-
AuthorPosts
-
in reply to: Custom Features #11418
Hello Mark,
I am working on call forwarding on/off switch #11407(3),
Answer : The modification in current working will take time as it i have to be careful and check every situation after some minor modification and so it is taking time to make changes.
in reply to: Custom Features #11414Hello Mark,
Thanks for reply,
Work in progress on #11407 tasks and follow me on off switch
in reply to: Custom Features #11411Hello Mark,
For call forwarding tab on off switch:
Can you please explain about it. Will is disable current fields from of call forwarding tab and will remove call forwarding from telinta ?
And can you please guide me where this option is available on telinta?in reply to: Custom Features #11410Hello 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 2 years, 2 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 2 years, 2 months ago by
Nishit Shan.
-
This reply was modified 2 years, 2 months ago by
Nishit Shan.
-
This reply was modified 2 years, 2 months ago by
-
AuthorPosts