> I use Snoms. I know there's the feature. I just don't know how to use
> it, and there's so little documentation on the web.. Anyway, with "see"
> I meant that the "secretary"'s phone would have one of the function keys
> "on" whenever the "chef" is on the phone (also when he picks it up,
> right before dialing). Until now I've only managed to make both phones
> blink on incoming calls. But that's not what I want and I could've done
> that with "extension => 11,1,Dial(SIP/11&SIP/12&SIP/13...)".

This should be very easy. Use something like:

exten => 602,1,Dial(SIP/boss_office&SIP/boss_home,20,trj)
exten => 602,2,Voicemail([EMAIL PROTECTED])
exten => 602,102,Voicemail([EMAIL PROTECTED])
exten => 602,hint,SIP/boss_office&SIP/boss_home

exten => 603,1,Dial(SIP/secretary,20,trj)
exten => 603,2,Voicemail([EMAIL PROTECTED])
exten => 603,102,Voicemail([EMAIL PROTECTED])
exten => 603,hint,SIP/secretary

and set snom function keys to extensions 602 and 603. (Some firmware 
versions say "Destination" instead of extension, I think.)

- Mike


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to