Forum Replies Created

Viewing 15 posts - 226 through 240 (of 1,302 total)
  • Author
    Posts
  • Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    I need to know the current feedback about the number purchase.

    “i have old code and will make as it was”=> Means i have the code which i chnaged yesterday and will set the same code if new changes doesn’t work.

    For your point about is inteliquent support team help: Some of his point making me confused because i sent then two number which i got from the nanotel notification email (5078575555,3203085555) and you informed me that the number is being reserved but not purchased. But support team is saying the number were not in an available status, if the number were not in an available status then how i got it in our list and even in notification ,do the API provide reserved number also.
    One more point he said that “As the request contained a large number of TNs, the order was still being built and in the meantime you were entering the next order in the very next minute. Hence, the error Duplicate TNs detected”.What it mean ? I can not place order within minutes.

    Also please give the feedback about today’s number purchasing status, like how many number you got or how many you missed.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    I found an unwanted result during testing on sandbox account and i also shared it with support team.
    ___________________________________________________
    {status:Duplicate TNs detected:[2029884658, 2029884659, 2029884665, 2029884667, 2029884691, 2029884693, 2029884699, 2029884704, 2029905628, 2029905675],statusCode:413}
    ____________________________________________________
    I made some big changes in current code, please monitor the behaviour of new code and give your feedback.
    Sorry, but you may loose your number if the code doesn’t work. However i have old code and will make as it was.

    The Current code worked on sandbox and mail was also not repeating the number.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    Sorry, but there is not number in reserve number list . Please check the screen-shot (https://ibb.co/ZMvF928). It is being hard for me to track actual activity because of different timezone and also i have to trust on my code because same code is working on sandbox account.

    However i am looking for reason behind the mail and purchasing bug.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    I am waiting for actual number admin purchased manually.I also made changes in order process , can you confirm if it is now working .

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    Can you please share 3 or 4 number which you have purchased manually, support team is asking for TN number Example and i need 3 or 4 tn number .

    For the Email Repeating , i noticed it is because of number purchasing problem.And for the trunk group i will try to order without trunk group.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    I passed a messaged to the Support team for the help:
    _______________________________________________________________________
    I am reserving number using tnInventory api with reserve:y flag and it is working , but when i try to place order it using tnOrder then it is not ordering even i am getting status success. But same code for tnOrder on sanbox is working perfectly.

    Please check below code structure:

    $postData = [
    “privateKey” => “hH5_APRI8TzKqwOq9XOVrEFcsU_J”,
    “tnOrder” => [
    “tnList” => [
    “tnItem” => [
    “tn” => $number[‘telephoneNumber’],
    “trunkGroup” => “ATLNGAQSNAN_1790”,
    “endUser” => [
    “name” => ‘Voip_us’
    ],
    “tnFeature” => [
    “callerId” => [
    “cnamDip” => $number[‘cnamAllowed’] === ‘Y’ ? ‘Y’ : ‘N’
    ],
    ]
    ]
    ]
    ]
    ];

    $port_in_url = ‘https://services.inteliquent.com/Services/2.0.0/tnOrder’;
    $response = Http::withToken($token_id)
    ->withHeaders([
    ‘Content-Type’ => ‘application/json’,
    ‘charset’ => ‘UTF-8’,
    ])
    ->timeout(1000)
    ->post($port_in_url, $postData);
    ————————————————————————

    Because this same above code is working perfectly on sandbox account and not working on real account.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    I will update you once i complete and fix the reservation but not purchasing bug.

    for your point where you are not able to purchase or reserve 2222,3333 , there is a mistake in admin entry on nanotel. I already informed Mark that on this dashboard only there should be wilcard’s entry and i can see there is normal entry for 2222 and 3333 instead of wildcard. Can you please ask admin to change entry from normal to wilcard.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Andrey,

    I am good , How are you doing ?
    Do you mean not a single number is being auto-purchased or some number is being auto-purchased ?

    Nishit Shan
    Participant
    Post count: 1302

    Hello Jeff Simpson,

    Thanks for the stats and update.
    Can you please give the list of the number is being reserved and not being purchase ? It will help me to review the code, Because of time difference between my development time and number releasing time it is being little bit difficult for me to find the reason behind the bug.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Mark,
    I think number purchase functionality is now completed. Only there is problem in mail functionality, because number is being repeated in mail. I am looking for the reason behind number purchase mail.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Mark,

    I am currently working on number purchase , will give update once i make my chnages.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Mark,

    Nanotel is only for wildcard and also only for purchase , if i will make reserve and notify functionality integration then it will take more execution time and we might loose more number. That’s why i was not suppose to make reserve and notify functionality here.

    You can consider my above paragraph as a instruction also .

    For API execution code you can find it from (/app/Http/Controllers/AdminNumberRulesController.php)

    Can you please confirm me what will be maximum entry on nanotel. I am thinking to run cron for all entry with different path, what do you think ?

    • This reply was modified 6 months, 3 weeks ago by Nishit Shan.
    Nishit Shan
    Participant
    Post count: 1302

    Hello Mark,

    1) Set up a tracker on NanoTel project
    ->i did it , you can check.
    2) Please answer if you have enabled non wildcard rules entries for NPA-NXXI
    I am not getting your point here.

    5) and last but not least we are still waiting when your script start capturing valuable numbers (as described in the job) as we still missing from Ineloquent.
    I have completed my script, we are loosing our number because execution time , I am sure other competitor are also loosing some number.However i will see if i can do anything.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Mark,

    Whenever you are getting number found it means number purchased. There is no other thing to do on this portal like (notify or reserved).

    For your point about released number i think we missed 3 number here like (503.503.7000,503.503.7777, 503.503.6000). Can you please confirm if i am right.

    Nishit Shan
    Participant
    Post count: 1302

    Hello Mark,

    I did make nanotel api on live .I will send instruction by Monday for admin.

Viewing 15 posts - 226 through 240 (of 1,302 total)