[Asterisk-Users] DND on SIP

Robert Jackson RobertJ at promedicalinc.com
Wed Oct 13 12:09:08 MST 2004



> -----Original Message-----
> From: Christopher Jacob [mailto:chris at jacob-solutions.com] 
> Sent: Wednesday, October 13, 2004 2:53 PM
> To: asterisk-users at lists.digium.com
> Subject: [Asterisk-Users] DND on SIP
> 
> 
> When the Cisco user is in the office he/she can hit a button 
> on the 7960 that toggles in/out. (It has been requested that 
> this be a "one touch" option, or in other words not buried 2 
> or 3 levels deep)
> 
You could use DBPut and DBGet to create an entry in astdb.  We
use something very similar to this for call forwarding in our
stdexten macro.  The user would simply need to dial an exten 
to "log on/off".

You could probably do the entire bit using the db functions,
but this functionality could be easily created using a queue
with ringall as a strategy.  The user could log in from where
they are available, and the system will automatically log them
off if they don't answer.  This is a bit more complex 
especially if you have many remote extensions.

Just a couple of ideas,

Robert Jackson



More information about the asterisk-users mailing list