Hi, I'm new to the kannel wap gateway..
I've configured the Kannel gateway... (attached the config file) I'want to wappush to nokia 7210 simulator, I'm using Linux and wine for 7210. I've tried the wappush using the following control and content entities: si.txt : <?xml version="1.0"?> <!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN" " http://www.wapforum.org/DTD/si.dtd"> <si> <indication href="http://wap.google.com" si-id=" [EMAIL PROTECTED]" action="signal-high" created="1999-06-25T15:23:15Z" si-expires="2005-06-30T00:00:00Z"> You have 4 new emails </indication> </si> pap contro: iptestppg.txt <?xml version="1.0"?> <!DOCTYPE pap PUBLIC "-//WAPFORUM//DTD PAP//EN" " http://www.wapforum.org/DTD/pap_1.0.dtd"> <pap> <push-message push-id="[EMAIL PROTECTED]" deliver-after-timestamp="2001-02-28T06:45:00Z" progress-notes-requested="false"> <address address-value="WAPPUSH=127.0.0.1/[EMAIL PROTECTED]"> </address> <quality-of-service priority="low" delivery-method="unconfirmed" bearer-required="true" bearer="csd" network-required="true" network="gsm"> </quality-of-service> </push-message> </pap> Started the bearer box: ./bearerbox -v 1 mygw.conf Started the wapbox:./wapbox -v 1 mygw.conf Started the test http server which uses theport 8080: ./test_http_server Started the 7210 simulator: $ wine 7210.exe -classpath '/opt/Nokia/Devices/Nokia_7210_MIDP_SDK_v1_0/lib/classes.zip Done the wappush: ./test_ppg "http://localhost:8080/cgi-bin/wappush.cgi?username=surya&password=password" si.txt iptestppg.txt The test_http_server says (I have attached the output ): 2007-03-14 10:23:59 [28832] [1] DEBUG: Octet string dump ends. Entity: line 1: parser error : Start tag expected, '<' not found Sent. ^ 2007-03-14 10:23:59 [28832] [1] WARNING: PAP COMPILER: pap_compile: parse error in pap source 2007-03-14 10:23:59 [28832] [1] WARNING: TEST_PPG: receive_push_reply: cannot compile pap message 2007-03-14 10:23:59 [28832] [1] INFO: TEST_PPG: In thread 1 0 succeeded, 1 failed 2007-03-14 10:23:59 [28832] [1] DEBUG: Thread 1 (test/test_ppg.c:push_thread) terminates. 2007-03-14 10:23:59 [28832] [0] INFO: TEST_PPG: 1 requests in 0.000000seconds, inf requests per second 2007-03-14 10:23:59 [28832] [0] DEBUG: Waiting for 3 (gwlib/http.c:write_request_thread) to terminate 2007-03-14 10:23:59 [28832] [3] DEBUG: Thread 3 (gwlib/http.c:write_request_thread) terminates. 2007-03-14 10:23:59 [28832] [2] DEBUG: Thread 2 (gwlib/fdset.c:poller) terminates. 2007-03-14 10:23:59 [28832] [0] DEBUG: Immutable octet strings: 12. (The bearer box and the wapbox logs also attached) The message doesn't come up on the 7210simulater. I've also tested with Openwave simulator.. but nothing comes up on it too.. Your help would be greately appreciated in this regard.. Thanks Surya
2007-03-14 10:26:29 [28855] [0] INFO: Debug_lvl = 0, log_file = <none>, log_lvl = 0 2007-03-14 10:26:29 [28855] [0] DEBUG: PyroGW wapbox version `1.4.1'. Build `Mar 7 2007 16:41:31', compiler `3.4.6 20060404 (Red Hat 3.4.6-3)'. System Linux, release 2.6.9-42.ELsmp, version #1 SMP Wed Jul 12 23:27:17 EDT 2006, machine i686. Hostname localhost.localdomain, IP 127.0.0.1. Libxml version 2.6.16. Using OpenSSL 0.9.7a Feb 19 2003. Compiled with MySQL 5.0.18, using MySQL 5.0.18. Using native malloc. 2007-03-14 10:26:29 [28855] [0] DEBUG: Dumping Cfg 0x894daa8 2007-03-14 10:26:29 [28855] [0] DEBUG: filename = <pyrogw.conf> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (wapbox): 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-level> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-file> = <log/wapbox.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <bearerbox-host> = <127.0.0.1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <wapbox> 2007-03-14 10:26:29 [28855] [0] DEBUG: <access-log> = <log/wapbox-access.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <timer-freq> = <2> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (smsbox): 2007-03-14 10:26:29 [28855] [0] DEBUG: <max-pending-requests> = <512> 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-level> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-file> = <log/smsbox.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsbox-id> = <pyrosmsbox> 2007-03-14 10:26:29 [28855] [0] DEBUG: <global-sender> = <8888> 2007-03-14 10:26:29 [28855] [0] DEBUG: <bearerbox-host> = <127.0.0.1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <bearerbox-port> = <13001> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <smsbox> 2007-03-14 10:26:29 [28855] [0] DEBUG: <sendsms-chars> = <0123456789 +-> 2007-03-14 10:26:29 [28855] [0] DEBUG: <access-log> = <log/smsbox-access.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <sendsms-port> = <13013> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (core): 2007-03-14 10:26:29 [28855] [0] DEBUG: <wapbox-port> = <9201> 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-level> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsbox-port> = <13001> 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-file> = <log/bearer.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsbox-max-pending> = <60> 2007-03-14 10:26:29 [28855] [0] DEBUG: <admin-password> = <bar> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <core> 2007-03-14 10:26:29 [28855] [0] DEBUG: <sms-resend-freq> = <60> 2007-03-14 10:26:29 [28855] [0] DEBUG: <access-log> = <log/bearer-access.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <dlr-storage> = <mysql> 2007-03-14 10:26:29 [28855] [0] DEBUG: <sms-resend-retry> = <3> 2007-03-14 10:26:29 [28855] [0] DEBUG: <wdp-interface-name> = <*> 2007-03-14 10:26:29 [28855] [0] DEBUG: <admin-port> = <13000> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (dlr-db): 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-url> = <url> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-timestamp> = <ts> 2007-03-14 10:26:29 [28855] [0] DEBUG: <table> = <tbl_delivery_reports> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-service> = <service> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <dlr-db> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-source> = <source> 2007-03-14 10:26:29 [28855] [0] DEBUG: <id> = <mydlr> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-destination> = <destination> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-status> = <status> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-boxc-id> = <boxc> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-mask> = <mask> 2007-03-14 10:26:29 [28855] [0] DEBUG: <field-smsc> = <smsc> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (ppg): 2007-03-14 10:26:29 [28855] [0] DEBUG: <concurrent-pushes> = <100> 2007-03-14 10:26:29 [28855] [0] DEBUG: <trusted-pi> = <false> 2007-03-14 10:26:29 [28855] [0] DEBUG: <ppg-allow-ip> = <127.0.0.1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <ppg> 2007-03-14 10:26:29 [28855] [0] DEBUG: <users> = <1024> 2007-03-14 10:26:29 [28855] [0] DEBUG: <ppg-port> = <8040> 2007-03-14 10:26:29 [28855] [0] DEBUG: <ppg-url> = </cgi-bin/wappush> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (radius-acct): 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <radius-acct> 2007-03-14 10:26:29 [28855] [0] DEBUG: <our-port> = <1646> 2007-03-14 10:26:29 [28855] [0] DEBUG: <secret-nas> = <radius> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (mysql-connection): 2007-03-14 10:26:29 [28855] [0] DEBUG: <max-connections> = <1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <mysql-connection> 2007-03-14 10:26:29 [28855] [0] DEBUG: <database> = <test> 2007-03-14 10:26:29 [28855] [0] DEBUG: <host> = <127.0.0.1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <id> = <mydlr> 2007-03-14 10:26:29 [28855] [0] DEBUG: <username> = <root> 2007-03-14 10:26:29 [28855] [0] DEBUG: <password> = <password> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (wap-push-user): 2007-03-14 10:26:29 [28855] [0] DEBUG: <wap-push-user> = <picom> 2007-03-14 10:26:29 [28855] [0] DEBUG: <allow-ip> = <127.0.0.1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <wap-push-user> 2007-03-14 10:26:29 [28855] [0] DEBUG: <ppg-username> = <picom> 2007-03-14 10:26:29 [28855] [0] DEBUG: <ppg-password> = <bar> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (smsc): 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-level> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <log-file> = <log/smpp.log> 2007-03-14 10:26:29 [28855] [0] DEBUG: <wait-ack> = <60> 2007-03-14 10:26:29 [28855] [0] DEBUG: <system-type> = <> 2007-03-14 10:26:29 [28855] [0] DEBUG: <my-number> = <8888> 2007-03-14 10:26:29 [28855] [0] DEBUG: <address-range> = <> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <smsc> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsc-id> = <pyrosmpp> 2007-03-14 10:26:29 [28855] [0] DEBUG: <msg-id-type> = <0x00> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsc> = <smpp> 2007-03-14 10:26:29 [28855] [0] DEBUG: <source-addr-autodetect> = <true> 2007-03-14 10:26:29 [28855] [0] DEBUG: <host> = <192.168.0.36> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsc-username> = <pyro3> 2007-03-14 10:26:29 [28855] [0] DEBUG: <port> = <4444> 2007-03-14 10:26:29 [28855] [0] DEBUG: <wait-ack-expire> = <0x00> 2007-03-14 10:26:29 [28855] [0] DEBUG: <source-addr-npi> = <1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <receive-port> = <4444> 2007-03-14 10:26:29 [28855] [0] DEBUG: <smsc-password> = <pyro3> 2007-03-14 10:26:29 [28855] [0] DEBUG: <source-addr-ton> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <bind-addr-npi> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <throughput> = <20> 2007-03-14 10:26:29 [28855] [0] DEBUG: <service-type> = <> 2007-03-14 10:26:29 [28855] [0] DEBUG: <bind-addr-ton> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <interface-version> = <34> 2007-03-14 10:26:29 [28855] [0] DEBUG: <connection-timeout> = <54000> 2007-03-14 10:26:29 [28855] [0] DEBUG: <enquire-link-interval> = <30> 2007-03-14 10:26:29 [28855] [0] DEBUG: <validityperiod> = <2880> 2007-03-14 10:26:29 [28855] [0] DEBUG: <dest-addr-npi> = <1> 2007-03-14 10:26:29 [28855] [0] DEBUG: <dest-addr-ton> = <0> 2007-03-14 10:26:29 [28855] [0] DEBUG: <transceiver-mode> = <false> 2007-03-14 10:26:29 [28855] [0] DEBUG: <reconnect-delay> = <10> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (sendsms-user): 2007-03-14 10:26:29 [28855] [0] DEBUG: <default-sender> = <8888> 2007-03-14 10:26:29 [28855] [0] DEBUG: <name> = <pyrosmsgw> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <sendsms-user> 2007-03-14 10:26:29 [28855] [0] DEBUG: <dlr-url> = <http://localhost:9999/myapp/www.jsp?username=%a&password=%k&from=%P&to=%p&message=%C> 2007-03-14 10:26:29 [28855] [0] DEBUG: <max-messages> = <3> 2007-03-14 10:26:29 [28855] [0] DEBUG: <username> = <pyro> 2007-03-14 10:26:29 [28855] [0] DEBUG: <concatenation> = <true> 2007-03-14 10:26:29 [28855] [0] DEBUG: <password> = <pyro> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (sms-service): 2007-03-14 10:26:29 [28855] [0] DEBUG: <keyword> = <www> 2007-03-14 10:26:29 [28855] [0] DEBUG: <accepted-smsc> = <SMPPSim> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <sms-service> 2007-03-14 10:26:29 [28855] [0] DEBUG: <get-url> = <http://localhost:9999/www.jsp?username=%s'&'password=%S> 2007-03-14 10:26:29 [28855] [0] DEBUG: <accept-x-kannel-headers> = <true> 2007-03-14 10:26:29 [28855] [0] DEBUG: <concatenation> = <true> 2007-03-14 10:26:29 [28855] [0] DEBUG: dumping group (sms-service): 2007-03-14 10:26:29 [28855] [0] DEBUG: <keyword> = <default> 2007-03-14 10:26:29 [28855] [0] DEBUG: <group> = <sms-service> 2007-03-14 10:26:29 [28855] [0] DEBUG: <text> = <No service.> 2007-03-14 10:26:29 [28855] [0] DEBUG: Dump ends. 2007-03-14 10:26:29 [28855] [0] DEBUG: map_url_max = -1 2007-03-14 10:26:29 [28855] [0] INFO: Added logfile `log/wapbox.log' with level `0'. 2007-03-14 10:26:29 [28855] [0] INFO: Starting to log to file log/wapbox.log level 0 2007-03-14 10:26:29 [28855] [0] DEBUG: no syslog parameter 2007-03-14 10:26:29 [28855] [0] INFO: Logging accesses to 'log/wapbox-access.log'. 2007-03-14 10:26:29 [28855] [0] INFO: Started access logfile `log/wapbox-access.log'. 2007-03-14 10:26:29 [28855] [0] INFO: RADIUS: local RADIUS accounting proxy at <0.0.0.0:1646> 2007-03-14 10:26:29 [28855] [0] INFO: RADIUS: remote RADIUS accounting server is absent 2007-03-14 10:26:29 [28855] [0] INFO: RADIUS: initializing internal hash tables with 30 buckets. 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 1 (radius/radius_acct.c:proxy_thread) 2007-03-14 10:26:29 [28855] [0] INFO: ------------------------------------------------------------ 2007-03-14 10:26:29 [28855] [0] INFO: PyroGW wapbox version 1.4.1 starting up. 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 2 (wap/wsp_session.c:main_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 3 (wap/wsp_unit.c:main_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 4 (wap/wsp_push_client.c:main_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 5 (wap/timers.c:watch_timers) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 6 (wap/wtp_init.c:main_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 7 (wap/wtp_resp.c:main_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 8 (gw/wap-appl.c:main_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 9 (gw/wap-appl.c:return_replies_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 10 (gw/wap_push_ota.c:main_thread) 2007-03-14 10:26:29 [28855] [1] DEBUG: Thread 1 (radius/radius_acct.c:proxy_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [0] INFO: HTTP: Opening server at port 8040. 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 11 (gwlib/fdset.c:poller) 2007-03-14 10:26:29 [28855] [2] DEBUG: Thread 2 (wap/wsp_session.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [3] DEBUG: Thread 3 (wap/wsp_unit.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [4] DEBUG: Thread 4 (wap/wsp_push_client.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [5] DEBUG: Thread 5 (wap/timers.c:watch_timers) maps to pid 28855. 2007-03-14 10:26:29 [28855] [6] DEBUG: Thread 6 (wap/wtp_init.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [7] DEBUG: Thread 7 (wap/wtp_resp.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [8] DEBUG: Thread 8 (gw/wap-appl.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [9] DEBUG: Thread 9 (gw/wap-appl.c:return_replies_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [10] DEBUG: Thread 10 (gw/wap_push_ota.c:main_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 12 (gwlib/http.c:server_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 13 (gw/wap_push_ppg.c:ota_read_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 14 (gw/wap_push_ppg.c:http_read_thread) 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 15 (gw/wap_push_ppg.c:pap_request_thread) 2007-03-14 10:26:29 [28855] [0] INFO: Connected to bearerbox at 127.0.0.1 port 9201. 2007-03-14 10:26:29 [28855] [0] DEBUG: Started thread 16 (gw/heartbeat.c:heartbeat_thread) 2007-03-14 10:26:29 [28855] [11] DEBUG: Thread 11 (gwlib/fdset.c:poller) maps to pid 28855. 2007-03-14 10:26:29 [28855] [12] DEBUG: Thread 12 (gwlib/http.c:server_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [13] DEBUG: Thread 13 (gw/wap_push_ppg.c:ota_read_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [14] DEBUG: Thread 14 (gw/wap_push_ppg.c:http_read_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [15] DEBUG: Thread 15 (gw/wap_push_ppg.c:pap_request_thread) maps to pid 28855. 2007-03-14 10:26:29 [28855] [16] DEBUG: Thread 16 (gw/heartbeat.c:heartbeat_thread) maps to pid 28855.
2007-03-14 10:14:55 [28582] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2007-03-14 10:14:55 [28582] [0] INFO: MYSQL: Connected to server at 127.0.0.1. 2007-03-14 10:14:55 [28582] [0] INFO: MYSQL: server version 5.0.18-standard-log, client version 5.0.18. 2007-03-14 10:14:55 [28582] [0] INFO: DLR using storage type: mysql 2007-03-14 10:14:55 [28582] [0] INFO: Added logfile `log/bearer.log' with level`0'. 2007-03-14 10:14:55 [28582] [0] INFO: Started access logfile `log/bearer-access.log'. 2007-03-14 10:14:55 [28582] [0] INFO: HTTP: Opening server at port 13000. 2007-03-14 10:14:55 [28582] [0] INFO: Set SMS resend frequency to 60 seconds. 2007-03-14 10:14:55 [28582] [0] INFO: SMS resend retry set to 3. 2007-03-14 10:14:55 [28582] [0] INFO: Set throughput to 20.000 for smsc id <pyrosmpp> 2007-03-14 10:14:55 [28582] [0] INFO: DLR rerouting for smsc id <pyrosmpp> disabled. 2007-03-14 10:14:55 [28582] [0] INFO: Added logfile `log/smpp.log' with level `0'. 2007-03-14 10:14:55 [28582] [0] INFO: Adding interface * 2007-03-14 10:14:55 [28582] [0] INFO: ---------------------------------------- 2007-03-14 10:14:55 [28582] [0] INFO: PyroGW bearerbox II version 1.4.1 starting 2007-03-14 10:14:55 [28582] [6] INFO: Logging thread `6' to logfile `log/smpp.log' with level `0'. 2007-03-14 10:14:55 [28582] [7] INFO: Logging thread `7' to logfile `log/smpp.log' with level `0'. 2007-03-14 10:14:55 [28582] [0] INFO: MAIN: Start-up done, entering mainloop 2007-03-14 10:15:06 [28582] [14] INFO: Client connected from <127.0.0.1> 2007-03-14 10:26:11 [28582] [0] WARNING: Killing signal or HTTP admin command received, shutting down... 2007-03-14 10:26:14 [28582] [0] INFO: All flow threads have died, killing core 2007-03-14 10:26:14 [28582] [0] INFO: Total WDP messages: received 0, sent 0 2007-03-14 10:26:14 [28582] [0] INFO: Total SMS messages: received 0, sent 0 [EMAIL PROTECTED] sbin]$ ./bearerbox -v 0 pyrogw.conf 2007-03-14 10:26:23 [28838] [0] INFO: Debug_lvl = 0, log_file = <none>, log_lvl = 0 2007-03-14 10:26:23 [28838] [0] INFO: MYSQL: Connected to server at 127.0.0.1. 2007-03-14 10:26:23 [28838] [0] INFO: MYSQL: server version 5.0.18-standard-log, client version 5.0.18. 2007-03-14 10:26:23 [28838] [0] INFO: DLR using storage type: mysql 2007-03-14 10:26:23 [28838] [0] DEBUG: PyroGW bearerbox version `1.4.1'. Build `Mar 7 2007 16:41:31', compiler `3.4.6 20060404 (Red Hat 3.4.6-3)'. System Linux, release 2.6.9-42.ELsmp, version #1 SMP Wed Jul 12 23:27:17 EDT 2006, machine i686. Hostname localhost.localdomain, IP 127.0.0.1. Libxml version 2.6.16. Using OpenSSL 0.9.7a Feb 19 2003. Compiled with MySQL 5.0.18, using MySQL 5.0.18. Using native malloc. 2007-03-14 10:26:23 [28838] [0] INFO: Added logfile `log/bearer.log' with level `0'. 2007-03-14 10:26:23 [28838] [0] INFO: Started access logfile `log/bearer-access.log'. 2007-03-14 10:26:23 [28838] [0] INFO: HTTP: Opening server at port 13000. 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2007-03-14 10:26:23 [28838] [0] DEBUG: starting smsbox connection module 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 4 (gw/bb_boxc.c:sms_to_smsboxes) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 5 (gw/bb_boxc.c:smsboxc_run) 2007-03-14 10:26:23 [28838] [0] INFO: Set SMS resend frequency to 60 seconds. 2007-03-14 10:26:23 [28838] [0] INFO: SMS resend retry set to 3. 2007-03-14 10:26:23 [28838] [0] INFO: Set throughput to 20.000 for smsc id <pyrosmpp> 2007-03-14 10:26:23 [28838] [0] INFO: DLR rerouting for smsc id <pyrosmpp> disabled. 2007-03-14 10:26:23 [28838] [0] INFO: Added logfile `log/smpp.log' with level `0'. 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 6 (gw/smsc/smsc_smpp.c:io_thread) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 7 (gw/smsc/smsc_smpp.c:io_thread) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 8 (gw/bb_smscconn.c:sms_router) 2007-03-14 10:26:23 [28838] [0] DEBUG: starting UDP sender/receiver module 2007-03-14 10:26:23 [28838] [0] INFO: Adding interface * 2007-03-14 10:26:23 [28838] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9200> 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 9 (gw/bb_udp.c:udp_receiver) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 10 (gw/bb_udp.c:udp_sender) 2007-03-14 10:26:23 [28838] [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9201> 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 11 (gw/bb_udp.c:udp_receiver) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 12 (gw/bb_udp.c:udp_sender) 2007-03-14 10:26:23 [28838] [0] DEBUG: starting wapbox connection module 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 13 (gw/bb_boxc.c:wdp_to_wapboxes) 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 14 (gw/bb_boxc.c:wapboxc_run) 2007-03-14 10:26:23 [28838] [0] DEBUG: starting WDP router 2007-03-14 10:26:23 [28838] [0] DEBUG: Started thread 15 (gw/bearerbox.c:wdp_router) 2007-03-14 10:26:23 [28838] [0] INFO: ---------------------------------------- 2007-03-14 10:26:23 [28838] [0] INFO: PyroGW bearerbox II version 1.4.1 starting 2007-03-14 10:26:23 [28838] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 28838. 2007-03-14 10:26:23 [28838] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 28838. 2007-03-14 10:26:23 [28838] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 28838. 2007-03-14 10:26:23 [28838] [4] DEBUG: Thread 4 (gw/bb_boxc.c:sms_to_smsboxes) maps to pid 28838. 2007-03-14 10:26:23 [28838] [5] DEBUG: Thread 5 (gw/bb_boxc.c:smsboxc_run) maps to pid 28838. 2007-03-14 10:26:23 [28838] [6] DEBUG: Thread 6 (gw/smsc/smsc_smpp.c:io_thread) maps to pid 28838. 2007-03-14 10:26:23 [28838] [6] INFO: Logging thread `6' to logfile `log/smpp.log' with level `0'. 2007-03-14 10:26:23 [28838] [7] DEBUG: Thread 7 (gw/smsc/smsc_smpp.c:io_thread) maps to pid 28838. 2007-03-14 10:26:23 [28838] [7] INFO: Logging thread `7' to logfile `log/smpp.log' with level `0'. 2007-03-14 10:26:23 [28838] [8] DEBUG: Thread 8 (gw/bb_smscconn.c:sms_router) maps to pid 28838. 2007-03-14 10:26:23 [28838] [8] DEBUG: sms_router: time to sleep 30.00 secs. 2007-03-14 10:26:23 [28838] [9] DEBUG: Thread 9 (gw/bb_udp.c:udp_receiver) maps to pid 28838. 2007-03-14 10:26:23 [28838] [10] DEBUG: Thread 10 (gw/bb_udp.c:udp_sender) maps to pid 28838. 2007-03-14 10:26:23 [28838] [11] DEBUG: Thread 11 (gw/bb_udp.c:udp_receiver) maps to pid 28838. 2007-03-14 10:26:23 [28838] [0] INFO: MAIN: Start-up done, entering mainloop 2007-03-14 10:26:23 [28838] [12] DEBUG: Thread 12 (gw/bb_udp.c:udp_sender) maps to pid 28838. 2007-03-14 10:26:23 [28838] [13] DEBUG: Thread 13 (gw/bb_boxc.c:wdp_to_wapboxes) maps to pid 28838. 2007-03-14 10:26:23 [28838] [14] DEBUG: Thread 14 (gw/bb_boxc.c:wapboxc_run) maps to pid 28838. 2007-03-14 10:26:23 [28838] [15] DEBUG: Thread 15 (gw/bearerbox.c:wdp_router) maps to pid 28838. 2007-03-14 10:26:23 [28838] [8] DEBUG: sms_router: gwlist_len = 0 2007-03-14 10:26:29 [28838] [14] INFO: Client connected from <127.0.0.1> 2007-03-14 10:26:29 [28838] [14] DEBUG: Started thread 16 (gw/bb_boxc.c:function) 2007-03-14 10:26:29 [28838] [16] DEBUG: Thread 16 (gw/bb_boxc.c:function) maps to pid 28838. 2007-03-14 10:26:29 [28838] [16] DEBUG: setting up systems for new wapbox 2007-03-14 10:26:29 [28838] [16] DEBUG: Started thread 17 (gw/bb_boxc.c:boxc_sender) 2007-03-14 10:26:29 [28838] [17] DEBUG: Thread 17 (gw/bb_boxc.c:boxc_sender) maps to pid 28838.
mygw.conf
Description: Binary data
