Couple of things.... 1) My phone seemed to either be pre-programmed with the Comedian mail scripts or asterisk did not need to be patched for my phone to have functional Comedian vmail access screens. I have however noticed that a number of the Comedian vmail screens are incomplete (saying things such as "Options Menu Not Done". I assume the Comedian vmail ADSI scripts are burned into the phone (by manufacturer) or something similar because I have not been able to find any Comedian scripts within Asterisk source. I wonder if there are more current Comedian vmail ADSI scripts available?
2) The Asterisk wiki is noticeably absent in any ADSI information. I would like enjoy working on these ADSI scripts with you (and others) for the 480e. Maybe we can get these added to the Asterisk CVS tree (maybe something like /etc/asterisk/aastra480e.adsi). Unfortunately, my supplier really did not have any documentation other that what was on their web site (very little). Let me know. -- Steve Woolley IT Manager ADS Telecom, Inc. 59 Skyline Drive Suite 1250 Lake Mary, Florida 32746 Phone: (407)682-6226 x1110 Fax: (407)682-3455 IAXtel: (700)682-6226 x1110 Cell: (321)229-5311 [EMAIL PROTECTED] www.adstelecom.com > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martin Keding > Sent: Thursday, July 29, 2004 11:04 AM > To: [EMAIL PROTECTED] > Subject: RE: [Asterisk-Users] Aastra 480e phone ADSI config > > Thanks for your input > > I managed to get what you suggested going last night and it > works fine. I also got a note from Sayson on Commedian Mail. > Once I did what they suggested, I got a full Voice mail > interface on my phone. Pretty cool! > > From Sayson > If you are using ADSI phones and trying to access > Commedian Mail, CM tries to do an FDM download (it's own ADSI > script) to the phone first. If you don't change the FDN and > secur. code in the CM app, you will get and error. > > In the "app_voicemail.c" file (for me it was located in > /usr/src/asterisk/apps ), the "adsi_begin_download" is evoked > as follows: > if (adsi_begin_download(chan, addesc, adapp, adsec, > adver)) Where "addapp (fdn) and "adsec" are hardcoded as follows: > static char *adapp = "CoMa"; > static char *adsec = "_AST"; > > They need to be changed to the correct FDN and Security > numbers for the slot you wish to download. So you don't > overwrite your own programming, use slot > 3 or four. > > (I used slot 3 for my sayson 480e) > static char *adapp = "\xFB\xC6\x45\x0C" > static char *adsec = "\x9B\x60\x94\x30" > > Then recompile and press the Vmail button on your phone. It > should automatically download the script and then you have a > bunch of new buttons to play with! > > On a side note, I am tring to enhance the ADSI programing in > the orignal script. Did your supplier give you any help with > additional commands etc. I have not found any docs. So far. > > Martin > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steve Woolley > Sent: Thursday, July 29, 2004 9:14 AM > To: [EMAIL PROTECTED] > Subject: RE: [Asterisk-Users] Aastra 480e phone ADSI config > > > There isn't much documentation on adsi, but I called NETXUSA > (the vendor of my 480e) and they helped me along. > > My experience: > > 1. I really had no experience with ADSI so I had (probably > still have) some misconceptions on how the configuration is > loaded onto the phone. > > 2. I set the following in my /etc/asterisk/asterisk.adsi > (most of this is the stock asterisk.adsi script): > > <snip> > > 3. I only had to tune the SENDDTMF "8500" values to properly > send it to the right voicemain extention > > 4. Added the following to my /etc/asterisk/extensions.conf > file in a local only context so that the phone could only be > programmed locally: > > [adsi-program] > exten => 9666,1,Authenticate(1234) > exten => 9666,2,ADSIProg(asterisk.adsi) > exten => 9666,3,Hangup > > 5. Called extension 9666 from the 480e. It asks for my > password and then I am off to the races. > > Good luck! > > ________________________________ > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martin Keding > Sent: Wednesday, July 28, 2004 5:44 PM > To: [EMAIL PROTECTED] > Subject: [Asterisk-Users] Aastra 480e phone ADSI config > > > Greetings > > Does anyone have a ADSI config file for an Astra > (Sayson) 480e phone. I am using the sample asterisk.adsi file > but if anyone already has a modified working file that they > would like to share, could you let me know. > > Thanks > Martin > > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users