1. The login data that your client uses is invalid. Check your smpplogins file for the tuple "aldo2", "aldo2", "SMPP".
2. Smppbox is not in cvs repository but svn. 3. You have "old" smppbox code. Do a svn update or checkout anew for the latest version. == Rene From: [email protected] [mailto:[email protected]] On Behalf Of Imran Aghayev Sent: vrijdag 23 juli 2010 11:44 To: [email protected] Subject: smppbox binding problem :: Invalid SMPP PDU received Hi guys, I have a problem. I've built smppbox from cvs repository and have problems when smpp client tried to bind it. For smpp client I use php pear class NET_SMPP_Client. Whenever I try to bind it it says couldn't bind. In smpplog file is the following: 2010-07-23 11:26:39 [3870] [9] INFO: Client connected from <127.0.0.1> 2010-07-23 11:26:39 [3870] [9] DEBUG: Connecting to <127.0.0.1> 2010-07-23 11:26:39 [3870] [9] INFO: Connected to bearerbox at localhost port 13777. 2010-07-23 11:26:39 [3870] [9] DEBUG: Started thread 10 (smppbox.c:smpp_to_bearerbox) 2010-07-23 11:26:39 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox) maps to pid 3870. 2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Got PDU: 2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x8183180 dump: 2010-07-23 11:26:40 [3870] [10] DEBUG: type_name: bind_transmitter 2010-07-23 11:26:40 [3870] [10] DEBUG: command_id: 2 = 0x00000002 2010-07-23 11:26:40 [3870] [10] DEBUG: command_status: 0 = 0x00000000 2010-07-23 11:26:40 [3870] [10] DEBUG: sequence_number: 1 = 0x00000001 2010-07-23 11:26:40 [3870] [10] DEBUG: system_id: "aldo2" 2010-07-23 11:26:40 [3870] [10] DEBUG: password: "aldo2" 2010-07-23 11:26:40 [3870] [10] DEBUG: system_type: "SMPP" 2010-07-23 11:26:40 [3870] [10] DEBUG: interface_version: 52 = 0x00000034 2010-07-23 11:26:40 [3870] [10] DEBUG: addr_ton: 0 = 0x00000000 2010-07-23 11:26:40 [3870] [10] DEBUG: addr_npi: 0 = 0x00000000 2010-07-23 11:26:40 [3870] [10] DEBUG: address_range: NULL 2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends. 2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP[SMPP Router]: Sending PDU: 2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU 0x81832b8 dump: 2010-07-23 11:26:40 [3870] [10] DEBUG: type_name: bind_transmitter_resp 2010-07-23 11:26:40 [3870] [10] DEBUG: command_id: 2147483650 = 0x80000002 2010-07-23 11:26:40 [3870] [10] DEBUG: command_status: 13 = 0x0000000d 2010-07-23 11:26:40 [3870] [10] DEBUG: sequence_number: 1 = 0x00000001 2010-07-23 11:26:40 [3870] [10] DEBUG: system_id: NULL 2010-07-23 11:26:40 [3870] [10] DEBUG: SMPP PDU dump ends. 2010-07-23 11:27:41 [3870] [10] ERROR: Invalid SMPP PDU received. 2010-07-23 11:27:41 [3870] [10] DEBUG: Thread 10 (smppbox.c:smpp_to_bearerbox) terminates. Please help. Thank you, Imran _____ Get a free e-mail account with Hotmail. Sign-up <http://clk.atdmt.com/UKM/go/197222280/direct/01/> now.
