I had setup Yowsup on my server. I followed this guide and setup everything without any error. But at the last step, i.e. sending a message, it doesn't throw any error but the message doesn't reach Whatsapp on my mobile.
Below is the output for your reference.
irrt-perf:/usr/local/nagios/yowsup_new/yowsup-master$ ./yowsup-cli demos -c yowsup-cli_Srini.config -s 919886655650 "Hai"
yowsup-cli v2.0.15
yowsup v2.5.0
Copyright (c) 2012-2016 Tarek Galal
This software is provided free of charge. Copying and redistribution is encouraged.
If you appreciate this software and you would like to support future
development please consider donating.
irrt-perf:/usr/local/nagios/yowsup_new/yowsup-master$
there is no getting any (success/failure) message after send !
I noticed that most people has changed their env.py during registration to:
So you need to add "-E s40" to your command:
If this doesn't work then go back to your ENV folder and change insde the file "env_android.py" for the following code
I hope that helps.