Lee Archer
2005-Aug-08 02:46 UTC
[Asterisk-Users] AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFOproblems
But where do can you get this later firmware from? I'm still on 1.0.0.78 on my 480i. Regards Lee -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Peter Passchier Sent: 05 August 2005 00:04 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFOproblems The ALERT_INFO variable works for 480i firmwares 1.2.1.207 and up (like the 1.2.5-series). Set it like in the example below: exten=_*55XXX,1,SetVar(ALERT_INFO=info=alert-autoanswer) exten=_*55XXX,2,Dial(SIP/${EXTEN:3},12,Ttr) (*55 will be the prefix for the normal phone number; if a single digit is used --or anything of a different length-- adjust the slicing of the ${EXTEN}, like ${EXTEN:1} for a single digit) The 'info=alert-autoanswer' is the only value that seems to do something. Peter Passchier Sayson Technologies Ltd. 210 - 1910 Quebec St Vancouver, BC V5T4K1 Canada Phone: 604.730.1842 Fax: 604.732.8726 ***************************************************************************** This email and any files transmitted with it are confidential material. They are intended solely for the use of the designated individual or entity to whom they are addressed. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, use, distribution or copying of this communication is strictly prohibited and may be unlawful. If you have received this email in error please notify info@sayson.com and permanently delete the e-mail and files. ***************************************************************************** _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.1/64 - Release Date: 04/08/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.2/65 - Release Date: 07/08/2005 ########################################### This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange. For more information, connect to http://www.f-secure.com/
Peter Passchier
2005-Aug-11 15:48 UTC
[Asterisk-Users] AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFOproblems
Sorry about the confusion regarding the firmware versions. The latest released version (1.2.0.162) works with intercom / alert-info, but earlier releases don't. 1.2.0.162 at Aastra: http://www.aastra.com/downloads/FC-0032-01-03.zip In more recent versions of Asterisk, it is necessary to make ALERT_INFO to be inherited by prepending the declaration by an underscore (or even two, if you're spawning more channels). Peter Passchier