Robert Murray
2005-Aug-02 10:59 UTC
[Asterisk-Users] AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFO problems
I have been playing with a 480i with the new firmware 1.2.0.162 I hope to get some form of paging intercom function to work. In the wiki someone post that ALERT_INFO type of paging might be in this version of firmware but I have been unable to find anything on this yet. I have tried sending the ALERT_INFO to the phone a number of ways with no results. I then hooked up my bt100 and tried to dial my "page" extension and then I started to see 403 error reporting on the bt100 using sip debug it looks like the 480i is returning the 403 message. Am not sure if this is telling me that ALERT_INFO is not doing anything for now in the 480i or if I just don't know what string to send to the phone in the ALERT_INFO message. I assume that ALERT_INFO is just not set up to do anything with the 480i for now. But I was hoping someone else might know or have had luck with getting ALERT_INFO messages with the 480i working. Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/3b089d0a/attachment.htm
Peter Passchier
2005-Aug-04 16:04 UTC
[Asterisk-Users] AASTRA 480i Firmware 1.2.0.162 SIP ALERT_INFO problems
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. *****************************************************************************