Hi Alex and others, where is the difference in submitting the sms with meta-data variable together with short message text and submitting only meta-data without no text???
2009-12-03 10:49:37 [12458] [6] DEBUG: group=`smpp' key=`my-custom-var' value=`Hello World' 2009-12-03 10:49:37 [12458] [6] DEBUG: SMPP[test]: Sending PDU: 2009-12-03 10:49:37 [12458] [6] DEBUG: SMPP PDU 0x9313308 dump: 2009-12-03 10:49:37 [12458] [6] DEBUG: type_name: submit_sm 2009-12-03 10:49:37 [12458] [6] DEBUG: command_id: 4 = 0x00000004 2009-12-03 10:49:37 [12458] [6] DEBUG: command_status: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: sequence_number: 2 = 0x00000002 2009-12-03 10:49:37 [12458] [6] DEBUG: service_type: NULL 2009-12-03 10:49:37 [12458] [6] DEBUG: source_addr_ton: 2 = 0x00000002 2009-12-03 10:49:37 [12458] [6] DEBUG: source_addr_npi: 1 = 0x00000001 2009-12-03 10:49:37 [12458] [6] DEBUG: source_addr: "200" 2009-12-03 10:49:37 [12458] [6] DEBUG: dest_addr_ton: 2 = 0x00000002 2009-12-03 10:49:37 [12458] [6] DEBUG: dest_addr_npi: 1 = 0x00000001 2009-12-03 10:49:37 [12458] [6] DEBUG: destination_addr: "35xxxxxxxxx" 2009-12-03 10:49:37 [12458] [6] DEBUG: esm_class: 3 = 0x00000003 2009-12-03 10:49:37 [12458] [6] DEBUG: protocol_id: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: priority_flag: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: schedule_delivery_time: NULL 2009-12-03 10:49:37 [12458] [6] DEBUG: validity_period: NULL 2009-12-03 10:49:37 [12458] [6] DEBUG: registered_delivery: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: replace_if_present_flag: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: data_coding: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: sm_default_msg_id: 0 = 0x00000000 2009-12-03 10:49:37 [12458] [6] DEBUG: sm_length: 5 = 0x00000005 2009-12-03 10:49:37 [12458] [6] DEBUG: short_message: "hello" 2009-12-03 10:49:37 [12458] [6] DEBUG: my-custom-var: "Hello World" So "hello world" in my-custom-var has higher priority or....? What happens in these cases with both short message and meta-data? Thanks in advance... Elton On Fri, Dec 4, 2009 at 10:43 AM, Sandesh K <[email protected]> wrote: > hi marcin, > > could please share this valuable information; it would be really delight. > > What type of provisions we have to do in SMSC; what we need on SMSC side to > be enabled. > > Regards, > Sandesh K > > On Thu, 03 Dec 2009 17:04:41 +0530 wrote > > >2009/12/3 Elton Hoxha > > > Hello, > > > ... > > > I have partially succeded to connect to USSD, sending MO requests, but > then I`m stuck, sessions remains open until it is droped by Core Network. > > > Anyway if you have any conf sample would be a lot of help. > > > > Hey all, > > we are using kannel as gateway for USSD services with success. > > Generally if you want to use just USSD strings conf may look like this: > > group = smsc > > smsc-id = MVNO-USSD-STRING > > smsc = smpp > > host = 10.10.10.10 > > port = 5014 > > smsc-username = "foo" > > smsc-password = "bar" > > system-type = "VMA" > > service-type = "EA" > > log-file= /var/log/kannel-ussd/ussd_strings.log > > log-level= 0 > > wait-ack-expire = 1 > > > > If you need menu based services just change: > > service-type = "CR" > > > > It works pretty with Hu*wei USSDC. > > Soon I'll be ready to release HTTP backend which can be used in > > sms-service (nifty GUI, menus, games, polls, etc.). > > If you are interested in such solution just let me know - i'll try to > > speed things up ;-) > > > > Regards, > > > > -- > > Marcin Boćkowski > > tel. +48 79 69 0 69 79 > > > >
