Un-top-posting... >> Torintino T schrieb: >> >>> Is there any method in Asterisk to enable the updating process into >>> another SQL database through entering IVR options during the call.
>> Date: Sun, 24 May 2009 22:15:31 +0200 >> From: [email protected] >> >> Depending on what you are trying to do there are various solutions: >> Channel Event Logging (CEL) - http://www.asterisk.org/node/48358 >> AGI >> System() >> ODBC_*() functions On Mon, 25 May 2009, Torintino T wrote: > Thanks for your helpful reply. > > I am not so good in coding. > > simply all i need is as follow > > When a call comes, goes into an IVR, and then depending on the entry > option it will connect to a remote SQL Database, to check the > pre-existed data, and in the end of the IVR the caller will enter an > option that will need to be written in the SQL Database. > > Can you please give me a general scenrio how this will be achieved. and > which files that i will need to modify. 1) Try the database functions in dialplan (extensions.[ael|conf). 2) If it starts to get ugly, code it up as an AGI in the language of your choice -- I prefer C. 3) Hire somebody to whack it out. I think all database operations are ugly in dialplan, but I admit to most of my biases :) Thanks in advance, ------------------------------------------------------------------------ Steve Edwards [email protected] Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000 _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
