[asterisk-users] Chef-secretary scenario

Dr. Michael J. Chudobiak mjc at avtechpulse.com
Wed Jun 25 07:28:44 CDT 2008


> 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(u602 at internal)
exten => 602,102,Voicemail(b602 at internal)
exten => 602,hint,SIP/boss_office&SIP/boss_home

exten => 603,1,Dial(SIP/secretary,20,trj)
exten => 603,2,Voicemail(u603 at internal)
exten => 603,102,Voicemail(b603 at internal)
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




More information about the asterisk-users mailing list