USSD messages

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

USSD messages

Post by splogic » Tue Jan 22, 2013 5:08 pm

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: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt » Fri Jan 25, 2013 6:37 pm

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 » Mon Jan 28, 2013 1:12 pm

operator recommend to sand short_message.

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

Re: USSD messages

Post by alt » Thu Jan 31, 2013 1:03 pm

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 » Tue Feb 26, 2013 7:22 pm

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: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt » Fri Mar 01, 2013 9:27 am

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 » Fri Mar 01, 2013 6:51 pm

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 » Sat Nov 02, 2013 6:46 am

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: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: USSD messages

Post by alt » Mon Nov 04, 2013 6:54 pm

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