Hi,

I have been installing Kannel for MBlox using the Meta-Data Branch of Kannel... Defining the following TLVs whn we send the message using the URL format http://SERVER:PORT/cgi-bin/sendsms?password=MYPASSWORD&smsc=mBloxUsNetwork&to=131825648&username=MYKANNELUSER&from=MYSHOTCODE&text=hello+from+local&meta-data=%3Fsmpp%3FMBoperator%3D31002%26MBbilling%3D0%26

Here is what the log says:

2008-12-29 11:22:22 [3792] [3] INFO: sendsms sender:<ooober:68267> (124.109.50.226) to:<13182629015> msg:<hello from local> 2008-12-29 11:22:22 [3792] [3] DEBUG: Stored UUID 664b8ea5-5a7b-4a3b-b9b7-e58b9be0c1c1
2008-12-29 11:22:22 [3792] [3] DEBUG: message length 16, sending 1 messages
2008-12-29 11:22:22 [3792] [3] DEBUG: Status: 202 Answer: <Sent.>
2008-12-29 11:22:22 [3776] [16] DEBUG: boxc_receiver: sms received
2008-12-29 11:22:22 [3776] [16] DEBUG: send_msg: sending msg to box: <127.0.0.1>
2008-12-29 11:22:22 [3792] [3] DEBUG: Delayed reply - wait for bearerbox
2008-12-29 11:22:22 [3776] [6] DEBUG: new group created `smpp'
2008-12-29 11:22:22 [3776] [6] DEBUG: group=`smpp' key=`MBoperator' value=`31002' 2008-12-29 11:22:22 [3776] [6] DEBUG: group=`smpp' key=`MBbilling' value=`0'
2008-12-29 11:22:22 [3776] [6] DEBUG: SMPP[mBloxUsNetwork]: Sending PDU:


*When message sent from the Mobile Phoe it reaches Kannel with no problems... But no message has been received from Kannel to Mobile.... *

Here are TLVS
#MBlox TLVs
group = smpp-tlv
name = MBoperator
tag = 0x1402
type = octetstring
length = 5

group = smpp-tlv
name = MBbilling
tag = 0x1403
type = octetstring
length = 5

group = smpp-tlv
name = MBsessionId
tag = 0x1404
type = octetstring
length = 60

group = smpp-tlv
name = MBserviceDesc
tag = 0x1405
type = octetstring
length = 10

group = smpp-tlv
name = MBcontentType
tag = 0x1406
type = octetstring
length = 5

group = smpp-tlv
name = MBserviceId
tag = 0x1407
type = octetstring
length = 60

group = smpp-tlv
name = MBimei
tag = 0x1501
type = octetstring
length = 5

group = smpp-tlv
name = MBimode
tag = 0x1502
type = octetstring
length = 5

group = smpp-tlv
name = MBsubId
tag = 0x1503
type = octetstring
length = 60

group = smpp-tlv
name = MBhostNet
tag = 0x1504
type = octetstring
length = 5

group = smpp-tlv
name = MBnewSub
tag = 0x1505
type = octetstring
length = 5

group = smpp-tlv
name = MBsubRef
tag = 0x1506
type = octetstring
length = 60

group = smpp-tlv
name = MBsubDateTag
tag = 0x1509
type = octetstring
length = 60

group = smpp-tlv
name = MBuaProfTag
tag = 0x1513
type = octetstring
length = 60

group = smpp-tlv
name = MBbillId
tag = 0x1519
type = octetstring
length = 60

group = smpp-tlv
name = MBsessionIdTag
tag = 0x1521
type = octetstring
length = 60

group = smpp-tlv
name = MBreasonCode
tag = 0x1522
type = octetstring
length = 60

group = smpp-tlv
name = MBreasonMsg
tag = 0x1523
type = octetstring
length = 60

group = smpp-tlv
name = MBcommand
tag = 0x1524
type = octetstring
length = 60

group = smpp-tlv
name = MBavStatus
tag = 0x1526
type = octetstring
length = 60

group = smpp-tlv
name = MBprodDesc
tag = 0x1527
type = octetstring
length = 60


############################


Reply via email to