Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Example

iMelody format:

Code Block

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
Code Block
<?xml version="1.0" encoding="ISO-8859-1"?> 
  
 <!DOCTYPE DOCUMENT SYSTEM "http://localhost:8080/gateway/msg_core.dtd"> 
     
<DOCUMENT mode="NORMAL"> 
     

 <SENDER password="Amethonia1234"> 
       
  <ADDRESS type="EMAIL" role="FROM" value="jan.varga@amethonpeople@company.com"/> 
     
  </SENDER> 
        <REPLYTO> 
          <ADDRESS type="EMAIL" role="REPLYTO" value="jan.varga@amethon.com"/> 
        </REPLYTO> 
        <SMS> 
        <HEADER></HEADER> 
        <FOOTER></FOOTER> 
        </SMS> 
        <MESSAGE> 
          ADDRESS>
</SENDER>

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

<MESSAGE>
  <ADDRESS type="SMS" role="TO" value="61410407753" status="INITIATOR" priority="1"/> 
        61414123123"></ADDRESS>

  <BODY type="RINGTONE"> 
        
     <PAYLOAD type="OTTIMELODY" encoding="BASE64"> 
Ako6XQmxpc3RlcgEAJKZFphBxhhiiKEnGGEHEGGKIoScQYQcYYYoihJxhhhABhBxhhiiKEnGGEHEGGKIoScQYQcYYYoihJxhhhACibCbCaCaEnAKJoJoSYQYQYYoigiRJhhtiiKEnEAA
     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>