Is the validity period supported for smpp
"Hillel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Kannel devel,
I'm using Kannel CVS from 20051119
Does the validity period work? If so how?
Any help appreciated
In my configuration I have:
group = smsc
smsc = smpp
......
validityperiod = 4320
(3 days = 60 minutes * 24 hours * 3 = 4320 Which is standard for most SMSC's
I've encounted.)
I even tried to use smpp 3.3 setting by using:
interface-version = 33
The debug log from the bearerbox gave me:
2005-12-13 19:07:31 [18399] [6] DEBUG: validity_period: NULL
See below:
SMPP[smsc1]: Sending PDU:
2005-12-13 19:07:31 [18399] [6] DEBUG: SMPP PDU 0x9bed4d0 dump:
2005-12-13 19:07:31 [18399] [6] DEBUG: type_name: submit_sm
2005-12-13 19:07:31 [18399] [6] DEBUG: command_id: 4 = 0x00000004
2005-12-13 19:07:31 [18399] [6] DEBUG: command_status: 0 = 0x00000000
2005-12-13 19:07:31 [18399] [6] DEBUG: sequence_number: 5 = 0x00000005
2005-12-13 19:07:31 [18399] [6] DEBUG: service_type: NULL
2005-12-13 19:07:31 [18399] [6] DEBUG: source_addr_ton: 1 = 0x00000001
2005-12-13 19:07:31 [18399] [6] DEBUG: source_addr_npi: 1 = 0x00000001
2005-12-13 19:07:31 [18399] [6] DEBUG: source_addr: "2784142100320088"
2005-12-13 19:07:31 [18399] [6] DEBUG: dest_addr_ton: 1 = 0x00000001
2005-12-13 19:07:31 [18399] [6] DEBUG: dest_addr_npi: 1 = 0x00000001
2005-12-13 19:07:31 [18399] [6] DEBUG: destination_addr: "27832300006"
2005-12-13 19:07:31 [18399] [6] DEBUG: esm_class: 3 = 0x00000003
2005-12-13 19:07:31 [18399] [6] DEBUG: protocol_id: 0 = 0x00000000
2005-12-13 19:07:31 [18399] [6] DEBUG: priority_flag: 0 = 0x00000000
2005-12-13 19:07:31 [18399] [6] DEBUG: schedule_delivery_time: NULL
2005-12-13 19:07:31 [18399] [6] DEBUG: validity_period: NULL
2005-12-13 19:07:31 [18399] [6] DEBUG: registered_delivery: 1 = 0x00000001
2005-12-13 19:07:31 [18399] [6] DEBUG: replace_if_present_flag: 0 =
0x00000000
2005-12-13 19:07:31 [18399] [6] DEBUG: data_coding: 0 = 0x00000000
2005-12-13 19:07:31 [18399] [6] DEBUG: sm_default_msg_id: 0 = 0x00000000
2005-12-13 19:07:31 [18399] [6] DEBUG: sm_length: 25 = 0x00000019
2005-12-13 19:07:31 [18399] [6] DEBUG: short_message:
2005-12-13 19:07:31 [18399] [6] DEBUG: Octet string at 0x9be9ef0:
2005-12-13 19:07:31 [18399] [6] DEBUG: len: 25
2005-12-13 19:07:31 [18399] [6] DEBUG: size: 26
2005-12-13 19:07:31 [18399] [6] DEBUG: immutable: 0
2005-12-13 19:07:31 [18399] [6] DEBUG: data: 54 65 73 74 20 50 72 69 6f
72 69 74 79 20 53 4d Test Priority SM
2005-12-13 19:07:31 [18399] [6] DEBUG: data: 53 20 72 65 70 6c 69 65 73
S replies
2005-12-13 19:07:31 [18399] [6] DEBUG: Octet string dump ends.
2005-12-13 19:07:31 [18399] [6] DEBUG: SMPP PDU dump ends.