Hi there, If you follow other suggestions including putting the log level to zero you will see all the pdu dumps. As far as setting the service_type in the submit_sm's you need to be using the cvs version of kannel as that has some extra flags put into smsbox and bearerbox. If you look at:
http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN3 971 For the smsbox http parameters, you will see a binfo flag. This allows you to set your mblox profile ID per message. Also, if you want to pickup the service_type on incoming deliver_sm messages, look at: http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN3 019 And scroll down to the Escape codes - %B will be of use. Regards, Bill. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Neil Mukerji Sent: 22 March 2004 16:12 To: [EMAIL PROTECTED] Subject: SMPP - submit data Hello all, I've been provided with my "SMPP Submit" by MBlox, and it looks like this: 2004-03-16 17:55:02.000;;>;cmd=submit_sm,status=0x00000000 (No error),seq=1238,service_type=,source_addr_ton=2,source_addr_npi=1,source_add r=80160,dest_addr_ton=1, dest_addr_npi=1,dest_addr=00447944010565,esm_class=0,protocol_id=0,priority_ flag=0,schedule_delivery_time=, validity_period=,registered_delivery=0,replace_if_present_flag=0,data_coding =0,sm_default_msg_id=,sm_length=13, short_message=Preimium test,user_message_reference=, ;; Now, how do I see this at my end? My logs look nothing like this, and don't go into anything like this level of detail. I've tried setting log level to 0 (debug) and studied all the logs, but I don't see anything like this. Also, I need to be able to set the "service_type" shown above. How do I do this? Many thanks, Neil Mukerji.
