Netzwelt, Web Dump nonoh command line dialer
If you are using nonoh to manage international IP calls with acceptable rates, I can recommend taking a look at this command line dialer script.
It is much more convenient to use than the website (no need for the ugly select box country code), and you can easily set up aliases or another front end for it. Besides, it doesn’t need a big web browser so you it is also good to use over SSH. Furthermore, you can easily see the rates (which are setup charge; tariff; and billing interval for caller and callee, in €-¢t/10000) before even accepting the call.
To use it, you need a working Perl installation. Then just type cpan
followed by install WebService::Nonoh
. Obviously, the script might break when the website changes.
An older script was based on the script found on voip-info.org with added fee and error code output.
A small usage summary:
# check balance:
nonoh SERVICE USER PASS
# connect call
nonoh SERVICE USER PASS FROM TO
# send SMS
nonoh SERVICE USER PASS FROM TO MESSAGE
Hello Guillaume,
thanks for your comment. I have not written this script so it is difficult for me to fix it. However, if you only need to do calls, then you can check out this script: nonoh. I use it to do calls with nonoh, and if you are lucky it works with VoIPBuster too. (I don’t have a VoIPBuster account so I cannot check, but I’d appreciate a feedback)
you can use it as such:
nonoh voipbuster.com yourusername yourpassword +49123456 +33456789
good luck!
by Nei
2012, May 23 (Wed)@ 13:35
Thanks a lots !
After installed the necessary PERL dependencies, this working fine !
A big thanks !
by Guillaume
2012, May 23 (Wed)@ 13:58
Hello !
I use your script since many years now, and this was working like a charm ! :)
But since few weeks, this doesn’t works anymore (last call in the VoIPBuster historic was done the 18 April)
I suppose the website have been updated, and this mean there is surely some changes to done in the fincheck script.
Could you tell me if you will fix it or not please ?
If not, I’ll try to found another solution.
Best Regards,