Forum Replies Created
-
AuthorPosts
-
in reply to: Voip Repairs 23 #11191
Hello Mark,
Thank you for your reply,
I can not get your line “When port in form opens can we have calendar opens”. Now the calendar opens on click of field.
changed the position of date input fields.
I tried to create an order but it gives me error “Expired credentials”
I checked Select All and Unselect All buttons and it is working.
in reply to: Custom Features #11187Hello Mark,
The User home data is comes from the Telinta Api and we will be use the search functionality of inteliquent, Am I right?
IF answer is yes then how we will manage both API’s data?in reply to: Voip Repairs 23 #11186Hello Mark,
The changes regarding the issue for the numbers table has been made.
For loading Now it depends upon the API response and it is also loading the limited data from the API.in reply to: Custom Features #11182Hello Mark,
Work in progress for task ‘Members Home Search’.
in reply to: Voip Repairs 23 #11180Hello Mark,
Now you can check the portin order functionality. If any adjustment needed let me know.
in reply to: Voip Repairs 23 #11178Hello Mark,
For #11177 as mentioned in #11174 i am working on the user side tables and notification. And we can not combine work of both jobs on same time.
in reply to: Voip Repairs 23 #11174Hello Mark,
changes regarding port-in order creation and notification for successful order has been made.
Work in progress for the front end side user notification, redirection for user and error notification for admin.
Thanks
in reply to: Voip Repairs 23 #11173Hello Mark,
Thanks for the information.
in reply to: Voip Repairs 23 #11167Hello Mark,
Thank you for point me on this issue,
I make changes regarding select all and unselect all buttons. and also worked to store order detail on voip database for listing and future use.
Currently the port-in functionality does not work as i am working on notification of order to the admin.
in reply to: Voip Repairs 23 #11165Hello Mark,
I created 4 port-in orders via API.
Work in progress for the notification and the data inserting in voip database.
in reply to: Voip Repairs 23 #11163Hello Mark,
Thank you for update.
The Rakshabandhan festival was truly wonderful!
about API request I think this is the reason for the issue. I will check that and get back to you. If it will work i will work on the data inserting on VoIP database and listing it on front page of port-in functionality.
Please clear my one question, The port-in API will make order for multiple numbers in one request? asking you because in api documentation the example is with one number request. I will also check it with multiple numbers request after creating order for a number.and about custom feature i made some back-end changes. But i did not changes it much as i was not available due to holiday.
in reply to: Voip Repairs 23 #11159Hello Mark,
the issue is still there
Here is my request and response
request :
{
“privatekey”: “Z0Ainfdg0su6MTfoGgnRhk0B_YYa”,
“portInOrder”: {
“desiredDueDate”: “2023-08-29”,
“tnList”: {
“tnItem”: [
{
“tn”: 9838888880,
“accountNum”: “3777”,
“atn”: “9838888880”,
“authName”: “Test”,
“authDate”: “2023-08-29”,
“accountPin”: “9009”,
“endUser”: {
“name”: “Nano Telecom”,
“streetNum”: “20900”,
“streetName”: “30th”,
“city”: “Miami”,
“state”: “FL”,
“postalCode”: “33180”,
“typeOfService”: “B”
}
}
]
}
}
}response:
stdClass Object
(
[message] => An Unknown Error has occurred
[status] => Unknown Error
[statusCode] => 500001
[timestamp] => 2023-08-29T00: 16: 36.476-0500
)For Custom Features tasks :
I just review that tasks and did not start changes for the code side.FYI : Tomorrow i will not available because of national holiday of Rakshabandhan festival.
in reply to: Voip Repairs 23 #11157Hello Mark,
thank you for your reply.
the atn and the tn will be same?
I will check with the set atn same as tn and get back to you.
in reply to: Voip Repairs 23 #11154Hello Mark,
Here is my request structure for port-in order Api.
{
“privatekey”: “Z0Ainfdg0su6MTfoGgnRhk0B_YYa”,
“portInOrder”: {
“desiredDueDate”: “2023-08-29”,
“tnList”: {
“tnItem”: [
{
“tn”: 9838888880,
“accountNum”: “3777”,
“atn”: “0123456789”,
“authName”: “Test”,
“authDate”: “2023-08-28”,
“accountPin”: “9009”,
“endUser”: {
“name”: “Nano Telecom”,
“streetNum”: “20900”,
“streetName”: “30th”,
“city”: “Miami”,
“state”: “FL”,
“postalCode”: “33180”,
“typeOfService”: “B”
}
}
]
}
}
}For #11152 :
I will review the task and get back to you if any query.in reply to: Voip Repairs 23 #11149Hell Mark,
I added the selection field for “desiredDueDate”, and I attempted to create an port-in order, but the process was unsuccessful. I used the parameters from #11144.
I got this error.
stdClass Object
(
[message] => An Unknown Error has occurred
[status] => Unknown Error
[statusCode] => 500001
[timestamp] => 2023-08-25T04:30:06.116-0500
) -
AuthorPosts