Forum Replies Created
-
AuthorPosts
-
in reply to: Custom Features #11443
Hello Mark
We have almost completed the task with Inteliquent in inventory numbers.But we can not find method in peerlessnetwork which we can use to find the required number’s detail.
Which method will be used to change status , Currently we are not able find any method to update the status in Inteliquent and where the changes will be done (Inteliquent or telinta).We have tried to find the API guide about to update vendor’s record in peerlessnetwork .But we are not getting any method which can be used to update the record.
in reply to: Custom Features #11438Hello mark
Please check Inventory Number .How we can update all these field available in form.
And Please ask inteliquent and Peerless API provider to guide about which field can be updated and how (in inventory number) ?
I request you to ask both vendor’s admin to provide url of API which we will use to update .in reply to: Custom Features #11434Hello Mark
we are getting password expired message on login (https://portal.inteliquent.com).
in reply to: Custom Features #11432Hello Mark,
Please check the inventory numbers page for the page freezing on 90% loading. Also introduced the server timeout functionality.
For area code issue in advance search : The API search the number from telinta API and it is searching it from the parameters of telinta request parameter. and as i checked the API response there is no state is assigned to any numbers with Florida(FL). And for area code selection box on which page you get the area code selection? And can you please clear me that on which page are you facing this issue?
in reply to: Custom Features #11429Hello Mark,
Working on area code issue in advance search.
FYI : I will not available tomorrow as national holiday of Vijayadashami(Dhashahara).
in reply to: Custom Features #11426Hello Mark,
Thank you for your update(#11422 & #11425).
Advance search of inventory(DID numbers) page : I changed the code as #11404 and got result of DID numbers. But for edit form which fields user can changes for DID numbers because, the DID numbers list result is a combination of Telinta API and number’s vendor APIs(Inteliquent/Peerless) and it does not gives all details like Active numbers information edit form?
-
This reply was modified 2 years, 1 month ago by
Nishit Shan.
in reply to: Custom Features #11420Hello Mark,
Changes for #11407 has been made please review it.
Working on inventory page.
in reply to: Custom Features #11418Hello 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, 1 month 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.
-
This reply was modified 2 years, 1 month ago by
-
AuthorPosts
