Kannel does not handle USSD.
On Fri, Aug 8, 2014 at 8:11 PM, michael osakede 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
FAILED comes when there is something wrong with the SMS format and/or its
sending variables.
DISCARDED comes when the max-retry counter is hit.
Your logs tell that kannel understands that the modem is connected, but
gives CMS error when trying to send SMS. This is counted as a successful
attempt
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 wrote:
> Kannel does not handle USSD.
>
>
> On Fri, Aug 8, 2014 at 8:11 PM, michael osakede wrote: