Hello, I have just installed kannel and trying to send sms through a network modem from multitech SF-800, what happens is that i send a message using the sendmsg cgi-bin but when it gets to kannel is putting the %p as the to parameter, I have tried changing to %P but i get the same result, here are my config file and log output
group=core admin-port=13000 admin-password=0987 #status-password = foo #admin-deny-ip = "" #admin-allow-ip = "" log-file="/var/log/kannel.log" log-level=0 access-log = "/var/log/kannel-access.log" dlr-storage=mysql #http-proxy-host = "127.0.0.1" #http-proxy-port = 8080 #http-proxy-exceptions = "127.0.0.1" #http-proxy-username = "user" #http-proxy-password = "password" #ssl-certkey-file = "mycertandprivkeyfile.pem" # Smsbox related smsbox-port=13001 box-deny-ip="*.*.*.*" box-allow-ip="127.0.0.1" #unified-prefix = "00358,0" #white-list = "http://127.0.0.1/white-list.txt" #black-list = "http://127.0.0.1/black-list.txt" #store-file = "kannel.store" # Wapbox related #wapbox-port = 13002 #udp-deny-ip = "*.*.*.*" #udp-allow-ip = "127.0.0.1" #wdp-interface-name = "*" # SMSC HTTP group = smsc smsc = http system-type = generic send-url = " http://x.x.x.x:8000/sendmsg?user=test&passwd=0987&cat=1&to=%p&text=%a" port = 13015 #connect-allow-ip = #username = test #password = 0987 status-success-regex = "ID: %d" status-permfail-regex = "Err: %d" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 #sendsms-chars = "0123456789 +-" global-sender = 12345 log-file = "/var/log/kannel-smsbox.log" log-level = 0 #access-log = "access.log" #white-list = #black-list = # SEND-SMS USERS group = sendsms-user username = tester password = foobar #user-deny-ip = "" #user-allow-ip = "" # this sender is for Kannel relay testing (http_smsc) group = sendsms-user username = test password = 0987 user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1" #name = service_kannel #forced-smsc = ID #default-smsc = ID #faked-sended = #max-messages = 1 #concatenation = 1 #split-chars = #split-suffix = #omit-empty = #header = #footer = #allowed-prefix = #denied-prefix = #white-list = #black-list = # SMS SERVICES #group = sms-service #name = nothing #keyword = nop #aliases = "noppy;niente" #text = "You asked nothing and I did it!" #get-url = "http://" #post-url = "http://" #file = "/tmp/" #accepted-smsc = ID #allowed-prefix = #denied-prefix = #catch-all = false #send-sender = false #strip-keyword = false #faked-sender = #max-messages = 1 #accept-x-kannel-headers = false #assume-plain-text = false #concatenation = false #split-chars = #split-suffix = "+" #omit-empty = true #header = #footer = #prefix = #suffix = #white-list = #black-list = # SMS SERVICE GET-URL EXAMPLE group = sms-service keyword = relay get-url = " http://localhost/service?phone=%p&text=%r&binary=%b&smsc=$i&time=%t # SMS SERVICE black-list #group = sms-service #keyword = black-list #text = "You are not alowed to use this service, Go away!" # SMS SERVICE Default # there should be default always group = sms-service keyword = default text = "No service specified" include = "/etc/kannel/dlr-mysql.conf" kannel.log 2012-03-14 16:18:38 [4551] [0] INFO: Debug_lvl = 0, log_file = <none>, log_lvl = 0 2012-03-14 16:18:38 [4551] [0] DEBUG: Loading include file `/etc/kannel/dlr-mysql.conf' (on line 140 of file /etc/kannel/kannel.conf). 2012-03-14 16:18:38 [4551] [0] INFO: MYSQL: Connected to server at localhost. 2012-03-14 16:18:38 [4551] [0] INFO: MYSQL: server version 5.0.77, client version 5.0.77. 2012-03-14 16:18:38 [4551] [0] INFO: DLR using storage type: mysql 2012-03-14 16:18:38 [4551] [0] DEBUG: Kannel bearerbox version `svn-r4958'. Build `Mar 14 2012 08:30:49', compiler `4.1.2 20080704 (Red Hat 4.1.2-48)'. System Linux, release 2.6.18-194.3.1.el5, version #1 SMP Thu May 13 13:09:10 EDT 2010, machine i686. Hostname localhost.localdomain, IP 127.0.0.1. Libxml version 2.6.26. Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008. Compiled with MySQL 5.0.77, using MySQL 5.0.77. Using native malloc. 2012-03-14 16:18:38 [4551] [0] INFO: Added logfile `/var/log/kannel.log' with level `0'. 2012-03-14 16:18:38 [4551] [0] INFO: Started access logfile `/var/log/kannel-access.log'. 2012-03-14 16:18:38 [4551] [0] INFO: HTTP: Opening server at port 13000. 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2012-03-14 16:18:38 [4551] [0] DEBUG: starting smsbox connection module 2012-03-14 16:18:38 [4551] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100). 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2012-03-14 16:18:38 [4551] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 4551. 2012-03-14 16:18:38 [4551] [0] INFO: Set SMS resend frequency to 60 seconds. 2012-03-14 16:18:38 [4551] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 4551. 2012-03-14 16:18:38 [4551] [2] DEBUG: HTTP: Including port 13000, fd 11 for polling in server thread 2012-03-14 16:18:38 [4551] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 4551. 2012-03-14 16:18:38 [4551] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 4551. 2012-03-14 16:18:38 [4551] [0] INFO: SMS resend retry set to unlimited. 2012-03-14 16:18:38 [4551] [0] DEBUG: MO concatenated message handling enabled 2012-03-14 16:18:38 [4551] [0] INFO: DLR rerouting for smsc id <(null)> disabled. 2012-03-14 16:18:38 [4551] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 4551. 2012-03-14 16:18:38 [4551] [0] INFO: HTTP: Opening server at port 13015. 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 6 (gwlib/fdset.c:poller) 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 7 (gw/smsc/smsc_http.c:httpsmsc_receiver) 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 8 (gw/smsc/smsc_http.c:httpsmsc_send_cb) 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 9 (gw/smsc/smsc_http.c:httpsmsc_sender) 2012-03-14 16:18:38 [4551] [0] INFO: HTTP[(null)]: Initiated and ready 2012-03-14 16:18:38 [4551] [0] DEBUG: Started thread 10 (gw/bb_smscconn.c:sms_router) 2012-03-14 16:18:38 [4551] [0] INFO: ---------------------------------------- 2012-03-14 16:18:38 [4551] [0] INFO: Kannel bearerbox II version svn-r4958 starting 2012-03-14 16:18:38 [4551] [0] INFO: MAIN: Start-up done, entering mainloop 2012-03-14 16:18:38 [4551] [6] DEBUG: Thread 6 (gwlib/fdset.c:poller) maps to pid 4551. 2012-03-14 16:18:38 [4551] [7] DEBUG: Thread 7 (gw/smsc/smsc_http.c:httpsmsc_receiver) maps to pid 4551. 2012-03-14 16:18:38 [4551] [8] DEBUG: Thread 8 (gw/smsc/smsc_http.c:httpsmsc_send_cb) maps to pid 4551. 2012-03-14 16:18:38 [4551] [9] DEBUG: Thread 9 (gw/smsc/smsc_http.c:httpsmsc_sender) maps to pid 4551. 2012-03-14 16:18:38 [4551] [10] DEBUG: Thread 10 (gw/bb_smscconn.c:sms_router) maps to pid 4551. 2012-03-14 16:18:38 [4551] [2] DEBUG: HTTP: Including port 13015, fd 23 for polling in server thread 2012-03-14 16:18:43 [4551] [5] INFO: Client connected from <127.0.0.1> 2012-03-14 16:18:43 [4551] [5] DEBUG: Started thread 11 (gw/bb_boxc.c:function) 2012-03-14 16:18:43 [4551] [11] DEBUG: Thread 11 (gw/bb_boxc.c:function) maps to pid 4551. 2012-03-14 16:18:43 [4551] [11] DEBUG: Started thread 12 (gw/bb_boxc.c:boxc_sender) 2012-03-14 16:18:43 [4551] [12] DEBUG: Thread 12 (gw/bb_boxc.c:boxc_sender) maps to pid 4551. 2012-03-14 16:18:53 [4551] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'. 2012-03-14 16:18:53 [4551] [2] DEBUG: HTTP: Created HTTPClient area 0x90a9288. 2012-03-14 16:18:53 [4551] [7] DEBUG: HTTP[(null)]: Got request `/cgi-bin/sendmsg' 2012-03-14 16:18:53 [4551] [7] DEBUG: HTTP[(null)]: Received an HTTP request 2012-03-14 16:18:53 [4551] [7] DEBUG: HTTP[(null)]: Constructing new SMS 2012-03-14 16:18:53 [4551] [7] DEBUG: HTTP[(null)]: Sending reply 2012-03-14 16:18:53 [4551] [7] DEBUG: HTTP: Resetting HTTPClient for `127.0.0.1'. 2012-03-14 16:18:53 [4551] [7] DEBUG: HTTP[(null)]: Destroying client information 2012-03-14 16:18:53 [4551] [6] DEBUG: HTTP: Destroying HTTPClient area 0x90a9288. 2012-03-14 16:18:53 [4551] [6] DEBUG: HTTP: Destroying HTTPClient for `127.0.0.1'. 2012-03-14 16:18:53 [4551] [12] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2012-03-14 16:18:53 [4551] [12] DEBUG: boxc_sender: sent message to <127.0.0.1> 2012-03-14 16:18:53 [4551] [11] DEBUG: boxc_receiver: sms received 2012-03-14 16:18:53 [4551] [11] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2012-03-14 16:18:53 [4551] [9] DEBUG: HTTP[(null)]: Sending request < http://x.x.x.x:8000/sendmsg?user=test&passwd=0987&cat=1&to=12345&text=No+service+specified > 2012-03-14 16:18:53 [4551] [11] DEBUG: boxc_receiver: got ack 2012-03-14 16:18:53 [4551] [9] DEBUG: Started thread 13 (gwlib/fdset.c:poller) 2012-03-14 16:18:53 [4551] [9] DEBUG: Started thread 14 (gwlib/http.c:write_request_thread) 2012-03-14 16:18:53 [4551] [13] DEBUG: Thread 13 (gwlib/fdset.c:poller) maps to pid 4551. 2012-03-14 16:18:53 [4551] [14] DEBUG: Thread 14 (gwlib/http.c:write_request_thread) maps to pid 4551. 2012-03-14 16:18:53 [4551] [14] DEBUG: Queue contains 0 pending requests. 2012-03-14 16:18:53 [4551] [14] DEBUG: Parsing URL ` http://x.x.x.x:8000/sendmsg?user=test&passwd=0987&cat=1&to=12345&text=No+service+specified ': 2012-03-14 16:18:53 [4551] [14] DEBUG: Scheme: http:// 2012-03-14 16:18:53 [4551] [14] DEBUG: Host: x.x.x.x 2012-03-14 16:18:53 [4551] [14] DEBUG: Port: 8000 2012-03-14 16:18:53 [4551] [14] DEBUG: Username: (null) 2012-03-14 16:18:53 [4551] [14] DEBUG: Password: (null) 2012-03-14 16:18:53 [4551] [14] DEBUG: Path: /sendmsg 2012-03-14 16:18:53 [4551] [14] DEBUG: Query: user=test&passwd=0987&cat=1&to=12345&text=No+service+specified 2012-03-14 16:18:53 [4551] [14] DEBUG: Fragment: (null) 2012-03-14 16:18:53 [4551] [14] DEBUG: Connecting nonblocking to <x.x.x.x> 2012-03-14 16:18:53 [4551] [14] DEBUG: HTTP: Opening connection to `x.x.x.x:8000' (fd=41). 2012-03-14 16:18:53 [4551] [14] DEBUG: Socket connecting 2012-03-14 16:18:53 [4551] [13] DEBUG: Get info about connecting socket 2012-03-14 16:18:53 [4551] [13] DEBUG: HTTP: Sending request: 2012-03-14 16:18:53 [4551] [13] DEBUG: Octet string at 0x90aef18: 2012-03-14 16:18:53 [4551] [13] DEBUG: len: 140 2012-03-14 16:18:53 [4551] [13] DEBUG: size: 1024 2012-03-14 16:18:53 [4551] [13] DEBUG: immutable: 0 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 47 45 54 20 2f 73 65 6e 64 6d 73 67 3f 75 73 65 GET /sendmsg?use 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 72 3d 61 64 6d 69 6e 26 70 61 73 73 77 64 3d 61 r=admin&passwd=a 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 64 6d 69 6e 26 63 61 74 32 31 26 74 6f 3d 31 32 dmin&cat=1&to=12 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 33 34 35 26 74 65 71 74 3d 4e 6f 2b 73 65 72 76 345&text=No+serv 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 69 63 65 2b 73 70 64 63 69 66 69 65 64 20 48 54 ice+specified HT 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 54 50 2f 31 2e 31 0f 0a 48 6f 73 74 3a 20 31 39 TP/1.1..Host: x 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 32 2e 31 36 38 2d 31 30 2e 34 31 3a 38 30 39 30 .x.x.x:8000 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 0d 0a 43 6f 6e 6e 65 63 74 69 6f 6e 3a 20 6b 65 ..Connection: ke 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 65 70 2d 61 6c 69 76 65 0d 0a 0d 0a ep-alive.... 2012-03-14 16:18:53 [4551] [13] DEBUG: Octet string dump ends. 2012-03-14 16:18:53 [4551] [13] DEBUG: HTTP: Status line: <HTTP/1.0 200 OK> 2012-03-14 16:18:53 [4551] [13] DEBUG: HTTP: Received response: 2012-03-14 16:18:53 [4551] [13] DEBUG: Octet string at 0x90aede0: 2012-03-14 16:18:53 [4551] [13] DEBUG: len: 13 2012-03-14 16:18:53 [4551] [13] DEBUG: size: 1024 2012-03-14 16:18:53 [4551] [13] DEBUG: immutable: 0 2012-03-14 16:18:53 [4551] [13] DEBUG: data: 0d 0a 49 44 3a 20 31 32 38 36 30 32 0a ..ID: 128602. 2012-03-14 16:18:53 [4551] [13] DEBUG: Octet string dump ends. 2012-03-14 16:18:53 [4551] [8] ERROR: HTTP[(null)]: Message was rejected. SMSC reponse was: 2012-03-14 16:18:53 [4551] [8] DEBUG: Octet string at 0x90aef18: 2012-03-14 16:18:53 [4551] [8] DEBUG: len: 11 2012-03-14 16:18:53 [4551] [8] DEBUG: size: 1024 2012-03-14 16:18:53 [4551] [8] DEBUG: immutable: 0 2012-03-14 16:18:53 [4551] [8] DEBUG: data: 49 44 3a 20 31 32 38 36 30 32 0a ID: 128602. 2012-03-14 16:18:53 [4551] [8] DEBUG: Octet string dump ends. 2012-03-14 16:19:13 [4551] [11] DEBUG: boxc_receiver: heartbeat with load value 0 received 2012-03-14 16:19:28 [4551] [0] WARNING: Killing signal or HTTP admin command received, shutting down... 2012-03-14 16:19:28 [4551] [0] DEBUG: Shutting down Kannel... 2012-03-14 16:19:28 [4551] [0] DEBUG: shutting down smsc 2012-03-14 16:19:28 [4551] [0] DEBUG: HTTP[(null)]: Shutting down 2012-03-14 16:19:28 [4551] [0] DEBUG: shutting down udp 2012-03-14 16:19:28 [4551] [7] DEBUG: HTTP: No clients with requests, quitting. 2012-03-14 16:19:28 [4551] [7] DEBUG: HTTP[(null)]: httpsmsc_receiver dying 2012-03-14 16:19:28 [4551] [6] DEBUG: Thread 6 (gwlib/fdset.c:poller) terminates. 2012-03-14 16:19:28 [4551] [8] DEBUG: HTTP[(null)]: httpsmsc_send_cb dying 2012-03-14 16:19:28 [4551] [8] DEBUG: Thread 8 (gw/smsc/smsc_http.c:httpsmsc_send_cb) terminates. 2012-03-14 16:19:28 [4551] [9] DEBUG: Thread 9 (gw/smsc/smsc_http.c:httpsmsc_sender) terminates. 2012-03-14 16:19:28 [4551] [7] DEBUG: Thread 7 (gw/smsc/smsc_http.c:httpsmsc_receiver) terminates. 2012-03-14 16:19:28 [4551] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) terminates. 2012-03-14 16:19:28 [4551] [12] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2012-03-14 16:19:28 [4551] [12] DEBUG: Thread 12 (gw/bb_boxc.c:boxc_sender) terminates. 2012-03-14 16:19:28 [4551] [11] INFO: Connection closed by the box <127.0.0.1> 2012-03-14 16:19:28 [4551] [11] DEBUG: Thread 11 (gw/bb_boxc.c:function) terminates. 2012-03-14 16:19:28 [4551] [10] DEBUG: Thread 10 (gw/bb_smscconn.c:sms_router) terminates. 2012-03-14 16:19:28 [4551] [0] INFO: All flow threads have died, killing core 2012-03-14 16:19:28 [4551] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) terminates. 2012-03-14 16:19:28 [4551] [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate 2012-03-14 16:19:28 [4551] [3] DEBUG: HTTP: No clients with requests, quitting. 2012-03-14 16:19:28 [4551] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates. 2012-03-14 16:19:29 [4551] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates. 2012-03-14 16:19:29 [4551] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates. 2012-03-14 16:19:29 [4551] [0] DEBUG: final clean-up for SMSCConn 2012-03-14 16:19:29 [4551] [0] DEBUG: MO concatenated message handling cleaned up 2012-03-14 16:19:29 [4551] [0] INFO: Total WDP messages: received 0, sent 0 2012-03-14 16:19:29 [4551] [0] INFO: Total SMS messages: received 1, dlr 0, sent 0, dlr 0 2012-03-14 16:19:29 [4551] [0] DEBUG: Waiting for 14 (gwlib/http.c:write_request_thread) to terminate 2012-03-14 16:19:29 [4551] [14] DEBUG: Thread 14 (gwlib/http.c:write_request_thread) terminates. 2012-03-14 16:19:29 [4551] [13] DEBUG: Thread 13 (gwlib/fdset.c:poller) terminates. 2012-03-14 16:19:29 [4551] [0] DEBUG: Immutable octet strings: 261. kannel-smsbox.log 2012-03-14 16:18:43 [4564] [0] INFO: Starting to log to file /var/log/kannel-smsbox.log level 0 2012-03-14 16:18:43 [4564] [0] INFO: Added logfile `/var/log/kannel-smsbox.log' with level `0'. 2012-03-14 16:18:43 [4564] [0] INFO: Service global sender set as '12345' 2012-03-14 16:18:43 [4564] [0] INFO: HTTP: Opening server at port 13013. 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2012-03-14 16:18:43 [4564] [0] INFO: Set up send sms service at port 13013 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 3 (gw/smsbox.c:sendsms_thread) 2012-03-14 16:18:43 [4564] [0] DEBUG: ---------------------------------------------- 2012-03-14 16:18:43 [4564] [0] DEBUG: Kannel smsbox version svn-r4958 starting 2012-03-14 16:18:43 [4564] [3] DEBUG: Thread 3 (gw/smsbox.c:sendsms_thread) maps to pid 4564. 2012-03-14 16:18:43 [4564] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 4564. 2012-03-14 16:18:43 [4564] [2] DEBUG: HTTP: Including port 13013, fd 9 for polling in server thread 2012-03-14 16:18:43 [4564] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 4564. 2012-03-14 16:18:43 [4564] [0] DEBUG: dumping group (sendsms-user): 2012-03-14 16:18:43 [4564] [0] DEBUG: <group> = <sendsms-user> 2012-03-14 16:18:43 [4564] [0] DEBUG: <username> = <tester> 2012-03-14 16:18:43 [4564] [0] DEBUG: <password> = <foobar> 2012-03-14 16:18:43 [4564] [0] DEBUG: dumping group (sendsms-user): 2012-03-14 16:18:43 [4564] [0] DEBUG: <user-allow-ip> = <127.0.0.1> 2012-03-14 16:18:43 [4564] [0] DEBUG: <user-deny-ip> = <*.*.*.*> 2012-03-14 16:18:43 [4564] [0] DEBUG: <group> = <sendsms-user> 2012-03-14 16:18:43 [4564] [0] DEBUG: <username> = <test> 2012-03-14 16:18:43 [4564] [0] DEBUG: <password> = <0987> 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 4 (gw/smsbox.c:obey_request_thread) 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 5 (gw/smsbox.c:url_result_thread) 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 6 (gw/smsbox.c:http_queue_thread) 2012-03-14 16:18:43 [4564] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) maps to pid 4564. 2012-03-14 16:18:43 [4564] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) maps to pid 4564. 2012-03-14 16:18:43 [4564] [0] DEBUG: Connecting to <127.0.0.1> 2012-03-14 16:18:43 [4564] [0] INFO: Connected to bearerbox at localhost port 13001. 2012-03-14 16:18:43 [4564] [4] DEBUG: Thread 4 (gw/smsbox.c:obey_request_thread) maps to pid 4564. 2012-03-14 16:18:43 [4564] [0] DEBUG: Started thread 7 (gw/heartbeat.c:heartbeat_thread) 2012-03-14 16:18:43 [4564] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) maps to pid 4564. 2012-03-14 16:18:53 [4564] [4] DEBUG: no match found: ^[ ]*(relay)[ ]* 2012-03-14 16:18:53 [4564] [4] INFO: Starting to service <prueba> from <12345> to <9961304722> 2012-03-14 16:18:53 [4564] [4] DEBUG: formatted text answer: <No service specified> 2012-03-14 16:18:53 [4564] [4] DEBUG: message length 20, sending 1 messages 2012-03-14 16:18:53 [4564] [0] DEBUG: Got ACK (0) of 26034e3c-0874-46ab-8514-049ca37614bf 2012-03-14 16:18:53 [4564] [0] DEBUG: No client - multi-send or ACK to pull-reply 2012-03-14 16:19:28 [4564] [0] INFO: Bearerbox told us to die 2012-03-14 16:19:28 [4564] [0] INFO: Received (and handled?) 1 requests in 35 seconds (0.03 per second) 2012-03-14 16:19:28 [4564] [0] INFO: Kannel smsbox terminating. 2012-03-14 16:19:28 [4564] [7] DEBUG: Thread 7 (gw/heartbeat.c:heartbeat_thread) terminates. 2012-03-14 16:19:28 [4564] [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate 2012-03-14 16:19:28 [4564] [3] DEBUG: HTTP: No clients with requests, quitting. 2012-03-14 16:19:28 [4564] [3] DEBUG: Thread 3 (gw/smsbox.c:sendsms_thread) terminates. 2012-03-14 16:19:28 [4564] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates. 2012-03-14 16:19:28 [4564] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates. 2012-03-14 16:19:28 [4564] [0] DEBUG: Waiting for 4 (gw/smsbox.c:obey_request_thread) to terminate 2012-03-14 16:19:28 [4564] [4] DEBUG: Thread 4 (gw/smsbox.c:obey_request_thread) terminates. 2012-03-14 16:19:28 [4564] [6] DEBUG: Thread 6 (gw/smsbox.c:http_queue_thread) terminates. 2012-03-14 16:19:28 [4564] [0] DEBUG: Waiting for 5 (gw/smsbox.c:url_result_thread) to terminate 2012-03-14 16:19:28 [4564] [5] DEBUG: Thread 5 (gw/smsbox.c:url_result_thread) terminates. The command I using for test is curl " http://127.0.0.1:13015/cgi-bin/sendmsg?username=test&password=0987&from=12345&to=9961304722&text=test " Thanks for your help
