I'm not personally sure, but if I recall correctly, the astDB is cleared 
whenever the Asterisk server is stopped...

Anyone else?


On Friday 14 July 2006 9:30 am, Tomislav Parčina wrote:
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> says...
>
> > It would look like this:
> >
> > exten => s,1,MYSQL(Connect dbcxnid HOST USER PASS DB)
> > exten => s,n,MYSQL(Query resultid ${cbcxnid} SELECT\ \*\ FROM\ whatever)
> > exten => s,n,MYSQL(Fetch fetchid ${resultid} VAR1\ VAR2\ VAR3\)
> > exten => s,n,MYSQL(Clear ${resultid})
> > exten => s,n,MYSQL(Disconnect ${dbcxnid})
> >
> > That's a general idea...check the voip-info wiki (asterisk cmd MYSQL)
>
> Thank you. I'll try to make it work.
>
> But I still didn't receive answer about Asterisk internal database. How
> much data is safe to put there?
>
>
>
> --
> Tomislav Parčina
> Lama Computers Split
> Stinice 12, 21000 Split
> Tel.: +385(21)495148
> Mob.: +385(91)1212148
> SIP: [EMAIL PROTECTED]
> e-mail: tparcina#lama.hr
> http://www.lama.hr
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to