search for: at_desk

Displaying 2 results from an estimated 2 matches for "at_desk".

2014 Nov 28
0
day night service toggle
...ractice -- it's easier to remember two different numbers, than to remember what state you are currently in. If 101 is you and 102 is the person who fields your calls while you are on lunch, you need something like this; ; extension 101 exten => 101,1,GotoIf($[${ON_LUNCH}] ? on_lunch : at_desk) exten => 101,n(at_desk),Dial(SIP/101) exten => 101,n,Hangup() exten => 101,n(on_lunch),Dial(SIP/102) exten => 101,n,Hangup() ; These extensions should be in some context which is only callable from 101 ; extension 771 sets "on lunch" exten => 771,1,Set(GLOBAL(ON_LUNCH)...
2014 Nov 27
3
day night service toggle
Hi, I need dialplan to set INCOMING call forwarding during lunch break to my secretary. I want that I can set call forwarding by dialing an extension number to turn it ON or OFF. I am using asterisk 11. Thanks Abdullah Faheem -------------- next part -------------- An HTML attachment was scrubbed... URL: