Well, I’m surprised it took this long. Read all about it. I’m a huge fan of Jabber and I’m hope the best for the platform and an easy integration into Cisco’s Unified Messaging technology.
~david
Well, I’m surprised it took this long. Read all about it. I’m a huge fan of Jabber and I’m hope the best for the platform and an easy integration into Cisco’s Unified Messaging technology.
~david
Just a note that I finally got a round to upgrading WP, life has been so busy with my new project, will try and posts some updates soon.
~david
So, I ran into an strange problems today. I have a MS SQL database column which contains some NULL values. So, I wanted the calls with a NULL value to go in one direction while the calls without a NULL value to go another. Inside a IF NODE I tried:
Variable = “” or Variable = ” ” or Variable = “NULL” or Variable = NULL
None of those worked. At the end just putting the Variable by itself inside the IF node worked. I guess it makes sense, but when dealing with NULL values it can be tricky at times and behavior might vary.
~david