Re: [ACFUG Discuss] Coldfusion 9 and IVR

2013-03-18 Thread Nelson Winters
I'd recommend looking at Voxeo and Twilio. They don't provide traditional IVR solutions, but may be able to do what you're looking for. -Nelson On Mon, Mar 18, 2013 at 11:15 AM, Ajas Mohammed ajash...@gmail.com wrote: Good morning, I am about to start working on a project with CF 9 and IVR

Re: [ACFUG Discuss] Tricky SQL help?

2012-04-09 Thread Nelson Winters
FYI, According to the docs, MySQL 5.0 supports the COALESCE() function. Also, you don't need to pass the null in the function (it defaults to null if all the values are null). http://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html#function_coalesce -Nelson On Mon, Apr 9, 2012 at

Re: [ACFUG Discuss] expected xmlsearch behavior

2008-04-21 Thread Nelson Winters
One thing that may not be obvious is that you can do the following to get to the parent of a node: cfset parent = XmlSearch(blah[1], ../) -Nelson On Mon, Apr 21, 2008 at 9:00 AM, Steven Ross [EMAIL PROTECTED] wrote: I'm about to blog about this but, wanted to get everyone's perspective