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
USSD messages
Re: USSD messages
Hello splogic,
How operator recommends to send long messages? In short_message field or in message_payload?
How operator recommends to send long messages? In short_message field or in message_payload?
Re: USSD messages
operator recommend to sand short_message.
Tryed message_payload, and the message is rejected
Tryed message_payload, and the message is rejected
Re: USSD messages
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?
sm.UserDataPdu.ShortMessage
Maybe you need to send concatenated SubmitSm parts?
Re: USSD messages
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 ?
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 ?
Re: USSD messages
Hi Gaska,
USSD over SMPP is usually SMSC specific solution. Do you have any description from them?
USSD over SMPP is usually SMSC specific solution. Do you have any description from them?
Re: USSD messages
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.
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.
Re: USSD messages
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
__________________
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.
Re: USSD messages
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.
It helps me to give you right direction for processing USSD messages.