Create default ringtones for alert-into type External and External2 and allow to be overriden from default settings.
This commit is contained in:
parent
8bb0346eb6
commit
b991d0bced
|
|
@ -1060,12 +1060,12 @@
|
|||
<EnableEOneSixFour>0</EnableEOneSixFour>
|
||||
</basic>
|
||||
<alertInfo index="1">
|
||||
<Text></Text>
|
||||
<RingType>Type 1</RingType>
|
||||
<Text>External</Text>
|
||||
<RingType>{if isset($fanvil_default_ringtone_ext)}{$fanvil_default_ringtone_ext}{else}Type 1{/if}</RingType>
|
||||
</alertInfo>
|
||||
<alertInfo index="2">
|
||||
<Text></Text>
|
||||
<RingType>Type 1</RingType>
|
||||
<Text>External2</Text>
|
||||
<RingType>{if isset($fanvil_default_ringtone_ext2)}{$fanvil_default_ringtone_ext2}{else}Type 4{/if}</RingType>
|
||||
</alertInfo>
|
||||
<alertInfo index="3">
|
||||
<Text></Text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue