On 11:33, Wed 30 Nov 05, Sean Kennedy wrote: > Hey, you are my new best friend. I have never had a phone to use with > the hint priority, would you mind giving me a sample of your > configuration so I can figure it out? > > Much apprecaited! >
Hey hey new pal ;) First of all, have a look at this thread: http://lists.digium.com/pipermail/asterisk-users/2005-November/136343.html Second, here some parts of my extensions.conf for the lights on the phone: exten => 101,1,Dial(SIP/101) ;dial the phone exten => 101,2,Hangup() ;hangup channel, this is just for safety exten => 101,hint,SIP/101 ;notify snoms about status exten => 102,1,Dial(SIP/102) ;dial the phone exten => 102,2,Hangup() ;hangup channel, this is just for safety exten => 102,hint,SIP/102 ;notify snoms about status On the phones website make sure to configure the led-buttons in this way: Destination - number to monitor/speeddial That's all I had to do to make it work. Good luck -- Michiel van Baak http://michiel.vanbaak.info [EMAIL PROTECTED] GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D "Why is it drug addicts and computer afficionados are both called users?"
signature.asc
Description: Digital signature
_______________________________________________ --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
