Forum Replies Created
-
AuthorPosts
-
in reply to: Voip Optimisation #9977
Task status
API Calls Optimization – 100% Complete
2. Dashboard 1 Optimization – changes has been made.
3. Vendors/Customers Optimization – added manual sync button. Will be tested
4. Notifications Optimization – Testing Crones.
5. Area Codes Bulk Management – Testing Crones.
6. Notifications Optimization – 100% Complete
7. PortOut Repair – Changes has been made.Thanks
in reply to: Voip Optimisation #9974Hello All:
I made changes regarding the customer synchronisation.
for 9959 : We can move to the EN Repairs. But First I need to review the task of it.
Thank
in reply to: Voip Optimisation #9969Hello,
In telinta terms we say numbers account means the total detail of purchased numbers which listed in “https://mybilling.telinta.com/account.html” after purchasing numbers it suppose creates on telinta. With this process the other process will execute which check/create(if customere is not exist on Telinta) customer account on telinta. which are listed on “https://mybilling.telinta.com/customer.html”. And for vendor’s listing it is listed on “https://mybilling.telinta.com/vendor.html”, And as i think this are the service provider.
with comparison of telinta and voip here voip numbers means Telinta’s numbers account, The customers “https://portal.voip.us/admin/customer” means “https://mybilling.telinta.com/customer.html” And Vendor(https://portal.voip.us/admin/vendors) means telinta’s(“https://mybilling.telinta.com/vendor.html”).
As your explanation i am thinking you want to synchronise customer accounts from telinta, am i right? And i am asking for screenshot of telinta side because it will be more clear which data do you want sync from telinta to voip. I just want to see that page of telinta.
in reply to: Voip Optimisation #9970Please find #post-9969
in reply to: Voip Optimisation #9961Hello Sir,
For 9958 : Can you please provide Screenshot from telinta a vendor(user) listing because it will be more understandable. As i mentioned this sync Button Send request to the telinta api for all vendors and then it update the vendors listing(https://i.postimg.cc/mkHBBnGD/screenshot-portal-voip-us-2022-12-13-10-08-53.png) on voip.
For notification : it suppose to send the mail when the all Numbers notification(https://i.postimg.cc/L6fgTHbJ/Screenshot-from-2022-12-13-10-21-28.png) functionality(crone) runs i am checking the issue why this mail is generated for areacode.
in reply to: Voip Optimisation #9962Hello Sir,
For 9958 : Can you please provide Screenshot from telinta a vendor(user) listing because it will be more understandable. As i mentioned this sync Button Send request to the telinta api for all vendors and then it update the vendors listing(https://i.postimg.cc/mkHBBnGD/screenshot-portal-voip-us-2022-12-13-10-08-53.png) on voip.
For notification : it suppose to send the mail when the all Numbers notification(https://i.postimg.cc/L6fgTHbJ/Screenshot-from-2022-12-13-10-21-28.png) functionality(crone) runs i am checking the issue why this mail is generated for areacode.
in reply to: Voip Optimisation #9964Hello Mark,
For #9958:
I wrote you a message. I think it was disappeared.For #9959 :
It all up to your decision.Thanks
in reply to: Voip Optimisation #9957Hello,
For #9943 : 3) Is this vendor sync or it is user sync ?
I will check notification this notification issue, And then i will get back to you.
in reply to: Voip Optimisation #9944Hello
For #9942 :
There will no vacation here around dec 25 up to jan 5th. So i am here on that day.For #9943 :
3) Can you please update me which vendor was deleted from the telinta and appears here because when we refresh the page it takes vendor details directly from the telinta and it is same for the sync button?Can you provide me telinta login credentials for voip? Because the credential on office page is for Excellent.
Thanks
-
This reply was modified 2 years, 7 months ago by
Nishit Shan.
in reply to: Voip Optimisation #9940for #9923
1. API Calls Optimization – 100% Complete
2. Dashboard 1 Optimization – Required changes has been made.
3. Vendors Optimization – added manual sync button.
4. Notifications Optimization –
5. Area Codes Bulk Management –
6. Notifications Optimization – 100% Complete
7. PortOut Repair – This page is displaying pending requestes.Thanks
-
This reply was modified 2 years, 7 months ago by
Nishit Shan.
in reply to: Voip Optimisation #9937Hello,
I think i found that code i compared old backup code with new one . There are some commented code in send notification function. Which supposed to send notifications to the admin email.
Thanks
-
This reply was modified 2 years, 7 months ago by
Nishit Shan.
in reply to: Voip Optimisation #9935Hello
script duration mean it runs script for peerless and add data to the temporary_vanity_numbers table to vanity_number table.
And
number scan means it checks numbers on Peerless Api and add numbers into temporary_vanity_numbers table.Thanks
in reply to: Voip Optimisation #9931For #9930 :
I am currently searching for this issue,
as per peerless the scan script is searching the Numbers from the Api on every 1 hours and send notification to the user As i set scan script time for one hour(https://i.postimg.cc/05cBT090/screenshot-portal-voip-us-2022-12-08-12-23-27.png).
And for peerless it scans Numbers on api on every 2 hours and sends notification to the amdmin as i set to the Vendors API Settings(https://i.postimg.cc/05cBT090/screenshot-portal-voip-us-2022-12-08-12-23-27.png).
in reply to: Voip Optimisation #9932Please check #post-9931
in reply to: Voip Optimisation #9926Hello,
As I check code and there is no error reported on log file for the Notification. I checked the crones for number pulling from the vendor’s API my summery here bellow.
Peerless :
On peerless crone it scans for admin numbers choice (https://portal.voip.us/admin/settings) to peetless Api on every hours as it set on vendors settings (https://i.postimg.cc/J75cH69b/screenshot-portal-voip-us-2022-12-08-10-16-47.png) because it peerless provide 200 numbers on one request.And it sends notifications while it get any numbers related to the Admin Number choice and it stores this numbers into TempVanityPoolNumbers.
And after that it will transfer all Admin Choice numbers from TempVanityPoolNumbers table to VanityPoolNumbers table on every six hours as it set on vendor setting (https://portal.voip.us/admin/settings). And it also send notification to the Admin emails (https://i.postimg.cc/43FtQjX0/screenshot-portal-voip-us-2022-12-08-10-31-06.png).With this numbers notification i added my code for to check the area-code choice i did not make any changes into existing code.
Inteligent :
On Inteligent crone it scans numbers on every 2 hours as it set on the vendors settings page and it checks numbers from admin number choice and also It check for
$formating_array = [
‘0’ => ‘xxxxxxx000’,
‘1’ => ‘xxxxxxx111’,
‘2’ => ‘xxxxxxx222’,
‘3’ => ‘xxxxxxx333’,
‘4’ => ‘xxxxxxx444’,
‘5’ => ‘xxxxxxx555’,
‘6’ => ‘xxxxxxx666’,
‘7’ => ‘xxxxxxx777’,
‘8’ => ‘xxxxxxx888’,
‘9’ => ‘xxxxxxx999’,
];
And Also it add this numbers to the TempVanityPoolNumbers table and after that it add to the VanityPoolNumbers table with admin choice criteria and it also send notification to the admin notification table.This are the functionality of admin numbers notification.
-
This reply was modified 2 years, 7 months ago by
-
AuthorPosts