USSD messages

.NET library for SMPP protocol
Locked
splogic
Posts: 2
Joined: Tue Jan 22, 2013 4:18 pm

USSD messages

Post by splogic »

Hello all!

Tryed to manage a simple USSD application, it works fine. app seems to be very simple, thanks to InetLab.
Now just wonder if i can send with SubmitSm one message of 180 characters len? The operator says that they can accept such long ussd messages.

Thanks for any advice,
SP
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt »

Hello splogic,

How operator recommends to send long messages? In short_message field or in message_payload?
splogic
Posts: 2
Joined: Tue Jan 22, 2013 4:18 pm

Re: USSD messages

Post by splogic »

operator recommend to sand short_message.

Tryed message_payload, and the message is rejected
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt »

When you create SubmitSm it should be possible to specify 180 bytes array in property
sm.UserDataPdu.ShortMessage

Maybe you need to send concatenated SubmitSm parts?
Gaska
Posts: 4
Joined: Mon Jan 30, 2012 3:21 pm

Re: USSD messages

Post by Gaska »

Hi,

How do i know that an incoming deliverSM is a USSD message and it properties. And how do i reply to that particular message, does it come with session IDs ?
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt »

Hi Gaska,

USSD over SMPP is usually SMSC specific solution. Do you have any description from them?
Gaska
Posts: 4
Joined: Mon Jan 30, 2012 3:21 pm

Re: USSD messages

Post by Gaska »

Hi

I am getting the ussd through DATA_SM. and i do not know how to retrieve all neccessary data and reply to it.

please give me sample code to read all the data need and to reply to the ussd.
zohanx747
Posts: 1
Joined: Sat Nov 02, 2013 6:32 am

Re: USSD messages

Post by zohanx747 »

How do i know that an incoming deliverSM is a USSD message and it properties. And how do i reply to that particular message, does it come with session IDs ?



__________________
Testking Pass4sure 1z0-060 1V0-601 101-400 CAPM 70-646 1z0-883 70-686 642-747 1z0-054 70-485
Last edited by zohanx747 on Fri Jan 22, 2016 5:52 am, edited 1 time in total.
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt »

It is difficult to give general advice for USSD over SMPP. Please request description from your provider and send me by email.
It helps me to give you right direction for processing USSD messages.
Locked