Re: Problem with kannel
Andreas Fink <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
please take a tcpdump of the communication. I believe however that your server is not talking SMPP but something else or that one side is using SSL and the other is not. The "secure" in the name hints that SSL might be in use but you have not configured kannel to use SSL. Use of SSL is not part of the SMPP standard but supported by many 3rd party implementations. On 18.01.2013, at 22:30, orlis moreta <[email protected]> wrote: > > Hi All > > I have GW 1.4-3 version installed but i'm failing to bind an SMSC.: > > > Any help would be apreciated > > > SMPP PDU 0x9e5f740 dump: > 2013-01-18 13:05:16 [9859] [6] DEBUG: type_name: bind_transceiver > 2013-01-18 13:05:16 [9859] [6] DEBUG: command_id: 9 = 0x00000009 > 2013-01-18 13:05:16 [9859] [6] DEBUG: command_status: 0 = 0x00000000 > 2013-01-18 13:05:16 [9859] [6] DEBUG: sequence_number: 1 = 0x00000001 > 2013-01-18 13:05:16 [9859] [6] DEBUG: system_id: "ivan" > 2013-01-18 13:05:16 [9859] [6] DEBUG: password: "ivan1234" > 2013-01-18 13:05:16 [9859] [6] DEBUG: system_type: "'VMA'" > 2013-01-18 13:05:16 [9859] [6] DEBUG: interface_version: 48 = 0x00000030 > 2013-01-18 13:05:16 [9859] [6] DEBUG: addr_ton: 0 = 0x00000000 > 2013-01-18 13:05:16 [9859] [6] DEBUG: addr_npi: 0 = 0x00000000 > 2013-01-18 13:05:16 [9859] [6] DEBUG: address_range: NULL > 2013-01-18 13:05:16 [9859] [6] DEBUG: SMPP PDU dump ends. > 2013-01-18 13:05:16 [9859] [7] DEBUG: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: Sending PDU: > 2013-01-18 13:05:16 [9859] [7] DEBUG: SMPP PDU 0x9e5f888 dump: > 2013-01-18 13:05:16 [9859] [7] DEBUG: type_name: bind_receiver > 2013-01-18 13:05:16 [9859] [7] DEBUG: command_id: 1 = 0x00000001 > 2013-01-18 13:05:16 [9859] [7] DEBUG: command_status: 0 = 0x00000000 > 2013-01-18 13:05:16 [9859] [7] DEBUG: sequence_number: 2 = 0x00000002 > 2013-01-18 13:05:16 [9859] [7] DEBUG: system_id: "ivan" > 2013-01-18 13:05:16 [9859] [7] DEBUG: password: "ivan1234" > 2013-01-18 13:05:16 [9859] [7] DEBUG: system_type: "'VMA'" > 2013-01-18 13:05:16 [9859] [7] DEBUG: interface_version: 48 = 0x00000030 > 2013-01-18 13:05:16 [9859] [7] DEBUG: addr_ton: 0 = 0x00000000 > 2013-01-18 13:05:16 [9859] [7] DEBUG: addr_npi: 0 = 0x00000000 > 2013-01-18 13:05:16 [9859] [7] DEBUG: address_range: NULL > 2013-01-18 13:05:16 [9859] [7] DEBUG: SMPP PDU dump ends. > 2013-01-18 13:05:16 [9859] [6] ERROR: SMPP: PDU length was too large (1213486160, maximum is 7424). > 2013-01-18 13:05:16 [9859] [6] ERROR: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: Server sent garbage, ignored. > 2013-01-18 13:05:16 [9859] [6] ERROR: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: I/O error or other error. Re-connecting. > 2013-01-18 13:05:16 [9859] [6] ERROR: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: Couldn't connect to SMS center (retrying in 10 seconds). > 2013-01-18 13:05:16 [9859] [7] ERROR: SMPP: PDU length was too large (1213486160, maximum is 7424). > 2013-01-18 13:05:16 [9859] [7] ERROR: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: Server sent garbage, ignored. > 2013-01-18 13:05:16 [9859] [7] ERROR: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: I/O error or other error. Re-connecting. > 2013-01-18 13:05:16 [9859] [7] ERROR: SMPP[SMPP:sms.secure-mytouchtone.net:9501/9501:ivan:'VMA']: Couldn't connect to SMS center (retrying in 10 seconds). > > > Thanks > orlis