Re: [asterisk-users] Question about Do Not Disturb

2009-02-27 Thread Gordon Henderson
On Thu, 26 Feb 2009, Haim Dimer wrote: Hello, Some of my users have phones lacking a DND button. I need to provide an extension they can dial that will put them in DND, i.e. tell the server not to send them any calls until they get off the DND. I've researched it for almost 3 days now and

Re: [asterisk-users] Question about Do Not Disturb

2009-02-27 Thread Haim Dimer
Thank you Gordon and Alexander. With your help, I got it working like so: [app-dnd-on] exten = *78,1,Answer exten = *78,n,NoOp(${CALLERID(num)} is going on DND ACTIVE) exten = *78,n,Set(DB(DND/${CALLERID(num)})=On) exten = *78,n,Playback(do-not-disturbactivated) exten = *78,n,Hangup

[asterisk-users] Question about Do Not Disturb

2009-02-26 Thread Haim Dimer
Hello, Some of my users have phones lacking a DND button. I need to provide an extension they can dial that will put them in DND, i.e. tell the server not to send them any calls until they get off the DND. I've researched it for almost 3 days now and tried a range of configurations. I'm

Re: [asterisk-users] Question about Do Not Disturb

2009-02-26 Thread Alexander Lopez
...@lists.digium.com [mailto:asterisk-users- boun...@lists.digium.com] On Behalf Of Haim Dimer Sent: Thursday, February 26, 2009 6:34 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Question about Do Not Disturb Hello, Some of my users have phones lacking a DND button. I need to provide