Hey Paul!

Thanks for the quick reply..  Yes, I'm using a GSM modem as my "SMSC" (a
Sony Ericsson GC-83)..

So it sounds like the concatenation may not be the problem then?   Here
are some other things I noticed.  When the SMS comes in, both the
"Numeric Sender" and UDH fields are decoded incorrectly, then the packet
is passed off to SMSBOX, which seems strange as this is an MMS
notification, not an SMS message..  Is this correct?

The log below show the decoded numeric sender and UDH:
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: <-- +CMT: ,159
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: <--
07914140279510F6440A8111110301003BF55090708073228A8C0B05040B8423F000035A02010106276170706C69636174696F6E2F766E642E7761702E6D6D732D6D65737361676500AF848D0197B4848C82985178384A4D776F7547514D414141364841414141445141412D65634141414141008D908918802B31343235373830393236342F545950453D504C4D4E009641205069637475726520536861726521008A808E02
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: Numeric sender
<1111301000>
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: User data length read
as (140)
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: Udh decoding done
len=128 udhi=1 udhlen=11 udh='

#�
2005-09-07 08:37:27 [12891] [6] WARNING: smsbox_list empty!
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: --> AT+CNMA^M
2005-09-07 08:37:27 [12891] [6] DEBUG: AT2[gc83]: <-- OK
2005-09-07 08:37:29 [12891] [4] WARNING: smsbox_list empty!
2005-09-07 08:37:29 [12891] [4] WARNING: smsbox_list empty!
2005-09-07 08:37:32 [12891] [6] DEBUG: AT2[gc83]: <-- +CMT: ,96
2005-09-07 08:37:32 [12891] [6] DEBUG: AT2[gc83]: <--
07914140279510F6440A8111110301003BF55090708073328A4D0B05040B8423F000035A0202800088058103093A8083687474703A2F2F36362E3130322E3137312E3135302F5178384A4D776F7547514D414141364841414141445141412D6563414141414100
2005-09-07 08:37:32 [12891] [6] DEBUG: AT2[gc83]: Numeric sender
<1111301000>
2005-09-07 08:37:32 [12891] [6] DEBUG: AT2[gc83]: User data length read
as (77)
2005-09-07 08:37:32 [12891] [6] DEBUG: AT2[gc83]: Udh decoding done
len=65 udhi=1 udhlen=11 udh='

#�

Any thoughts?

Thanks!
jim

On Wed, 2005-09-07 at 16:22 +0100, Paul Keogh wrote:
> > I currently trying to setup Kannel (along with Mbuni) to send 
> > and receive SMS/MMS messages using a Sony GC83 GSM modem..
> > 
> > Currently SMS seems to be working fine in both directions, 
> > but when an MMS message comes into bearerbox, it looks like 
> > the notification is coming in as two seperate messages and 
> > bearerbox is treating them seperately, even after adding the 
> > "concatination = true" and the max- messages lines to my config..
> 
> I'm guessing from your description that Kannel is receiving MMS
> notifications from the network via the GSM modem ?
> 
> If so, Kannel does not do reassemby of concatenated MO messages. 
> This is left as an exercise for the application.
> 

Reply via email to