> Why not use mysql?
> Do something like this: exten => s,1,MYSQL(SELECT * FROM whatever)

If Asterisk database can handle large amount of data, I would prefer it because 
of stability and speed. If Asterisk database can't handle that then I'll have 
to use MYSQL (or MSSQL which I prefer because I already store CDR to MSSQL).

With internal database I have code like this.

exten => _1XX,1,LookupCIDName 
exten => _1XX,n,Dial(SIP/${EXTEN},30,wt)

How will it look like with mysql? Like this?

exten => s,1,MYSQL(SELECT * FROM whatever)
exten => s,n,Dial(SIP/${EXTEN},30,wt)


--
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

Reply via email to