Hi Anil,

The same thing I did using PHP, you can set UDH & DCS parameter for sendsms 
interface like

http://kannelhost:13013/cgi-bin/sendsms?
user=xxx&password=xxx&to=9848000000&udh=%06%05...&text=%binary%data

Binary Data can be ringtone, operator logo etc. Check correct UDH for picture 
messaging.

In your JSP, try to make socket connection to kannel sendsms port and send 
http headers & URL as shown above. 

Regards
Shridhar Raju



---------- Original Message -----------
From: "Anil" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sat, 31 Aug 2002 18:48:28 +0530
Subject: Query regarding DCS,UDHI through HTTP Response.

> Hi all,
> 
> I need some help in developing an HTTP Server to serve
> Logos and Ringtones to SMS Gateway.
> 
> I am successful in sending response to the request made by the 
> mobile by means of a JSP. But I could not send logos or ringtones 
> form my JSP because I could not find a means to set the udhi and dcs 
> thro' the response. Please suggest a remedy to this problem.
> 
> If any body have sample to do this, please send it.
> 
> Thanx in advance.
> 
> Best regards,
> 
> Anil.
------- End of Original Message -------


Reply via email to