On 06.01.2010, at 18:27, [email protected] wrote: > Hello, > I cant seem to find documentation in relation to SMPP support in > Kannel. > Does Kannel support reception of SMPP operations over TCP?
It supports SMPP client use but not being a SMPP server. In other words, kannel connects to SMPP SMSC's and can send and receive SMS but it does not pose a s a SMSC server. The user access API is HTTP. That's the purpose of kannel. > Can someone point me towards the handling code? > > Basically I have an application and I want it to bind and submit > messages to the Kannel GW. > The messages I want to send and test include > o single submit operations > o submits with SAR > o submits with large payload > o submit with udh look at the kannel documentation. There's many examples there. segmentation and reassembly is done transparently (if configured for). > Does Kannel support reception of SAR, UDH and so on? yes > Does it handle the re-assembly of the TCP payload whereby multiple tcp > socket reads may be required to get the appropriate stream of bytes required. Kannel supports the reception of multiple SMS parts from more than one TCP socket if its considered the same SMSC (smsc-id is the same). This is also used to improve speed on sending when using in non windowed mode. > > All feedback appreciated. > > Thank you. > Bob > > > I'm using Vodafone Mail - to get your free mobile email account go to > http://www.vodafone.ie > Use of Vodafone Mail is subject to Terms and Conditions > http://www.vodafone.ie/terms/website > > >
