Hi,

I want to send messages having more then 160 characters through kannel by
splitting them into seperate messages and sending them one by one with UDH
added to them

I am trying to make it work using lynx -dump as follows


    lynx -dump "
http://localhost:13013/cgi-bin/sendsms?username=abc&password=xyz&to=27710000022&udh=%05%00%03%A6%02%01&text=Barcelona%20are%20to%20appeal%20against%20Uefa%27s%20proposal%20to%20ban%20Andres%20Iniesta%20for%20an%20additional%20Champions%20League%20match%20for%20allegedly%20provoking%20a%20yellow%20card.The&from=Test&smsc=fake1&dlr-mask=31
"



    lynx -dump "
http://localhost:13013/cgi-bin/sendsms?username=abc&password=xyz&to=27710000022&udh=%05%00%03%A6%02%02%text=26-year-old%20Spain%20midfielder%20was%20booked%20in%20the%20quarter-final%20against%20Shakhtar%20Donetsk%2C%20meaning%20he%20missed%20the%20return%20leg%20but%20would%20then%20be%20available.&from=Test&smsc=fake1&dlr-mask=31
"


But this is not working it sends 4 messages in place of one.

I dont understand why its sending 4 messages when i am sending two
different messages with required UDH field.

Can someone guide me how to do this.

Reply via email to