<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Henry Ong Tian Yi&#039;s Blog</title>
	<atom:link href="http://ongtianyi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ongtianyi.wordpress.com</link>
	<description>Techno Combo Meal - Asterisk + Nagios</description>
	<lastBuildDate>Mon, 09 Nov 2009 00:37:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ongtianyi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Henry Ong Tian Yi&#039;s Blog</title>
		<link>http://ongtianyi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ongtianyi.wordpress.com/osd.xml" title="Henry Ong Tian Yi&#039;s Blog" />
	<atom:link rel='hub' href='http://ongtianyi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Cool Fax Solution with Asterisk</title>
		<link>http://ongtianyi.wordpress.com/2009/11/09/cool-fax-solution-with-asterisk/</link>
		<comments>http://ongtianyi.wordpress.com/2009/11/09/cool-fax-solution-with-asterisk/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 00:33:42 +0000</pubDate>
		<dc:creator>ongtianyi</dc:creator>
				<category><![CDATA[Asterisk]]></category>

		<guid isPermaLink="false">http://ongtianyi.wordpress.com/2009/11/09/cool-fax-solution-with-asterisk/</guid>
		<description><![CDATA[Recently we had deployed a cool faxing solution based on Asterisk. It is a combination of utilizing Asterisk + Hylafax + IAXmodem + Avantfax. To put it simple, Asterisk – An open source communication platform (open source based PBX) Hylafax – A send &#38; receive faxing system IAXmodem – A software written modem provided by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=56&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently we had deployed a cool faxing solution based on Asterisk. It is a combination of utilizing Asterisk + Hylafax + IAXmodem + Avantfax.</p>
<p>To put it simple,</p>
<p><strong>Asterisk</strong> – An open source communication platform (open source based PBX)</p>
<p><strong>Hylafax</strong> – A send &amp; receive faxing system</p>
<p><strong>IAXmodem</strong> – A software written modem provided by Asterisk PBX system</p>
<p><strong>Avantfax </strong>– A web application for managing faxes on fax servers</p>
<p>================================================</p>
<p>Hereby are the two designs for both <strong>PRI &amp; Analog</strong></p>
<p><strong><span style="text-decoration:underline;">Design Architecture for PRI Line:</span></strong></p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/11/image1.png"><img style="display:inline;border-width:0;" title="image" src="http://ongtianyi.files.wordpress.com/2009/11/image_thumb1.png?w=257&#038;h=270" border="0" alt="image" width="257" height="270" /></a></p>
<p><strong>The Main Components:</strong></p>
<p>1) PRI Line with DID</p>
<p>2) Redfone FoneBridge (Source: <a href="http://www.red-fone.com">www.red-fone.com</a>)</p>
<p>3) Asterisk Server (On Debian 5 &amp; FreePBX)</p>
<p>4) Hylafax Server (On Debian 5 &amp; IAXmodem &amp; Avantfax)</p>
<p><strong>The Approach:</strong></p>
<p><strong>On the Asterisk Server:</strong></p>
<p>- Create IAX extension(s) in Asterisk</p>
<p>- Map the Inbound Route (DID) to the IAX extension</p>
<p><strong>On the Hylafax Server:</strong></p>
<p>- Configure one virtual IAX Modem per fax extension (Note: The IAXmodem registers like normal end device(s) to Asterisk)</p>
<p>- Configure Hylafax by adding new fax modem</p>
<p>- Configure a New user account in Avantfax</p>
<p>================================================</p>
<p><strong><span style="text-decoration:underline;">Design Architecture for Analog Line:</span></strong></p>
<p>For Analog line user, the difference is you are using a Digium Analog Card instead of Fonebridge; the card is slot in the Server. Then correspondent Analog line must be map accordingly to the IAX extension.</p>
<p>================================================</p>
<p><strong>Benefits from the solution:</strong></p>
<p>- Unified Messaging</p>
<p>- Paperless Environment [<em>Cost Saving $$</em>]</p>
<p>- Incoming Fax will be distributed to individual email account [<em>Fax Sent to the right person and remain confidentiality; Print only the necessary</em>]</p>
<p>- Outgoing Fax can be sent from application likes MS Office or even via Website [<em>Fax without printing on the paper, safe the globe</em>]</p>
<p>- Fax Status Notification on Success or Failure for outgoing fax</p>
<p>- User friendly and self managed administration (via FreePBX &amp; Avantfax GUI)</p>
<p>- Fax Archiving</p>
<p>- Lots more … …</p>
<p>================================================</p>
<p><strong>Screen Shots [ Provided by Dr. Daniel <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ]</strong></p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/11/image2.png"><img style="display:inline;border-width:0;" title="image" src="http://ongtianyi.files.wordpress.com/2009/11/image_thumb2.png?w=462&#038;h=585" border="0" alt="image" width="462" height="585" /></a></p>
<p>================================================</p>
<p>This can be a combination of solution with your existing Asterisk PBX or a standalone Faxing Solution.</p>
<p>Contact us if you would like to get the solution install in your environment and/or support from us!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ongtianyi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ongtianyi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ongtianyi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ongtianyi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ongtianyi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ongtianyi.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ongtianyi.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ongtianyi.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=56&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ongtianyi.wordpress.com/2009/11/09/cool-fax-solution-with-asterisk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b6871d637de457362d177ac7e60ecef0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ongtianyi</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/11/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/11/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>INTUIT won the Digium Big Biz Asterisk Award</title>
		<link>http://ongtianyi.wordpress.com/2009/11/07/intuit-won-the-digium-big-biz-asterisk-award/</link>
		<comments>http://ongtianyi.wordpress.com/2009/11/07/intuit-won-the-digium-big-biz-asterisk-award/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 01:42:36 +0000</pubDate>
		<dc:creator>ongtianyi</dc:creator>
				<category><![CDATA[Asterisk]]></category>

		<guid isPermaLink="false">http://ongtianyi.wordpress.com/2009/11/07/intuit-won-the-digium-big-biz-asterisk-award/</guid>
		<description><![CDATA[The Winner of Digium Big Biz Asterisk Award –&#62; Intuit Innovation from Malaysia !! Yes, you are right, we had won this global award! We are proud that our efforts had get its recognitions from the people all over the globe! “A pioneer in the Malaysian market, Intuit Innovations created a scalable solution able to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=51&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Winner of Digium Big Biz Asterisk Award –&gt; Intuit Innovation from Malaysia !!</p>
<p>Yes, you are right, we had won this global award! We are proud that our efforts had get its recognitions from the people all over the globe!</p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/11/image.png"><img style="display:inline;border-width:0;" title="image" src="http://ongtianyi.files.wordpress.com/2009/11/image_thumb.png?w=157&#038;h=244" border="0" alt="image" width="157" height="244" /></a></p>
<p>“A pioneer in the Malaysian market, Intuit Innovations created a scalable solution able to support 130,000 existing subscribers and handle 10,000 concurrent calls. The solution can be used by ISPs, telephone company providers and VoIP carriers with large subscriber bases who need to provide a reliable but low cost telephony platform.” (Source from Digium: <a href="http://www.digium.com/en/company/awards/innovation.php">http://www.digium.com/en/company/awards/innovation.php</a>)</p>
<p>You can find more about the award event @ <a href="http://www.reuters.com/article/pressRelease/idUS158267+14-Oct-2009+BW20091014">http://www.reuters.com/article/pressRelease/idUS158267+14-Oct-2009+BW20091014</a></p>
<p>&nbsp;</p>
<p>So, from now onwards if you are looking for a reliable service provider in Asterisk, you know where to go to!! We do both local and oversea implementation <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ongtianyi.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ongtianyi.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ongtianyi.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ongtianyi.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ongtianyi.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ongtianyi.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ongtianyi.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ongtianyi.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=51&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ongtianyi.wordpress.com/2009/11/07/intuit-won-the-digium-big-biz-asterisk-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b6871d637de457362d177ac7e60ecef0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ongtianyi</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/11/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>My Mid-Autumn Festival</title>
		<link>http://ongtianyi.wordpress.com/2009/09/26/my-mid-autumn-festival/</link>
		<comments>http://ongtianyi.wordpress.com/2009/09/26/my-mid-autumn-festival/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 08:03:30 +0000</pubDate>
		<dc:creator>ongtianyi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ongtianyi.wordpress.com/2009/09/26/my-mid-autumn-festival/</guid>
		<description><![CDATA[The Mid-Autumn Festival, also known as the Moon Festival, or in Chinese, Zhong Qiu Jie (中秋節). This is a popular harvest festival that we Chinese celebrate it on the 15th day of the eight month in the Chinese calendar. Counting on my finger, this is the 24 years I celebrate this festival. Usually, what I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=48&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Mid-Autumn Festival, also known as the Moon Festival, or in Chinese, Zhong Qiu Jie (中秋節). This is a popular harvest festival that we Chinese celebrate it on the 15th day of the eight month in the Chinese calendar. </p>
<p>Counting on my finger, this is the 24 years I celebrate this festival. Usually, what I do during this festival is eating moon cakes outside under the moon with a cup of hot tea and enjoy the cool pamelo after the meal. </p>
<p>Yet, this year I had my early Mid-Autumn Festival celebration with my mum who visit me from Penang and separately with my colleague as well. As not much preparation had been done, we just simply enjoy our lovely moon cake this year. I am so missed the old days playing lantern with my sisters in the gardens!! </p>
<p>Lets talk about those interesting and mouth watering moon cake I bought in Jusco Mid Valley yesterday. </p>
<p>Until today, I still supporting my favourite brand &#8211; “Foh San”. In brief, Foh San is a company that established since 1973 at Ipoh, Perak who venture their business in Dim Sum and Moon Cake. They always maintain their products quality and their moon cake wont be too sweet. It suite me as I always “Eat Healthy Live Healthy” <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Let me share with you all the few moon cake that I had enjoy this year! I only manage to show you the one in the advertisement as those one I bought had been finished eaten before I manage to take a picture of them …..</p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image2.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb2.png?w=244&#038;h=135" width="244" height="135" /></a> </p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image3.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb3.png?w=244&#038;h=128" width="244" height="128" /></a> </p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image4.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb4.png?w=244&#038;h=126" width="244" height="126" /></a> </p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image5.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb5.png?w=244&#038;h=122" width="244" height="122" /></a></p>
<p>My favourite are the White Lotus Paste Mooncake with 1 Yolk and the Chocolate Lotus Paste with Walnuts. ^.^</p>
<p>Besides that, my mum also brought me some Heong Far Biscuit or more known as Puppet Biscuit (in Hokkien) made by a local Penang home bakery for the festival. It taste nice though yet a little bit too pricy lo, I still remember 6 years back it is RM 5.50 per box, now it is RM 9.00. However, as it only once a year, never mind la .. important is everyone are HAPPY.</p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image6.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb6.png?w=244&#038;h=128" width="244" height="128" /></a></p>
<p>For those who yet to celebrate this festival, I wish everyone have a great Mid-Autumn Festival ahead! </p>
<p>Gonna continue eat the last few piece of the moon cake before it is out of stock …. Bye Bye!</p>
<p>Cheers</p>
<p>Henry</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ongtianyi.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ongtianyi.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ongtianyi.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ongtianyi.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ongtianyi.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ongtianyi.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ongtianyi.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ongtianyi.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=48&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ongtianyi.wordpress.com/2009/09/26/my-mid-autumn-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b6871d637de457362d177ac7e60ecef0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ongtianyi</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Henry &amp; the Company &#8211; Intuittech</title>
		<link>http://ongtianyi.wordpress.com/2009/09/09/henry-the-company-intuittech/</link>
		<comments>http://ongtianyi.wordpress.com/2009/09/09/henry-the-company-intuittech/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:58:06 +0000</pubDate>
		<dc:creator>ongtianyi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ongtianyi.wordpress.com/2009/09/09/henry-the-company-intuittech/</guid>
		<description><![CDATA[Intuittech (formerly known as Intuit Innovation) is the company that currently I venture my career. As until today 09-09-09 (a very nice day), I had already staying with the company for 1 Year 5 Months and 7 Days. So far I am very happy and glad that I had make a wise decision to join [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=29&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Intuittech (formerly known as Intuit Innovation) is the company that currently I venture my career. As until today 09-09-09 (a very nice day), I had already staying with the company for 1 Year 5 Months and 7 Days. So far I am very happy and glad that I had make a wise decision to join this company. People that who know me will understand that I am very choosy and high demanding; thus something that can get my attention must be something that is SPECIAL. Let me just share with you a little bit about it – INTUITTECH.</p>
<p><strong>Who is INTUITTECH??</strong></p>
<p><a name="OLE_LINK2"></a><a name="OLE_LINK1"></a></p>
<p>A young company (7 years old is consider young right ^ . ^) that had been at Malaysia since 2002. It is a Service Oriented company that based on Open Source Technologies. Intuittech is majorly focusing in two areas which are Asterisk – Hybrid IP Telephony and Nagios – IT Infrastructure Monitoring Tools.</p>
<p>To keep it simple, the following are what we do:</p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb.png?w=461&#038;h=335" width="461" height="335" /></a></p>
<p>For more details, please refer to: <a href="http://www.intuitinnovations.com">www.intuitinnovations.com</a></p>
<p><strong>WHAT I DO??</strong></p>
<p>I am handling the Business Development for the company. My main focus is on the commercial areas like Sales and Marketing. It is quite challenging as I am fighting against BIG DOG like Cisco, Avaya, Alcatel-Lucent in IP Telephony industries and great solutions like HP Open View, IBM trivoli, BMC in Monitoring Solution area.</p>
<p>With our strength in technologies and commercial factor, there is always a piece of cake for us in both areas! And competitors are hating us as we are getting more and more pieces of the cake from their basket.</p>
<p>If you love to know more about either Asterisk &amp; Nagios, I am reachable at:</p>
<p><a href="http://ongtianyi.files.wordpress.com/2009/09/image1.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://ongtianyi.files.wordpress.com/2009/09/image_thumb1.png?w=442&#038;h=185" width="442" height="185" /></a></p>
<p>Want to know more about us??</p>
<p>Just go to the company homepage: <a href="http://www.intuitinnovations.com">www.intuitinnovations.com</a> ( It is too challenging to move the whole web information to the blog, just follow the URL and it will guide you <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
<p>Henry</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ongtianyi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ongtianyi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ongtianyi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ongtianyi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ongtianyi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ongtianyi.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ongtianyi.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ongtianyi.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=29&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ongtianyi.wordpress.com/2009/09/09/henry-the-company-intuittech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b6871d637de457362d177ac7e60ecef0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ongtianyi</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://ongtianyi.files.wordpress.com/2009/09/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to Henry&#8217;s Blog</title>
		<link>http://ongtianyi.wordpress.com/2009/09/06/welcome-to-henrys-blog/</link>
		<comments>http://ongtianyi.wordpress.com/2009/09/06/welcome-to-henrys-blog/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 03:48:34 +0000</pubDate>
		<dc:creator>ongtianyi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ongtianyi.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi, Good day! Welcome to Henry&#8217;s Blog! Let me do a simple intro about myself. My name is Ong Tian Yi a.k.a Henry who is currently staying in Kuala Lumpur, Malaysia. I am currently doing business development for an Open Source based company who is very focus on only two techonologies, Asterisk and Nagios. There [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=3&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Good day!</p>
<p>Welcome to Henry&#8217;s Blog!</p>
<p>Let me do a simple intro about myself. My name is Ong Tian Yi a.k.a Henry who is currently staying in Kuala Lumpur, Malaysia. I am currently doing business development for an Open Source based company who is very focus on only two techonologies, Asterisk and Nagios.</p>
<p>There is always some reason for one to create a blog or to blog again. Yet, I had been struggling for quite awhile before I can answer myself on that question. This is not the first blog I have; as the last one did not last too long, lets cross the finger that this one last longer!</p>
<p>So what I will share in this blog? You can expecting some technolgy tips and tricks mainly on Asterisk and Nagios, some humble business point from me, some personal activities that not under &#8220;18SG&#8221; and for sure some grandma stories from me!</p>
<p>Lastly, enjoy the blog!</p>
<p>Thanks.</p>
<p>Sincerly,</p>
<p>Henry</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ongtianyi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ongtianyi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ongtianyi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ongtianyi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ongtianyi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ongtianyi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ongtianyi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ongtianyi.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ongtianyi.wordpress.com&amp;blog=9346669&amp;post=3&amp;subd=ongtianyi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ongtianyi.wordpress.com/2009/09/06/welcome-to-henrys-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b6871d637de457362d177ac7e60ecef0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ongtianyi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
