Hi list,
 
I was trying to use sendsms push, but I got strange warning. I looked up through the
sources and realized, that it's something about msg_type(). although SMS reaches
the sender.
 
i'm interested to know, what could cause "Received other message than sms/admin, ignoring!"
warning.
 
below are snips from both bearerbox and smsbox logs. i'm using current CVS version.
 
2003-03-16 20:28:43 [3] INFO: smsbox: Got HTTP request </cgi-bin/sendsms> from <xxx.xxx.xxx.xxx>
2003-03-16 20:28:43 [3] INFO: sendsms used by <test>
2003-03-16 20:28:43 [3] INFO: sendsms sender:<test:911> (xxx.xxx.xxx.xx) to:<370652xxxxx> msg:<test>
2003-03-16 20:28:43 [3] DEBUG: message length 4, sending 1 messages
2003-03-16 20:28:43 [3] DEBUG: Status: 202 Answer: <Sent.>
2003-03-16 20:28:43 [3] DEBUG: HTTP: Resetting HTTPClient for `xxx.xxx.xxx.xxx'.
2003-03-16 20:28:43 [0] WARNING: Received other message than sms/admin, ignoring!
 
2003-03-16 20:28:43 [12] DEBUG: boxc_receiver: sms received
2003-03-16 20:28:43 [13] DEBUG: send_msg: sending msg to boxc: <(null)>
2003-03-16 20:28:43 [13] DEBUG: boxc_sender: sent message to <127.0.0.1>
2003-03-16 20:28:43 [9] DEBUG: SMPP[tele2]: Sending PDU:
2003-03-16 20:28:43 [9] DEBUG: SMPP PDU 0x813d500 dump:
2003-03-16 20:28:43 [9] DEBUG:   type_name: submit_sm
2003-03-16 20:28:43 [9] DEBUG:   command_id: 4 = 0x00000004
2003-03-16 20:28:43 [9] DEBUG:   command_status: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   sequence_number: 7 = 0x00000007
2003-03-16 20:28:43 [9] DEBUG:   service_type: NULL
2003-03-16 20:28:43 [9] DEBUG:   source_addr_ton: 2 = 0x00000002
2003-03-16 20:28:43 [9] DEBUG:   source_addr_npi: 1 = 0x00000001
2003-03-16 20:28:43 [9] DEBUG:   source_addr: "911"
2003-03-16 20:28:43 [9] DEBUG:   dest_addr_ton: 1 = 0x00000001
2003-03-16 20:28:43 [9] DEBUG:   dest_addr_npi: 1 = 0x00000001
2003-03-16 20:28:43 [9] DEBUG:   destination_addr: "370652xxxxx"
2003-03-16 20:28:43 [9] DEBUG:   esm_class: 3 = 0x00000003
2003-03-16 20:28:43 [9] DEBUG:   protocol_id: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   priority_flag: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   schedule_delivery_time: NULL
2003-03-16 20:28:43 [9] DEBUG:   validity_period: NULL
2003-03-16 20:28:43 [9] DEBUG:   registered_delivery: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   replace_if_present_flag: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   data_coding: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   sm_default_msg_id: 0 = 0x00000000
2003-03-16 20:28:43 [9] DEBUG:   sm_length: 4 = 0x00000004
2003-03-16 20:28:43 [9] DEBUG:   short_message: "test"
2003-03-16 20:28:43 [9] DEBUG: SMPP PDU dump ends.

Reply via email to