Does anyone know how to set the distinctive ring on the Linksys SPA941? I want to be able to dial one extension and have the phone ring with a certain tone and then dial another and have the phone ring with a different tone. I have tried the following ------------------------------------------------------------------- exten => 802,1,SIPAddHeader(call_info=Classic-4) exten => 802,2,Dial(SIP/210) exten => 803,1,SIPAddHeader(call_info:\;ring-tone=Classic-4) exten => 803,2,Dial(SIP/210) exten => 804,1,SIPAddHeader(call_info:\;ring-tone-id=Classic-3) exten => 804,2,Dial(SIP/210) exten => 805,1,SIPAddHeader(call_info:\;ring-tone-id=4) exten => 805,2,Dial(SIP/210) ------------------------------------------------------------------ I'm out of ideas...
On Wednesday 05 April 2006 11:56, Cory Hawkless wrote:> Does anyone know how to set the distinctive ring on the Linksys SPA941?Try; SET(_ALERT_INFO=Classic-1) hads -- bureaucrat, n: A politician who has tenure.
exten => 805,1,SET(_ALERT_INFO=Classic-1) exten => 805,2,Dial(SIP/210) Thankx, works a treat -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Hadley Rich Sent: Wednesday, 5 April 2006 9:32 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Distinctive Ring on SPA941 On Wednesday 05 April 2006 11:56, Cory Hawkless wrote:> Does anyone know how to set the distinctive ring on the LinksysSPA941? Try; SET(_ALERT_INFO=Classic-1) hads -- bureaucrat, n: A politician who has tenure. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users