Versions Compared

Key

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

Supported alert headers.

Only local ringtones can be used. Download of ringtones is not supported.

From Software 2.11.6, the Alert header can be changed to match the header send by the platform. This offers maximum of flexibility because you can change the header to match what the platform is sending.

 

 

Provivisoning parameter: 

Web-interface: Settings - Desk Phone - Ringtones
SIP.Account.0-3.Ringtone.External  

/data/media/ringtones/06_Gigaset.wav

 List with Ringtones
SIP.Account.0-3.Ringtone.HeaderExternal  <http://www.notused.com>;info=alert-external
SIP.Account.0-3.Ringtone.Internal  /data/media/ringtones/06_Gigaset.wav
SIP.Account.0-3.Ringtone.HeaderInternal  <http://www.notused.com>;info=alert-internal
SIP.Account.0-3.Ringtone.Group  /data/media/ringtones/06_Gigaset.wav
SIP.Account.0-3.Ringtone.HeaderGroup  <http://www.notused.com>;info=alert-group
SIP.Account.0-3.Ringtone.Doorstation  /data/media/ringtones/06_Gigaset.wav
SIP.Account.0-3.Ringtone.HeaderDoorstation   <http://www.notused.com>;info=alert-door
SIP.Account.0-3.Ringtone.HeaderOptional   

Example:

<param name="SIP.Account.0.Ringtone.HeaderExternal" value="&lt;http://www.notused.invalidtld&gt;;info=external"/>

If you use the special characters like:

CharacterXML value
"&quot;
'&apos;
<&lt;
>&gt;
&&amp;

Then these needs to be replaced with the XML value:

Not correct:

<param name="SIP.Account.0.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>
<param name="SIP.Account.1.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>
<param name="SIP.Account.2.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>
<param name="SIP.Account.3.Ringtone.HeaderExternal" value="<http://127.0.0.1/Bellcore-dr2>"/>

Correct:

<param name="SIP.Account.0.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>
<param name="SIP.Account.1.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>
<param name="SIP.Account.2.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>
<param name="SIP.Account.3.Ringtone.HeaderExternal" value="&lt;http://127.0.0.1/Bellcore-dr2&gt;"/>