Search
Push screen.xml to phone
carel
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
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
- 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.





