Got an iPhone or iPad? We have a brand new Pastebin App for both devices, and it's totally free! Click here to download the new Pastebin App for iOS.
Guest

Marius

By: a guest on Mar 22nd, 2009  |  syntax: XML  |  size: 3.45 KB  |  hits: 334  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  1.    
  2. <!-- Idle Custom Screen for Grandstream GXP2010 -->
  3.  
  4.  
  5.  <?xml version="1.0"?>
  6.      <Screen>
  7.        <IdleScreen>
  8.               <ShowStatusLine>true</ShowStatusLine>
  9.                <DisplayBitmap>        
  10.      
  11.          <Bitmap>Insert Your bitmap string here (.bmp format not bigger than 130x65)</Bitmap>
  12.                    <X>0</X>
  13.                    <Y>0</Y>
  14.               </DisplayBitmap>
  15.              
  16.               <DisplayString font="f13h" halign="Left">
  17.                   <DisplayStr>$W</DisplayStr>
  18.                   <X>110</X>
  19.                   <Y>10</Y>
  20.               </DisplayString>
  21.              
  22.               <DisplayString font="f13h" halign="Left">
  23.                   <DisplayStr>$M $D</DisplayStr>
  24.                   <X>110</X>
  25.                   <Y>24</Y>
  26.               </DisplayString>
  27.              
  28.               <DisplayString font="f13h" halign="Left">
  29.                   <DisplayStr>$h:$m$p</DisplayStr>
  30.                   <X>110</X>
  31.                   <Y>38</Y>
  32.               </DisplayString>
  33.            
  34.             <!-- unquote this, if you want to see "Extencion:XXXX" message"
  35.  
  36.                  <DisplayString font="f16b" halign="Left">
  37.                  <DisplayStr>Extension: $X</DisplayStr>
  38.                  <X>0</X>
  39.                  <Y>57</Y>
  40.                  <displayCondition>
  41.                    <conditionType>a1reg</conditionType>
  42.                  </displayCondition>
  43.              </DisplayString>
  44.            -->
  45.  
  46.  
  47.               <DisplayString font="f16b" halign="Left">
  48.                   <DisplayStr>Do Not Disturb: On</DisplayStr>
  49.                   <X>0</X>
  50.                   <Y>60</Y>
  51.                   <displayCondition>
  52.                     <conditionType>dnd</conditionType>
  53.                   </displayCondition>
  54.               </DisplayString>
  55.              
  56.               <DisplayString font="f16b" halign="Left">
  57.                   <DisplayStr>New Voice Message(s)</DisplayStr>
  58.                   <X>0</X>
  59.                   <Y>73</Y>
  60.                   <displayCondition>
  61.                     <conditionType>a1voiceMsg</conditionType>
  62.                   </displayCondition>
  63.               </DisplayString>
  64.              
  65.               <DisplayString font="f16b" halign="Left">
  66.                   <DisplayStr>$i Missed Call(s)</DisplayStr>
  67.                   <X>0</X>
  68.                   <Y>86</Y>
  69.                   <displayCondition>
  70.                     <conditionType>missCall</conditionType>
  71.                   </displayCondition>
  72.               </DisplayString>
  73.              
  74.               <SoftKeys>
  75.                   <SoftKey>
  76.                       <Label>New Call</Label>
  77.                       <Action>
  78.                           <NewCall/>
  79.                       </Action>
  80.                   </SoftKey>
  81.                    
  82.                   <SoftKey>
  83.                       <Label>Missed Calls</Label>
  84.                       <Action>
  85.                           <MissedCalls/>
  86.                       </Action>
  87.                       <displayCondition>
  88.                         <conditionType>missCall</conditionType>
  89.                       </displayCondition>
  90.                   </SoftKey>
  91.                  
  92.                   <SoftKey>
  93.                       <Label>Call Return</Label>
  94.                       <Action>
  95.                           <CallReturn/>
  96.                       </Action>
  97.                   </SoftKey>      
  98.          
  99.               </SoftKeys>
  100.              
  101.           </IdleScreen>
  102.         </Screen>