Forum Replies Created
-
AuthorPosts
-
in reply to: Notification Settings #12931
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 .
in reply to: Notification Settings #12929Hello 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.
in reply to: Notification Settings #12925Hello 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.
in reply to: Notification Settings #12923Hello 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.
in reply to: Notification Settings #12919Hello 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 ?in reply to: Notification Settings #12916Hello 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.in reply to: Notification Settings #12906Hello 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.in reply to: Notification Settings #12903Hello Mark,
I am currently working on number purchase , will give update once i make my chnages.
in reply to: Notification Settings #12898Hello 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 1 year, 3 months ago by
Nishit Shan.
in reply to: Notification Settings #12894Hello 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.in reply to: Notification Settings #12891Hello 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.
in reply to: Notification Settings #12888Hello Mark,
I did make nanotel api on live .I will send instruction by Monday for admin.
in reply to: Notification Settings #12885Hello Mark,
I passed a inquiry fro the support team.
Message:
—————————————————————–
Hello Team,This is the status for tnOrder on sanbox :{“status”:”Success”,”statusCode”:”200″} , but not getting order list on sanbox inteliquent portal. This is the timestap of the order (2024-09-26 08:05:08)
Thanks
————————————
in reply to: Notification Settings #12884Hello Mark,
yes, it is sanbox notification.
in reply to: Notification Settings #12880Hello Mark,
I concluded my investigation and find there was a conflict between nanotel and voip that’s why you got previous mishap about unwanted number purchase.
for #12879: yes, i can now access inteliquent.
I will send a complete instruction note for nanotel number purchase system so admin can not face any such possible mishap.
-
This reply was modified 1 year, 3 months ago by
-
AuthorPosts