Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 1,206 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9961

    Hello 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.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9962

    Hello 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.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9964

    Hello Mark,

    For #9958:
    I wrote you a message. I think it was disappeared.

    For #9959 :
    It all up to your decision.

    Thanks

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9957

    Hello,

    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.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9944

    Hello

    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, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9940

    for #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, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9937

    Hello,

    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, 1 month ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9935

    Hello

    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

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9931

    For #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).

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9932

    Please check #post-9931

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9926

    Hello,

    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.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9927

    Hello

    Please find #post-9926.

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9913

    Hello,

    Now you can add areacode without numbers.

    Thanks

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9912

    Hello 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

    Nishit Shan
    Participant
    Post count: 1206
    in reply to: Voip Optimisation #9904

    Hello 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

Viewing 15 posts - 991 through 1,005 (of 1,206 total)