<<< Moderator's -- I know this is a double posting from " Hardware / Endpoints / Aastra "Visual Message Waiting "
Just seemed to be buried there for a more general searching.
It also includes the Loading instructions for the Aastra XML scripts ... other hardware though may have a similar need for the DEVSTATE loading in elastix v 1.6 and lower. It is included within the Beta v. 2.x.x. >>>
[ Raj - I looked & Stinger81 hasn't been on in over a year ... might not be around anymore - except as a different "user".

Jim ]
ps. I've set this up in my own text file so I can just grab and go with it as I mess with my test machine << I've also another file for my webmin loading and mondorescue loading ... my fingers always get in the way of typing.
Hi All,
Added some more ... ¿ replace one of my lines below with the reference from dicko ???? maybe not ????
Jim
Here's a load of the Aastra XML Script for Elastix , Version 2.2.1
PDF document Doc. No: PA-001009-05-00
This is to get DEVSTATE loaded on to my elastix machine as described on page 11 of the document.
Below was written by : timborino / 6-28-2008 over at
trixbox.org/forums/vendor-specific-unmod...nd-indicator-gxp2000
"Yes, you need to recompile asterisk, or at least just this one module. Sorry it's a little involved for a trixbox server since everything is already installed.
These are the commands I used to enable it in Trixbox CE 2.6.0.7 VMWare."
<<< You'll want to make certain you change the asterisk version references to your own version >>>
<<< anything with triple "<"'s and ">"'s are items I've added for my own functionallity and notes >>>
<<< done on a Mac Using TextWrangler / copy - pasted thru terminal via ssh >>>
# yum -y install subversion gcc-c++
# cd /usr/src
# wget downloads.digium.com/pub/asterisk/releas...risk-1.4.26.1.tar.gz
# svn checkout svncommunity.digium.com/svn/russell/aste...4/func_devstate-1.4/
# tar xvfz asterisk-1.4.26.1.tar.gz
# cp func_devstate-1.4/func_devstate.c asterisk-1.4.26.1/funcs/
# cd asterisk-1.4.26.1
# make clean
# ./configure
# make menuselect
"(func_devstate should be listed under 6. Dialplan Functions)
press 's' to save changes"
<<< press ""X"" save & quit / did not see an 's' option >>>
# make all
# cp funcs/func_devstate.so /usr/lib/asterisk/modules/
# service asterisk restart
# asterisk -r
<<< below I used the Asterisk CLI from the embeded FreePBX twice rather than from my YourServerName >>>
<<< YourServerName >>>*CLI> core show function DEVSTATE
<<< YourServerName >>>*CLI> module show like devstate
<<< spelling error on page 11 of PA-001009-05-00 >>>
<<< moving forward to installing the XML script V. 2.2.1 >>>
" Page 3 -- 2.2 Package installation
On your Elastix console, logged as root type
1. cd /tmp
2. wget 65.205.71.13/2.2.1/install-aastra-xml-EL.x.gz
<<< 2.a. Additional Documentation for items available after this script is run >>>
<<<
www.aastratelecom.com/cps/rde/xchg/SID-3.../03/hs.xsl/35707.htm >>>
<<< this line is from dicko's reference -- Hardware / Endpoints / Aastra "Visual Message Waiting " >>>
3. gunzip install-aastra-xml-EL.x.gz
4. chmod +x install-aastra-xml-EL.x
5. ./install-aastra-xml-EL.x
Your screen should look like this for a fresh install ... " <<<see page 3 of the PDF document >>>