
Marius
By: a guest on Mar 22nd, 2009 | syntax:
XML | size: 3.45 KB | hits: 334 | expires: Never
<!-- Idle Custom Screen for Grandstream GXP2010 -->
<?xml version="1.0"?>
<Screen>
<IdleScreen>
<ShowStatusLine>true</ShowStatusLine>
<DisplayBitmap>
<Bitmap>Insert Your bitmap string here (.bmp format not bigger than 130x65)</Bitmap>
<X>0</X>
<Y>0</Y>
</DisplayBitmap>
<DisplayString font="f13h" halign="Left">
<DisplayStr>$W</DisplayStr>
<X>110</X>
<Y>10</Y>
</DisplayString>
<DisplayString font="f13h" halign="Left">
<DisplayStr>$M $D</DisplayStr>
<X>110</X>
<Y>24</Y>
</DisplayString>
<DisplayString font="f13h" halign="Left">
<DisplayStr>$h:$m$p</DisplayStr>
<X>110</X>
<Y>38</Y>
</DisplayString>
<!-- unquote this, if you want to see "Extencion:XXXX" message"
<DisplayString font="f16b" halign="Left">
<DisplayStr>Extension: $X</DisplayStr>
<X>0</X>
<Y>57</Y>
<displayCondition>
<conditionType>a1reg</conditionType>
</displayCondition>
</DisplayString>
-->
<DisplayString font="f16b" halign="Left">
<DisplayStr>Do Not Disturb: On</DisplayStr>
<X>0</X>
<Y>60</Y>
<displayCondition>
<conditionType>dnd</conditionType>
</displayCondition>
</DisplayString>
<DisplayString font="f16b" halign="Left">
<DisplayStr>New Voice Message(s)</DisplayStr>
<X>0</X>
<Y>73</Y>
<displayCondition>
<conditionType>a1voiceMsg</conditionType>
</displayCondition>
</DisplayString>
<DisplayString font="f16b" halign="Left">
<DisplayStr>$i Missed Call(s)</DisplayStr>
<X>0</X>
<Y>86</Y>
<displayCondition>
<conditionType>missCall</conditionType>
</displayCondition>
</DisplayString>
<SoftKeys>
<SoftKey>
<Label>New Call</Label>
<Action>
<NewCall/>
</Action>
</SoftKey>
<SoftKey>
<Label>Missed Calls</Label>
<Action>
<MissedCalls/>
</Action>
<displayCondition>
<conditionType>missCall</conditionType>
</displayCondition>
</SoftKey>
<SoftKey>
<Label>Call Return</Label>
<Action>
<CallReturn/>
</Action>
</SoftKey>
</SoftKeys>
</IdleScreen>
</Screen>