How to send USSD message and capture response

.NET library for SMPP protocol
Locked
ashish_14
Posts: 1
Joined: Sun May 17, 2015 10:22 am

How to send USSD message and capture response

Post by ashish_14 » Sun May 17, 2015 11:05 am

Hi,

I want to send USSD messages to multiple service providers in India like Airtel, Vodafone, etc and capture their responses... and trying your library for the same purpose, but i'm not able to do it. So do i need to have actual service provider SMPP server details in order to even test my sample code? because not even a simple sms go with my local smpp server. Is there any way i could test it wihout having actual smpp server details?

I'll appreciate your any help in this regard.

Thanks
Ashish
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: How to send USSD message and capture response

Post by alt » Sun May 17, 2015 7:29 pm

Hi Ashish,

You need to get test SMPP account from one of the provider. Local SMPP server has no connection with mobile network.
Please note that USSD over SMPP is always vendor specific solution. Ask your provider for detailed description of this service.
Locked