Push WAP

Push WAP SearchSearch
Author Message
russell
New member
Username: Russellwilsonr

Post Number: 3
Registered: 01-2005
Posted on Thursday, January 13, 2005 - 10:34 pm:   

Hi, im having problems delivering a AMR-WB (.AWB) ringtone via Push WAP to a Nokia 6600. Im using the NowSMS gateway to send the Push WAP message to the handset and the .awb file is then being downloaded from my WIN2003 server to the handset. When the handset downloads the awb file it displays it as text and does not playback. Some one sugested making sure my WIN server MIME type is set to include awb, but make no difference. Any ideas anyone please?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3908
Registered: 10-2002
Posted on Monday, January 17, 2005 - 10:47 pm:   

Hi Russell,

If there is no match for the file extension (.awb) in the MMSCTYPE.INI file, then NowSMS is going to present the content with a MIME type of "application/awb".

And either the phone will not understand the content, or it will not get delivered to the phone because the MIME type is not in the UAProf.

Try using a file extension of ".amr", as I don't think there is a separate MIME type for AMR-WB. (If there is, then define the extension to MIME type mapping manually in MMSCTYPE.INI.)

-bn
Khwezi Mngoma
New member
Username: Nexus

Post Number: 14
Registered: 11-2003
Posted on Friday, March 11, 2005 - 11:41 am:   

Hi Bryce-

I need your help please, i have successfully composed SMPP PDUs for sending SMSs, now i want to do WAP Push over SMPP. I read an article where you described what needs to be sent in the esm class and dcm parameters (esmc = 0x40 dcm = 0x04). The problem i have is that when i send the message i get an error back saying "Invalid Optional Parameter Value", i dont even have TLVs set up for that message.

What i have as my short message is www.mig.co.za nothing else, what i would like to happen is that when the ME gets this message, it must the go to the address. what am i doing wrong, please help me.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4178
Registered: 10-2002
Posted on Tuesday, March 15, 2005 - 09:22 pm:   


quote:

What i have as my short message is www.mig.co.za nothing else, what i would like to happen is that when the ME gets this message, it must the go to the address. what am i doing wrong, please help me.




There may be other problems as well, but if you want to send a WAP push message, then you need to construct a WAP push PDU, and that would be what you send as the content of the message.

What the SMSC is probably complaining about is that if you set the ESM class to 0x40, then you are telling it that your message starts with UDH, and you probably do not have valid UDH encoding.

General pointers:

http://support.nowsms.com/discus/messages/1/4801.html

http://support.nowsms.com/discus/messages/12/1024.html