Hi, since upgrade bearerbox and opensmppbox to latest svn versions I am getting this message after process the SMS Services: "Result could not be represented as an SMS message.", I was able to duplicate this only happens when bearerbox initiates the http request, when I initiate the http request from a web-browser this error won't happen, so I added these three lines to my config:
http-request-retry = 2 http-queue-delay = 10 http-timeout = 240 making this my new config: --------------------------- group = smsbox smsbox-id = smsbox bearerbox-host = localhost bearerbox-port = 13005 sendsms-port = 13131 sendsms-chars = "0123456789 +-" access-log = "/var/log/kannel/kannel.access" log-file = "/var/log/kannel/smsbox.log" log-level = 1 http-request-retry = 2 http-queue-delay = 10 http-timeout = 240 And still getting the message after each service I process... I think this is caused because bearerbox thinks the http service request is not working but it is... am I missing a new setting to avoid this to happen? These are my versions: ------------------------------------------------------------- 'addons/opensmppbox' External at revision 66. 'addons/sqlbox' External at revision 49. 'Gateway' At revision 5011. Thanks in advance. Aldo Zavala
