On Fri, 24 Dec 2004 01:22:47 -0500, Jon Radon <[EMAIL PROTECTED]> wrote:
> Can I ask why?  This is clearly the easiest/best way to go about it.
> 
> 
> On Thu, 23 Dec 2004 16:21:12 -0500, Tony Nichols <[EMAIL PROTECTED]> wrote:
> > The wikki has an example that uses a db....
> >
> > ;Login with *801, log out with *802
> > exten => *801,1,DBPut(auto/attendant=1)
> > exten => *802,1,DBPut(auto/attendant=0)
> >
> > ;Incoming calls- check if autoattendant is logged in, otherwise goto "auto"
> > exten => s,1,DBGet(autoattendant=auto/attendant)
> > exten => s,2,GotoIf($${autoattendant} = "1"?auto|1)
> > exten => s,3,Dial(Zap/23,30,t)
> > exten => s,4,Goto(auto|1)
> >
> > Is there a way to do it without the dbput/dbget?
> >
> > Thanks,
> > --
> > A.G. (Tony) Nichols
> > I.S. Manager
> > _______________________________________________
> > 
> --
> Is it something someone said, was it something someone said?
> 

I haven't used MySql much... and would like a simple solution I can
copy/paste to other installations.
 
A.G. (Tony) Nichols
I.S. Manager
_______________________________________________
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