Home › Forums › Voip – Development D › Pool (Database) › Reply To: Pool (Database)
=> Right Now listing of telephone numbers are coming from local db which was fetched by cron script. searching of state, area-code and numbers are working fine, you can check here;
http://portal.voip.us/
=> also searching of state, lata, rate-center, npa, nxx, line, vendors & category are working, its also work from local db, you can check here.
http://portal.voip.us/admin/dashboard1
=> I have fetched and stored records for inteliquent api and stored into local db using following request url;
https://services.inteliquent.com/Services/1.0.0/tnInventory
: check above things and tell me for if need any suggestions.
=> right now i tried to check the number status using this request url “https://services.inteliquent.com/Services/1.0.0/tnDetail” but in response i am getting following array;
Array
(
[statusCode] => 200
[status] => Success
[tnList] => Array
(
[tnItem] => Array
(
)
)
[page] => 1
[totalPages] => 0
[totalItems] => 0
[searchId] => DnF1ZXJ5VGhlbkZldGNoBQAAAAAIeIjNFmJJZGYydlFRUUZlWVNXWENGLWUxNHcAAAAACIphnxYta0NrejByUFRrNkxJRThQaERlSnh3AAAAAAeIS0EWdE9zRUlhV21Sb20xN2JCeEpKNE80dwAAAAAI0EMvFnhSNFdyT3lLVE9HcVM1cGNHMlloVHcAAAAAB4hLRBZ0T3NFSWFXbVJvbTE3YkJ4Sko0TzR3
)
: help me on this
=> when i tried to order new number in intelliquent api using this request url “https://services.inteliquent.com/Services/1.0.0/tnOrder” but in response
i am getting following array;
Array
(
[status] => {2=[2055390498 TN is marked Not Available in our inventory]}
[statusCode] => 200
[orderId] => null
)
: help me on this
=> In peerless api when i tried to view the number details using following code then i get errors;
:code
:error
1) this method is not valid method for this service.
2) error numbers do not belong to entity.
: help me on this