Hello, every time i restart my pc i need to run netstat -ntlp to kill the bearerbox and sms box and then run sudo bearerbox -v 0 /etc/kannel/kannel.conf in order to work. If i try and send sms without killing the connections it doesnt work and i don’t know why. Can you help me pls?
no one knows why this happends?
maybe its because this is Kannel question rather than playSMS
try Kannel mailing list
anton
seems the problem is that my playsms doesnt start at startup. Here is my rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/usr/local/bin/playsmsd start
exit 0
i rly don’t get it why it works only when i start bearerbox manualy, it’s rly frustrating