/
Ringtone - EMS-iMelody

Ringtone - EMS-iMelody

The EMS iMelody is supported by Ericsson, Alcatel and some other phones.

Example

iMelody format:

MELODY:*3g3*4c3d3*3r3*4e3*3r3*4f3*3r3*4g3*3r3*4f3e2d2.*3g3g3a3g2r0r2g3*4c3d3*3r3*4e3*3r3*4f3*3r3*4g3*3r3*4f3e2d2*3r3*4c3d3e3

XML

BODY

  • type must have value RINGTONE

PAYLOAD

  • type must have value IMELODY
  • encoding must have value ASCII
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE DOCUMENT SYSTEM "http://localhost:8080/gateway/msg_core.dtd">
<DOCUMENT mode="NORMAL">

<SENDER password="1234">
  <ADDRESS type="EMAIL" role="FROM" value="people@company.com">
  </ADDRESS>
</SENDER>

<SMS>
  <HEADER>0416905115</HEADER>
</SMS>

<MESSAGE>
  <ADDRESS type="SMS" role="TO" value="61414123123"></ADDRESS>

  <BODY type="RINGTONE">
    <PAYLOAD type="IMELODY" encoding="ASCII">
MELODY:*3g3*4c3d3*3r3*4e3*3r3*4f3*3r3*4g3*3r3*4f3e2d2.*3g3g3a3g2r0r2g3*4c3d3*3r3*4e3*3r3*4f3*3r3*4g3*3r3*4f3e2d2*3r3*4c3d3e3
    </PAYLOAD>
  </BODY>

</MESSAGE>
</DOCUMENT>