This is the url to send the ota ringtone, IS it  correct:
 
http://localhost:13013/cgi-bin/sendsms?username=bsnl
<http://localhost:13013/cgi-bin/sendsms?username=bsnl&password=bsnl&from=518
19&to=919415059810&udh=%06%05%04%15%81%00%00&text=024A3A4004009B1E4D242E6DE4
2E6DA4206DA42E69042A5D042E61A42868041C69A61A4206244286DA42869A61A42062042869
A4286184285C04284DA4584284DA4204E242859A5184284DA4204DC42A45A4284D84204E042E
59A42851842A4D04224E64204E44204D84266D042E69A6104286904285DA42860A00&coding=
0&mclass=2>
&password=bsnl&from=51819&to=919415059810&udh=%06%05%04%15%81%00%00&text=024
A3A4004009B1E4D242E6DE42E6DA4206DA42E69042A5D042E61A42868041C69A61A420624428
6DA42869A61A42062042869A4286184285C04284DA4584284DA4204E242859A5184284DA4204
DC42A45A4284D84204E042E59A42851842A4D04224E64204E44204D84266D042E69A61042869
04285DA42860A00&coding=0&mclass=2
 
Is the coding  and mclass correct ?
 
The ringtone is sent on to the handset, but there is no "tone name"
displayed, and it can't be played
 
Any ideas, the application should go Live tomorrow, 
Immediated help would be appreciated.
 
Thanks and regards
Surya
 
 
Try to set "concatenation = true" and "max-messages = 4" for that sms user
and
send the udh1[] and the full ringtone in text and let kannel split your
message.
 
But anyway, your udh looks right....
 
----- Original Message -----
From: "Kamil Frankiewicz" <[EMAIL PROTECTED]>
To: "Kannel list" <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 9:09 PM
Subject: problem with multipart ringtones
 
 
> Hello.
> 
> I've got problem with encoding long nokia ringtones.
> As far as I understand Smart Messaging Specification
> there are no visible limitations in producing multipart
> ringtones ?
> 
> Does anyone ever received and played properly multipart ringtone ?
> 
> I'm trying to send properly encoded long 'songstream' to phone
> divided to two SMSes with UDH fields like below [+128 bytes of
> text 'songstream']. Kannel sends both messages - phone receives both
> of them and then.. plays notes from the first part only ?!
> where's the trick ?
> does Kannel add somes extra informations to my SMS'es ?
> 
> nevertheless - please, tell me, shold the KANNEL UDH look like that ?
> char udh1[]="udh=%06%05%04%15%81%00%00";  // for 1 SMS ringtones
> 
> char udh2_1[]="udh=%0B%05%04%15%81%00%00%00%03%FF%02%01"; // for two
> char udh2_2[]="udh=%0B%05%04%15%81%00%00%00%03%FF%02%02"; // SMS ringtones
> 
> char udh3_1[]="udh=%0B%05%04%15%81%00%00%00%03%FF%03%01"; // for three
> char udh3_2[]="udh=%0B%05%04%15%81%00%00%00%03%FF%03%02"; // SMS ringtones
> char udh3_3[]="udh=%0B%05%04%15%81%00%00%00%03%FF%03%03";
> 
> where f.e. for 2 part ringtone and first SMS UDH looks like:
> 0B - UDH length
> 05 - command 'ports'
> 04 - length of 'ports' data
> 15 81 - destination port number   00 00 - origination port number
> 00 - command 'multipart'
> 03 - length of 'multipart' data
> FF - reference number to group of the messages
> 02 - total parts number
> 01 - part number
> 
> ps. I saw in 'gnokii' sources line ' #define GSM_MAX_RINGTONE_NOTES 130 '
>     are there really such limitations in number of notes in ringtone ?
>     or it depends on specific Nokia phone series number ?
>     Or mabye there is something else that I don't know about ?
> 
> 
> Please help me...because I'm going nuts trying to do it on my own :)
> 
> --
> Regards
> Kamil F                        mailto:[EMAIL PROTECTED]
<mailto:%5bEMAIL%20PROTECTED%5d> 
> 
> 
> 
 
 

 

Reply via email to