WHERE TO BUY

Search

Push screen.xml to phone

RSS FEED

One feature that we can really do with is to remotely push a new screen.xml to the phone (or at least trigger a reload of screen.xml from the tftp/http server). This is very useful for our clients that use our hotdesk features so we can display the currently logged in user on the screen.

C

cjtaylor

The ability to set the downloaded screen to automatically become active when the configuration is downloaded at boot time would be a great facility for branding purposes. 

Carl Taylor
Adepteo - SIP,IAX trunks and Hosted PBX Services
http://www.adepteo.net http://voipshop.adepteo.net
0800 007 3000

 

ikezorb

I believe this feature has been implemented for the upcoming release. If the phone receives a SIP notify with event called: "x-gs-screen". it will redownload the custom screen.

carel

Any idea when this release will become available?

alecdavis

  • Firmware 1.1.6.37 release.
  • I have added to the file /etc/asterisk/sip_notify.conf
  •   [grandstream-idle-screen-refresh]
  •   Event=>x-gs-screen
  •   Content-Length=>0
  • But we find we can only get the phone to update it's Screen when it's idle, if the GXP2000 receives the notify event when it's busy, maybe it caused the reason for the sip notify, it will not honour the request.
  • We can get the phone to update from the asterisk comamnd line, but not using dialplan code like below.
  • exten => h,n,System(/usr/sbin/asterisk -rx "sip notify grandstream-idle-screen-refresh ${CALLERID(num)}")
  • The GXP2000, needs to remember that it has received an idle screen refresh request, and when it's idle then process the request, not just ignore it as it seems to be doing right now.
  • Also the 1.1.6.37 release notes mention periodic Idle Screen Refresh, how is that achieved?
  • Great to see the feature here, but need to know a bit more about implementation.
  •  See http://www.voip-info.org/wiki/view/GXP-2000+XML+Idle+Screen for my test implementation.

  

krdian

Hi,I also found that refresh is possible when phone is idle. Maybe periodic screen refresh is a good point to do idle screen refresh but i cannot find any info how to do it. Is there any documentation concerning this future ? regardskonrad