Forum Replies Created
-
AuthorPosts
-
in reply to: Vendors Search #6717
Hello,
I posted a comment #6716 but i can not see it.
Thanks
in reply to: Vendors Search #6711For #6710 :
1) You can activate none telinta user from the admin side, Customer can not update by him/her self.
2) Ok, I will make it 1 minute.
3) It may be some temporary error, because of that the order has Been placed but it can not fetch the order product and could not put entry into order product table on database.Currently Working on number reservation on Intalligent and Peerless api
Thanks
-
This reply was modified 3 years, 2 months ago by
Nishit Shan.
in reply to: Vendors Search #6709For #6705 :
There is no code change in product purchase on api. I recheck the api product purchase code and i found user can buy that number if there is no credit on the EN and same for lower credit then product price in both case the product will be purchased with status “Awaiting Payment”.
in reply to: Vendors Search #6708Hello,
For #6707 : code and basic testings has Been done from my side, and also i tested it again, and this facility is only available for the admin not for the site customer.
For #6705 : I checked it and i currently can not found Any issue but i will make this process time limit to two minutes if this process will take more then 2 min it will return error.
Thanks
in reply to: Vendors Search #6703Hello All,
Development for searching on both vendor has been developed. further process is in progress.
Thanks
in reply to: Vendors Search #6702Hello Mark,
For Vendor search : I make the search functionality works, but there are some issues/queries are there
1) On Peerless It returns only Phone Number as response. It not return state,rate center for numbers, so how i will manage it?
2) the peerless Api gives maximum 200 numbers in response it not giving the numbers as user define like Inteligent.
Thanks
in reply to: Vendors Search #6701Hello Mark.
a) I can not get this point here? Do you mean if admins remove the pin, it will not actually remove from database, only it will not be visible for admin?
b) I also checked API logs on time of the order made. On API, it’s says ‘Customer provide wrong API_KEY’.
Thanks
in reply to: Vendors Search #6699b) Do you have any more information on it ? Because I check it to the database the order was inserted into database but the product Is not available in order product table.
in reply to: Vendors Search #6698Hello Mark,
As per #6695
For Pin:
a) If admin remove pin then it update in database and remove pin for that numbers and as i see this field is integer in database so it will be 0 if no data in It i made changes for it, if it will be 0 in pin field for number then it will display blank for that field.b) I am looking on it.
in reply to: Vendors Search #6690For #6680 :
This new credentials are working fine.
in reply to: Vendors Search #6688Hello Mark.
For 6680 : Thanks you for the new credentials. I will user this and update you
-
This reply was modified 3 years, 2 months ago by
Nishit Shan.
in reply to: Vendors Search #6679Hello,
Have another question related to API state.
On the front, there is a drop-down for the state. Which state will be use for this ? I mean the state from excellent Or state from API ?
If we use excellent state logic than it will search the numbers of its children area code, means if we select Alabama then it will search numbers starts with 205,251,256,334,659,938 which are area code in Excellent.
And for API if we select Alabama then it will search it with the state code ‘Al’.
I hope I explained it well.
Thanks
in reply to: Vendors Search #6625Hello Mark,
Please take a look on #6623 it is just disappear.
Thanks
in reply to: Vendors Search #6623Hello 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 3 years, 2 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.
-
This reply was modified 3 years, 2 months ago by
-
AuthorPosts