Forum Replies Created
-
AuthorPosts
-
in reply to: Voip Optimisation #9932
Please 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.
in reply to: Voip Optimisation #9927Hello
Please find #post-9926.
in reply to: Voip Optimisation #9913Hello,
Now you can add areacode without numbers.
Thanks
in reply to: Voip Optimisation #9912Hello Mark,
Thanks for explanation.
in this explanation i can not get “also we noted our number’s specified rules notifications stopped coming.”
For which number’s specified rules notification not working ?Thanks
in reply to: Voip Optimisation #9904Hello All,
I added my Email(developer5@webmaklay.com) into the Notification emails to check the notifications. Also i added the code to check numbers with the arecode.
Thanks
in reply to: Voip Optimisation #9893Hello,
I stuck into area code notification for numbers and area code. if both are available then it will send same notification like maintained into task description ?
for #9883 : I am not sure about its(#9873) development. Because voip using both APIs(peerless & inteligent) and this will be complicated.
Thanks
in reply to: Voip Optimisation #9882Hello Mark:
I will look on #9873 After completing the area code notification changes.
Thanks.
in reply to: Voip Optimisation #9879Hello Mark:
No, I am not working on #9873. I am working on area code notification changes.
Thanks.-
This reply was modified 2 years, 4 months ago by
Nishit Shan.
in reply to: Voip Optimisation #9877Hello All,
Work in progress for area code notification changes.
Thanks.
in reply to: Voip Optimisation #9875Hello,
Yes,
I am working on this.in reply to: Voip Optimisation #9871Hello all,
Notifications Settings Addition :
a) As per our discussion and requirement I changed the area-code selection from From drop down to text box now admin can left it empty.b) I can not getting clearly this requirement. It just working for area-code?
Thanks
in reply to: Voip Optimisation #9866Hello,
Yes, “Remove Older Record” Button removes old notifications from DB. This process is not automated.
For notification update button : Will this button update the area code list?
API functionalities :
Peerless : As I Show on API functionality. It takes numbers As per Admin numbers choice. And it stores data into temporary_pull_number table under vendor name peerless, and then it moves this temp numbers to the pool numbers table. It also checks numbers for the notification. And if number available then it creates notifications entry to the database
Intelligent : It takes records from the API and then stores it to the temporary number table. And then it checks the numbers with admin choice, and then move it to the pool numbers table. After that, it checks the availability of chosen numbers from admin. If numbers are found, then it will create the notification entry to the database.
in reply to: Voip Optimisation #9861for #9858
for Remove Older Record Button : Remove Older Record button will not directly make effect on the notification view. it deletes older records which are older then 10 days.
For notification update button : I can not get your point here. Because as per bottom update button it updates all parameters into database when we click on it.for #9859
Portout Repairs, Optimization : changes has been made for this task it will sort the data by clicking on the columns title.for #9860
I will update you for this letter. because i need to check the crone functionality for this.in reply to: Voip Optimisation #9856Hello
Thanks for the comments:
Vendors Optimization : As per current functionality it displays vendor list directly from the telinta Api. There is no table available for vendors on database or in simple word it is not storing any vendors data on Voip. So on vendors page it is displaying that vendors which are available on telinta.
When you tried to save the data duration it stores the data on database but there was some issue on preview that data. Now it is working correctly.
As per data import process it will use this stores data for user search. we changed it for the admin search area.Notifications Settings Optimization : Ok, I will check that.
Notification Page :
a) Ok, i made required changes,
b) I added bulk selector on table header
c) when you click on the table head or column name on this area (https://i.postimg.cc/1tHRCnrR/screenshot-portal-voip-us-2022-11-24-11-22-46.png) it will sort as per clicked columns data into ascending or Descending. -
This reply was modified 2 years, 4 months ago by
-
AuthorPosts