This effectively is working on SMPP, not USSD. USSD does not talk over SMPP unless loaded explicitly. You can also use flags other than TLV too in that case.
On Fri, Aug 15, 2014 at 11:30 AM, Elton Hoxha <elt...@gmail.com> wrote: > It handles. Just needs to be associated with smpp-tlv group. > > group = smpp-tlv > name = mydata > tag = 0x0501 > type = integer > length = 1 > smsc-id = ussd > > > > On Thu, Aug 14, 2014 at 7:39 PM, ha...@aeon.pk <ha...@aeon.pk> wrote: > >> Kannel does not handle USSD. >> >> >> On Fri, Aug 8, 2014 at 8:11 PM, michael osakede <ire...@yahoo.com> wrote: >> >>> Hello, >>> >>> Can anyone send me instructions on how to bind to a USSDC? >>> I have the IP / username/password and port number. >>> >>> I tried connecting to using : >>> >>> group = smsc >>> smsc-id = ussdpre >>> smsc = smpp >>> host = XX.XX.XX.XX >>> port = XXX >>> smsc-username = "XX" >>> smsc-password = "XX" >>> system-type = "" >>> keepalive = 50 >>> allowed-smsc-id = ussdpre >>> transceiver-mode = true >>> msg-id-type = 0x00 >>> throughput = 30 >>> max-pending-submits = 10 >>> wait-ack = 600 >>> >>> I get this error: >>> 2014-08-08 16:01:58 [15951] [6] ERROR: Error reading from fd 52: >>> 2014-08-08 16:01:58 [15951] [6] ERROR: System error 104: Connection >>> reset by peer >>> 2014-08-08 16:01:58 [15951] [6] ERROR: SMPP[ussdpre]: Couldn't connect >>> to SMS center (retrying in 10 seconds). >>> 2014-08-08 16:02:08 [15951] [6] DEBUG: Connecting to <XX.XX.XX.XX> >>> >>> Is it possible to handle USSD using kannel? >>> >>> Michael >>> >>> >>> >>> >> >