Forum Replies Created
-
AuthorPosts
-
in reply to: Vendors Search #6623
Hello Mark,
This is my code for peerless
public function getPeerlessParams()
{
# id password
$params = array(
‘authentication’ => [
‘customer’ => ‘NanoTelecom’,
‘passCode’ => ‘HGFrtre^$343SD’,
‘userId’ => ‘API@voip.us’,
],
);
return $params;
}public function checkPeerlessConnection()
{
try {
$fullPathToWsdl = “https://animate.peerlessnetwork.com/api/axis/APIService?wsdl”;
ini_set(‘default_socket_timeout’, 5000);
$client = new SoapClient(
$fullPathToWsdl,
array(
‘trace’ => true,
‘connection_timeout’ => 500000,
‘exceptions’ => true,
‘cache_wsdl’ => WSDL_CACHE_BOTH,
‘keep_alive’ => false,
)
);
$filter_ele = array(
‘filters’ => [
‘quantity’ => 0,
‘category’ => 0,
‘consecutive’ => 1,
‘tnCount’ => ”
]
);$final_param = $this->getPeerlessParams() + $filter_ele;
$numberArray = $client->searchNumbers($final_param);
$connection[‘peerless’] = true;$connection[‘totalItemsP’] = $numberArray->return->tnCount;
} catch (Exception $e) {
$connection[‘peerless’] = false;
echo ‘'; print_r($e); exit; } print_r(json_encode($connection)); exit; } For Comment : I will look on it Thanks
- This reply was modified 2 years, 6 months ago by Nishit Shan.
in reply to: Vendors Search #6620Hello
Thanks Mark,
I made a new tab into Store Design named ‘ELEC Inventory Page Setting’ saving and get intaligent data is completed. work in progress on retrieve data from data base.
The Data connectivity And the total numbers are real time it will not come from database. it will directly come from the API.
Thanks.
in reply to: Vendors Search #6618Hello,
I started the admin side development for Vendors Search task.
I when i am testing the api call and authentication the intelligent Api credencials works well.
but for peerless it Is not working. it gives Error : ERROR_WHILE_VALIDATING_USER_INVALID_CREDENTIALSThanks
in reply to: Vendors Search #6616For #6614
QUESTION
When admin creates a new order from admin back end (#20719 for example), such orders got missing and we finding them on incomplete orders, and when we change its status to pending activations we then finding duplicate record for this order. Could you please let us know why it is so?ANSWER :
Can you Please make some screenshot or video of It ? Because i made an order from Admin (#20724) and it looks OK to me. May be i am missing some thing.
Thanks
in reply to: Vendors Search #6612Hello
Update For #6608 changes
a) Done
b) Done
c) I double checked the Requirements,and its explaining same as I developed for this section. But i made changes as instructed.
d) Done
e) This number is Reserved by Admin that’s why the numbers does not have the expire count down
f) Done
g) I enabled the filter on New Number page and there are conflict with the other brands [https://ibb.co/K0K9jD9], Can I remove that or any other idea for that ?Regards
- This reply was modified 2 years, 6 months ago by Nishit Shan.
in reply to: Vendors Search #6598Hello Mark
Development Process flow:
1) First we will create the admin side settings
2) Then after we will create the Front Searching page and other functionality.I have one question :
1) And Where do want setting page on Admin ?
2) After order how to handle the ordered numbers ?Thank
- This reply was modified 2 years, 6 months ago by Nishit Shan.
in reply to: Vendors Search #6595Hello,
It is will help me if you can point me out.
Please provide peerless credentials.
Thanks
in reply to: Vendors Search #6593Hello
I can not get this point
4.) Please note that when the API call is going to our vendor, they should see only NanoTelecom who is requesting the answer, NOT the Excellent Numbers.Thanks
in reply to: Vendors Search #6591Hello,
Right now , I am reviewing the API Docs.
Thanks
in reply to: Vendors Search #6589Hello All,
I am not offending you. I am just asking your opinion on time frame of the task.
Thanks
in reply to: Vendors Search #6586Hello,
Update :-
Client ID : I Made changes regarding task.
New Numbers Widget : I made changes regarding this task. If any changes this let me know.Thanks for update.
I want to ask one question.
How much days do you consider for Vendors Search task development?Thanks
- This reply was modified 2 years, 6 months ago by Nishit Shan.
in reply to: Vendors Search #6580Hello,
Numbers Price Addon :- This Task has been completed.
For Vendors Search :
Have concern with its budget. This task need R&D for both API “Peerless, Intelligent” and also have to manage it’s view and functionalities.And it will be time consuming task for development. In this task client need fully functional system to Search, Reserve, Buy number directly from the API, also with the admin side development.On Point this task will consume minimum 80 hours to develop. And as per this minimum time this task’s minimum budget should be 700NZD-800NZD
Thanks
in reply to: Vendors Search #6575Hello
Vendors Search :-
On this task, do you want to make full system where the user/customer can search and buy the numbers from the Peerless Network & Inteliquent(I mean this is not an only search from the vendor site.) ?
Numbers Price Add on :-
Ok, got this point.Client ID
The client ID of Excellent Numbers on telinta will be default for all clients if client have ID on telinta then number will activate in his/her telinta ID But client does not have ID then it will use Excellent Numbers ID as client ID on telinta, am I right ?New Numbers Widget
Got this point.Thanks
in reply to: Vendors Search #6573Hello All,
I am reviewing the task requirements and if any query i will ask question.
Regards
-
AuthorPosts