> -----Original Message-----
> From: Christopher Jacob [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, October 13, 2004 2:53 PM
> To: [EMAIL PROTECTED]
> 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
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to