H
H
hckn2019-04-05 16:01:53
mobile connection
hckn, 2019-04-05 16:01:53

Equipment and solutions for managing 100 SIM cards?

Has come to the need to manage 100 sims. Not spam and rubbish, harmless social networks. However, it doesn't matter :)
Until now, I managed with an ancient phone and threw them manually. But it's starting to turn into hell.
What did people invent for these purposes? We need elementary operations - receiving SMS and programmatically redirecting them where I say - no matter how, at least by email, at least by SMS. In the future, it is also desirable to receive a call at any time on any card, but I think this is more difficult.
What equipment is needed, what software, solutions? Podskajite, or direct to the right forums. Ukrainian sims.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
abmanimenja, 2019-04-05
@hckn

This class of devices is called Sim Bank

I
Ivan Bogachev, 2017-01-28
@sfi0zy

In such cases codepen/jsfiddle is very welcome. While it is not there, I think that you are trying to get the href attribute not from a link, but from a list element that does not have href.

J
justdealman, 2017-01-28
@justdealman

Try
instead
location.href

A
Artem Mozharov, 2017-01-28
@werftgyhj

because it is necessary

$('.menu-active li <b>a</b> ').each(function () {
     if($(this).attr('href') == location.href) { $(this).addClass('active')};
 });

Because li has no href attribute

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question