Search found 3 matches

by huiz84
Wed Sep 18, 2013 2:47 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: How to send deliver_sm_resp only
Replies: 3
Views: 26088

Re: How to send deliver_sm_resp only

How to send back deliver_sm_resp without submit sm?
by huiz84
Mon Jul 08, 2013 9:32 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: How to send deliver_sm_resp only
Replies: 3
Views: 26088

How to send deliver_sm_resp only

Hi,

i need send deliversmresp back to my ussd gateway.

According to my vendor, i should
" sending the deliver_sm_resp and should be no submit_sm packet send back to USSD Gateway, since the user has been triggered the exit. "

please help.
by huiz84
Tue Jun 18, 2013 8:16 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Network initiated USSD
Replies: 5
Views: 43576

Re: Network initiated USSD

Hi ,

i am trying to do a network initiate USSD push.

SubmitSm sm = new SubmitSm();
sm.ServiceType = "USSD";
sm.UserDataPdu.ShortMessage = _client.GetMessageBytes("Hellow Testing", DataCodings.Default);
sm.SourceAddr = "1234";
sm.SourceAddrTon = 0;
sm.SourceAddrNpi = 1;
sm.DestAddr ...