<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://cristian.livadaru.net/wp-atom.php">
	<title type="text">Cristian Livadaru's blog</title>
	<subtitle type="text">... think again ...</subtitle>

	<updated>2010-07-24T19:20:59Z</updated>

	<link rel="alternate" type="text/html" href="http://cristian.livadaru.net" />
	<id>http://cristian.livadaru.net/feed/atom/</id>
	

	<generator uri="http://wordpress.org/" version="3.0">WordPress</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/CristianLivadarusBlog" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="cristianlivadarusblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Getting started with adhearsion]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2010/07/24/getting-started-with-adhearsion/" />
		<id>http://cristian.livadaru.net/?p=650</id>
		<updated>2010-07-24T19:20:59Z</updated>
		<published>2010-07-24T19:19:49Z</published>
		<category scheme="http://cristian.livadaru.net" term="Asterisk" /><category scheme="http://cristian.livadaru.net" term="ruby" /><category scheme="http://cristian.livadaru.net" term="Adhearsion" />		<summary type="html"><![CDATA[If you want to give adhearsion a try, here is a quick introduction in how to set it up and do your first tests. This little howto was made on a Mac but it should be usable for linux without any problems, except for the Asterisk paths. So, let&#8217;s get started. First we need asterisk [...]]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2010/07/24/getting-started-with-adhearsion/">&lt;p&gt;If you want to give &lt;a href="http://adhearsion.com/"&gt;adhearsion&lt;/a&gt; a try, here is a quick introduction in how to set it up and do your first tests.&lt;br /&gt;
This little howto was made on a Mac but it should be usable for linux without any problems, except for the Asterisk paths.&lt;br /&gt;
So, let&amp;#8217;s get started. First we need asterisk for Mac OS, we can get this here: &lt;a href="http://mezzo.net/asterisk/"&gt;http://mezzo.net/asterisk/&lt;/a&gt; after installing asterisk, let&amp;#8217;s get the adhearsion gem&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;$ &lt;span style="color: #c20cb9; font-weight: bold;"&gt;sudo&lt;/span&gt; gem &lt;span style="color: #c20cb9; font-weight: bold;"&gt;install&lt;/span&gt; adhearsion
Successfully installed adhearsion-0.8.4
&lt;span style="color: #000000;"&gt;1&lt;/span&gt; gem installed&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;after adhearsion was installed, you should install some softphone for testing. I recommend using &lt;a href="http://icanblink.com/"&gt;blink&lt;/a&gt; on Mac OS. &lt;/p&gt;
&lt;p&gt;Now let&amp;#8217;s create a first project to play around.&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;$ ahn create &lt;span style="color: #7a0874; font-weight: bold;"&gt;test&lt;/span&gt;
      create  
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;simon_game
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;stomp_gateway
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;sandbox
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;ami_remote
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;spec
      create  config
      create  .ahnrc
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;simon_game&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;simon_game.rb
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;ami_remote&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;ami_remote.rb
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;stomp_gateway&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;stomp_gateway.rb
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;stomp_gateway&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;stomp_gateway.yml
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;stomp_gateway&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;README.markdown
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc.rb
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc.yml
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;README.markdown
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;example-client.rb
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;spec&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;restful_rpc_spec.rb
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;sandbox&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;sandbox.yml
      create  components&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;disabled&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;sandbox&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;sandbox.rb
      create  config&lt;span style="color: #000000; font-weight: bold;"&gt;/&lt;/span&gt;startup.rb
      create  dialplan.rb
      create  events.rb
      create  README
      create  Rakefile&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Now we need to set up asterisk extensions.conf for our first adhearsion project. So let&amp;#8217;s open /Library/Asterisk/conf/extensions.conf and search for the [default] section and add exten =&gt; _X.,1,AGI(agi://127.0.0.1) right at the beginning.&lt;br /&gt;
It should now look like this: &lt;/p&gt;
&lt;pre&gt;
[default]
;
; By default we include the demo.  In a production system, you
; probably don't want to have the demo there.
;
exten =&gt; _X.,1,AGI(agi://127.0.0.1)
&lt;/pre&gt;
&lt;p&gt;Why the default? For the purpose of testing, this is the fastest way. You can of course use something different, but keep in mind that this MUST match what you will have in your adhearsion dialplan.rb ! But more on that later. &lt;/p&gt;
&lt;p&gt;Now open dialplan.rb from your freshly created adhearsion project in your favorite editor.&lt;br /&gt;
Remove the lines from the example&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;adhearsion &lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#123;&lt;/span&gt;
  simon_game
&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And replace them with our first example:&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;default &lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#123;&lt;/span&gt;
  ahn_log &lt;span style="color:#996600;"&gt;&amp;quot; Extenstion #{extension} was dialed&amp;quot;&lt;/span&gt;
&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Note that the default here must match the section of your extensions.conf, so if you used [my_cool_ivr] then your dialplan.rb must look like this:&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;my_cool_ivr &lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#123;&lt;/span&gt;
  ahn_log &lt;span style="color:#996600;"&gt;&amp;quot; Extenstion #{extension} was dialed&amp;quot;&lt;/span&gt;
&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So now start asterisk&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;$ asterisk &lt;span style="color: #660033;"&gt;-cvvvvv&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Start your ahn project&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;$ ahn start &lt;span style="color: #7a0874; font-weight: bold;"&gt;test&lt;/span&gt;
 INFO ahn: Adhearsion initialized&lt;span style="color: #000000; font-weight: bold;"&gt;!&lt;/span&gt;
&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#91;&lt;/span&gt;Sat Jul &lt;span style="color: #000000;"&gt;24&lt;/span&gt; &lt;span style="color: #000000;"&gt;20&lt;/span&gt;:&lt;span style="color: #000000;"&gt;33&lt;/span&gt;:&lt;span style="color: #000000;"&gt;55&lt;/span&gt; &lt;span style="color: #000000;"&gt;2010&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#93;&lt;/span&gt; Adhearsion::VoIP::Asterisk::AGI::Server::RubyServer 0.0.0.0:&lt;span style="color: #000000;"&gt;4573&lt;/span&gt; start&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And start Blink and dial 100@127.0.0.1, nothing exciting will happen, but if you check your session where you started adhearsion you will see&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="bash" style="font-family:monospace;"&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#91;&lt;/span&gt;Sat Jul &lt;span style="color: #000000;"&gt;24&lt;/span&gt; &lt;span style="color: #000000;"&gt;20&lt;/span&gt;:&lt;span style="color: #000000;"&gt;34&lt;/span&gt;:&lt;span style="color: #000000;"&gt;45&lt;/span&gt; &lt;span style="color: #000000;"&gt;2010&lt;/span&gt;&lt;span style="color: #7a0874; font-weight: bold;"&gt;&amp;#93;&lt;/span&gt; Adhearsion::VoIP::Asterisk::AGI::Server::RubyServer 0.0.0.0:&lt;span style="color: #000000;"&gt;4573&lt;/span&gt; client:&lt;span style="color: #000000;"&gt;64178&lt;/span&gt; localhost&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;lt;&lt;/span&gt;127.0.0.1&lt;span style="color: #000000; font-weight: bold;"&gt;&amp;gt;&lt;/span&gt; connect
 INFO ahn:  Extenstion &lt;span style="color: #000000;"&gt;100&lt;/span&gt; was dialed&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So with very little effort you now have connected Asterisk to ruby, pretty cool. Well, let&amp;#8217;s do something more exciting now.&lt;br /&gt;
Open up dialplan.rb and add some code in it.&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;default &lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#123;&lt;/span&gt;
  ahn_log &lt;span style="color:#996600;"&gt;&amp;quot;Extenstion #{extension} was dialed&amp;quot;&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;case&lt;/span&gt; extension
    &lt;span style="color:#9966CC; font-weight:bold;"&gt;when&lt;/span&gt; &lt;span style="color:#006666;"&gt;100&lt;/span&gt;
      play &lt;span style="color:#996600;"&gt;&amp;quot;agent-pass&amp;quot;&lt;/span&gt;
      login=input &lt;span style="color:#006666;"&gt;4&lt;/span&gt;, &lt;span style="color:#ff3333; font-weight:bold;"&gt;:timeout&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; 1.&lt;span style="color:#9900CC;"&gt;minute&lt;/span&gt;
      ahn_log &lt;span style="color:#996600;"&gt;&amp;quot;got login #{login}&amp;quot;&lt;/span&gt;
      &lt;span style="color:#9966CC; font-weight:bold;"&gt;if&lt;/span&gt; login==&lt;span style="color:#996600;"&gt;&amp;quot;1234&amp;quot;&lt;/span&gt;
        play &lt;span style="color:#996600;"&gt;&amp;quot;agent-loginok&amp;quot;&lt;/span&gt;
      &lt;span style="color:#9966CC; font-weight:bold;"&gt;else&lt;/span&gt;
        play &lt;span style="color:#996600;"&gt;&amp;quot;agent-incorrect&amp;quot;&lt;/span&gt;
      &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
    &lt;span style="color:#9966CC; font-weight:bold;"&gt;else&lt;/span&gt;
      play &lt;span style="color:#996600;"&gt;&amp;quot;ss-noservice&amp;quot;&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So if you dial 100@127.0.0.1 you will be asked to enter a pin, with the line login=input 4, :timeout =&gt; 1.minute you are telling asterisk that you want 4 digits, and there should be a timeout if nothing happens in one minute.&lt;/p&gt;
&lt;p&gt;I did intend to show off some conference features &amp;#8230; but it turns out the binary build of asterisk for mac os is missing app_meetme so until I figure that one out I&amp;#8217;ll just leave this as it is. &lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=MC4umep0SQ8:d8U4SRQhJAg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/MC4umep0SQ8" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2010/07/24/getting-started-with-adhearsion/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2010/07/24/getting-started-with-adhearsion/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Use Adhearsion to check Asterisk]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/11/03/use-adhearsion-to-check-asterisk/" />
		<id>http://cristian.livadaru.net/?p=648</id>
		<updated>2009-11-03T12:10:03Z</updated>
		<published>2009-11-03T12:10:03Z</published>
		<category scheme="http://cristian.livadaru.net" term="Asterisk" /><category scheme="http://cristian.livadaru.net" term="Server" /><category scheme="http://cristian.livadaru.net" term="VoIP" /><category scheme="http://cristian.livadaru.net" term="linux" /><category scheme="http://cristian.livadaru.net" term="Adhearsion" /><category scheme="http://cristian.livadaru.net" term="Monit" /><category scheme="http://cristian.livadaru.net" term="Monitoring" /><category scheme="http://cristian.livadaru.net" term="Nagios" />		<summary type="html"><![CDATA[If you have a business depending on asterisk you need to be sure that everything is running. You could use Nagios or Monit to check if asterisk is running, but is it also working? What about your AGI Server? Is it doing what it&#8217;s supposed to do? The best way to find out if this [...]]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/11/03/use-adhearsion-to-check-asterisk/">&lt;p&gt;If you have a business depending on asterisk you need to be sure that everything is running. You could use &lt;a href="http://www.nagios.org/"&gt;Nagios&lt;/a&gt; or &lt;a href="http://mmonit.com/monit/"&gt;Monit&lt;/a&gt; to check if asterisk is running, but is it also working? What about your AGI Server? Is it doing what it&amp;#8217;s supposed to do?&lt;/p&gt;
&lt;p&gt;The best way to find out if this works would be to call and see if the call is accepted and if you get something back from your AGI server and you can do this with automatically with &lt;a href="http://adhearsion.com/"&gt;Adhearsion&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;What you will need is a wav file containing a DTMF sequence. You can create one with Adobe Audition for example (aka Cooledit before Adobe took over). The Trial version is enough to create the DTMF. Use a 300ms pause at least the other settings didn’t really work for me. Also don&amp;#8217;t forget to set your Asterisk server to dtmfmod=inband.&lt;/p&gt;
&lt;p&gt;I created a new adhearsion project and used the Simon game as start of and modified it to look like this:&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;table&gt;&lt;tr&gt;&lt;td class="line_numbers"&gt;&lt;pre&gt;1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
&lt;/pre&gt;&lt;/td&gt;&lt;td class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;methods_for &lt;span style="color:#ff3333; font-weight:bold;"&gt;:dialplan&lt;/span&gt; &lt;span style="color:#9966CC; font-weight:bold;"&gt;do&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;def&lt;/span&gt; check_call
    CheckCall.&lt;span style="color:#9900CC;"&gt;new&lt;/span&gt;&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color:#0000FF; font-weight:bold;"&gt;self&lt;/span&gt;&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#41;&lt;/span&gt;.&lt;span style="color:#9900CC;"&gt;start&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&amp;nbsp;
&lt;span style="color:#9966CC; font-weight:bold;"&gt;class&lt;/span&gt; CheckCall
&amp;nbsp;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;def&lt;/span&gt; initialize&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#40;&lt;/span&gt;call&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#41;&lt;/span&gt;
    &lt;span style="color:#0066ff; font-weight:bold;"&gt;@call&lt;/span&gt; = call
    &lt;span style="color:#0066ff; font-weight:bold;"&gt;@number&lt;/span&gt;=&lt;span style="color:#996600;"&gt;'12345'&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;def&lt;/span&gt; start
    collect_attempt
    verify_attempt
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;def&lt;/span&gt; collect_attempt
    &lt;span style="color:#0066ff; font-weight:bold;"&gt;@attempt&lt;/span&gt; = &lt;span style="color:#0066ff; font-weight:bold;"&gt;@call&lt;/span&gt;.&lt;span style="color:#9900CC;"&gt;input&lt;/span&gt; &lt;span style="color:#0066ff; font-weight:bold;"&gt;@number&lt;/span&gt;.&lt;span style="color:#9900CC;"&gt;length&lt;/span&gt;,
      &lt;span style="color:#ff3333; font-weight:bold;"&gt;:timeout&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; 10.&lt;span style="color:#9900CC;"&gt;seconds&lt;/span&gt;    
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;def&lt;/span&gt; verify_attempt
    &lt;span style="color:#9966CC; font-weight:bold;"&gt;if&lt;/span&gt; attempt_correct? 
		&lt;span style="color:#008000; font-style:italic;"&gt;# do something here&lt;/span&gt;
    &lt;span style="color:#9966CC; font-weight:bold;"&gt;else&lt;/span&gt;
		&lt;span style="color:#008000; font-style:italic;"&gt;# do something else&lt;/span&gt;
    &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&amp;nbsp;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;def&lt;/span&gt; attempt_correct?
    &lt;span style="color:#0066ff; font-weight:bold;"&gt;@attempt&lt;/span&gt; == &lt;span style="color:#0066ff; font-weight:bold;"&gt;@number&lt;/span&gt;
  &lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;
&amp;nbsp;
&lt;span style="color:#9966CC; font-weight:bold;"&gt;end&lt;/span&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;What this does is check if the called server sent the DTMF sequence 12345 and if not it would do something.&lt;br/&gt;&lt;br /&gt;
You cold for example use growl and/or prowl for notification or use some &lt;a href="http://lcx.at/en/products/server-monitoring/"&gt;SMS service for notification&lt;/a&gt; like &lt;a href="http://lcx.at/en/"&gt;lcx.at&lt;/a&gt; (I know, shameless self promotion).&lt;/p&gt;
&lt;p&gt;Also don&amp;#8217;t forget to activate drb in your adhersion project, do this in startup.rb&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;config.&lt;span style="color:#9900CC;"&gt;enable_asterisk&lt;/span&gt;
config.&lt;span style="color:#9900CC;"&gt;asterisk&lt;/span&gt;.&lt;span style="color:#9900CC;"&gt;enable_ami&lt;/span&gt; &lt;span style="color:#ff3333; font-weight:bold;"&gt;:host&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;localhost&amp;quot;&lt;/span&gt;, &lt;span style="color:#ff3333; font-weight:bold;"&gt;:username&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;amiuser&amp;quot;&lt;/span&gt;, &lt;span style="color:#ff3333; font-weight:bold;"&gt;:password&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;amipassowrd&amp;quot;&lt;/span&gt;, &lt;span style="color:#ff3333; font-weight:bold;"&gt;:events&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#0000FF; font-weight:bold;"&gt;true&lt;/span&gt;
&amp;nbsp;
config.&lt;span style="color:#9900CC;"&gt;enable_drb&lt;/span&gt; &lt;span style="color:#ff3333; font-weight:bold;"&gt;:host&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;0.0.0.0&amp;quot;&lt;/span&gt;, &lt;span style="color:#ff3333; font-weight:bold;"&gt;:deny&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;0.0.0.0&amp;quot;&lt;/span&gt;, &lt;span style="color:#ff3333; font-weight:bold;"&gt;:allow&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#91;&lt;/span&gt;&lt;span style="color:#996600;"&gt;&amp;quot;127.0.0.1&amp;quot;&lt;/span&gt;, &lt;span style="color:#996600;"&gt;&amp;quot;213.123.118.123&amp;quot;&lt;/span&gt;&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#93;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Ok now all we need is the script that triggers the call. This could look like this:&lt;/p&gt;

&lt;div class="wp_syntax"&gt;&lt;div class="code"&gt;&lt;pre class="ruby" style="font-family:monospace;"&gt;&lt;span style="color:#CC0066; font-weight:bold;"&gt;require&lt;/span&gt; &lt;span style="color:#996600;"&gt;'drb'&lt;/span&gt;
&lt;span style="color:#0066ff; font-weight:bold;"&gt;@adhearsion&lt;/span&gt; = DRbObject.&lt;span style="color:#9900CC;"&gt;new_with_uri&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;druby://localhost:9050&amp;quot;&lt;/span&gt;
result = &lt;span style="color:#0066ff; font-weight:bold;"&gt;@adhearsion&lt;/span&gt;.&lt;span style="color:#9900CC;"&gt;originate&lt;/span&gt;&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#40;&lt;/span&gt;&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#123;&lt;/span&gt; &lt;span style="color:#ff3333; font-weight:bold;"&gt;:channel&lt;/span&gt;   &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;SIP/....&amp;quot;&lt;/span&gt;, 
                                 &lt;span style="color:#ff3333; font-weight:bold;"&gt;:context&lt;/span&gt;   &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;checkcall&amp;quot;&lt;/span&gt;, 
                                 &lt;span style="color:#ff3333; font-weight:bold;"&gt;:exten&lt;/span&gt; 	&lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;'4000'&lt;/span&gt;,
                                 &lt;span style="color:#ff3333; font-weight:bold;"&gt;:priority&lt;/span&gt;  &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#006666;"&gt;1&lt;/span&gt;,
                                 &lt;span style="color:#ff3333; font-weight:bold;"&gt;:callerid&lt;/span&gt;  &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;43123456789&amp;quot;&lt;/span&gt;,
                                 &lt;span style="color:#ff3333; font-weight:bold;"&gt;:async&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;'true'&lt;/span&gt;,                                     
                                 &lt;span style="color:#ff3333; font-weight:bold;"&gt;:variable&lt;/span&gt;  &lt;span style="color:#006600; font-weight:bold;"&gt;=&amp;gt;&lt;/span&gt; &lt;span style="color:#996600;"&gt;&amp;quot;call_launcher=true|sleep_time=3600&amp;quot;&lt;/span&gt; &lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#125;&lt;/span&gt;&lt;span style="color:#006600; font-weight:bold;"&gt;&amp;#41;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So, this is it. I know this isn&amp;#8217;t really a copy &amp;#038; paste howto, some things are missing but I don&amp;#8217;t want to repeat things that can be read in the adhearsion documentation.&lt;br /&gt;
Oh, what I forgot to mention, I use a separate server which runs Asterisk to do the checks, the checks are NOT done form the same server I am checking, but I think this should be obvious.&lt;br /&gt;
If you need a VPS with this Setup, or need someone to verify your VoIP Servers, feel free to &lt;a href="http://lcx.at/en/contact-us/"&gt;contact me&lt;/a&gt;! &lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=ADqbHUz7-Co:pqmd60GagP0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/ADqbHUz7-Co" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/11/03/use-adhearsion-to-check-asterisk/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/11/03/use-adhearsion-to-check-asterisk/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Long time no blog]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/11/03/long-time-no-blog-2/" />
		<id>http://cristian.livadaru.net/?p=647</id>
		<updated>2009-11-03T11:45:42Z</updated>
		<published>2009-11-03T11:45:42Z</published>
		<category scheme="http://cristian.livadaru.net" term="Travel" /><category scheme="http://cristian.livadaru.net" term="holiday" /><category scheme="http://cristian.livadaru.net" term="malaga" /><category scheme="http://cristian.livadaru.net" term="Sky Europe" /><category scheme="http://cristian.livadaru.net" term="Spain" />		<summary type="html"><![CDATA[A long time has passed since my last blog. But time is something I don&#8217;t really have right now. Actually even now I have some deadlines approaching and I should be rather working day and night then writing blogs but I thought it&#8217;s time to feed my blog a little bit. So, my last blog [...]]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/11/03/long-time-no-blog-2/">&lt;p&gt;A long time has passed since my last blog. But time is something I don&amp;#8217;t really have right now. Actually even now I have some deadlines approaching and I should be rather working day and night then writing blogs but I thought it&amp;#8217;s time to feed my blog a little bit.&lt;/p&gt;
&lt;p&gt;So, my last blog I wanted to write was about our trip to Malaga, Spain. Well it didn&amp;#8217;t start that good. As some might have heard Sky Europe is broke and disappeared completely from the market. But let me tell the whole story.&lt;/p&gt;
&lt;p&gt;We arrived in Bratislava by bus and looked at the Delays, our flight was about 2 hours late. That was bad but it could be worse. The flight to Alicante was over 12 hours late. Anyway, even 2 hours can be terrible in Bratislava airport. It&amp;#8217;s very small and you can&amp;#8217;t do anything.&lt;br /&gt;
But finally we arrived in Malaga just to wait in a huge line to pick up our car from the Car Rental.&lt;br /&gt;
Here a hint for someone traveling to Malaga and Renting a car from Carjet (carjet.co.uk) or Goldcar Rental. The prices seem very cheap at the first look but keep in mind that Goldcar works with a Full/Empty policy. This means, you get the car with a full tank and have to return it empty and when you pick up the car you have to pay the full tank. A full tank for a Ford KA kosts about 35 euro (at least that was the most I paid during our holiday) and Goldcar charged 60 Euro. So in the end you are more expensive the Sixt for example. But enough about that.&lt;/p&gt;
&lt;p&gt;So after the first two days of holiday I got a call from a friend who told me that Sky Europe isn&amp;#8217;t flying anymore. He was Stuck in Greece and we where now stuck in Spain. Thanks to Air Berlin we did get tickets for the same day we planed to return to Vienna and they gave us the tickets a bit cheaper.&lt;br /&gt;
The irony is that before buying the tickets with Sky Europe we wanted to buy tickets with Air Berlin but somehow decided to Fly to Portugal and then finally changed our minds again and wanted to go to Malaga again and the Tickets with Sky Europe where a bit cheaper.&lt;/p&gt;
&lt;p&gt;Well, we learned our lesson. The flight with Air Berlin was great, on time, you get something to drink, newspapers, food and the price is ok. The worst part of Skyeurope was always that they had delays, didn&amp;#8217;t really care much about the fact that you had to pay for drinks or food. But sitting around in the airport for hours is a waste of time.&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=kr6A4-sruwQ:wcQ3HYsnSjQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/kr6A4-sruwQ" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/11/03/long-time-no-blog-2/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/11/03/long-time-no-blog-2/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Holiday]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/08/29/holiday/" />
		<id>http://cristian.livadaru.net/?p=646</id>
		<updated>2009-08-29T09:52:12Z</updated>
		<published>2009-08-29T09:38:26Z</published>
		<category scheme="http://cristian.livadaru.net" term="Travel" /><category scheme="http://cristian.livadaru.net" term="Uncategorized" /><category scheme="http://cristian.livadaru.net" term="holiday" /><category scheme="http://cristian.livadaru.net" term="malaga" />		<summary type="html"><![CDATA[Finally time for a holiday, time to relax and do some &#8220;mint rubbing&#8221; Photos will be uploaded here from time to time]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/08/29/holiday/">&lt;p&gt;Finally time for a &lt;a href="http://www.cantueso.net/wordpress/web-cam/"&gt;holiday&lt;/a&gt;, time to relax and do some &lt;a href="http://www.mintrubbing.org/"&gt;&amp;#8220;mint rubbing&amp;#8221;&lt;/a&gt; &lt;img src='http://cristian.livadaru.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt; &lt;/p&gt;
&lt;p&gt;Photos will be uploaded &lt;a href="http://lcx.at/foto/cris2/2009/"&gt;here&lt;/a&gt; from time to time&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=e-1b_awH7To:Y9KmoBCsi60:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/e-1b_awH7To" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/08/29/holiday/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/08/29/holiday/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Outlook 2007 Error: None of the Authentication Methods Supported By This Client Are Supported By Your Server]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/08/05/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/" />
		<id>http://cristian.livadaru.net/?p=641</id>
		<updated>2009-08-05T09:20:07Z</updated>
		<published>2009-08-05T09:20:07Z</published>
		<category scheme="http://cristian.livadaru.net" term="Windows" /><category scheme="http://cristian.livadaru.net" term="cyrus" /><category scheme="http://cristian.livadaru.net" term="imap" /><category scheme="http://cristian.livadaru.net" term="outlook" />		<summary type="html"><![CDATA[I was testing Zimbra with several mail client. Everything worked fine (Thunderbird, Mac Mail, &#8230;) except outlook. Outlook always complained &#8220;None of the Authentication Methods Supported By This Client Are Supported By Your Server&#8221;. I found several hints on the net about how to solve this but none of them helped. After checking and rechecking [...]]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/08/05/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/">&lt;p&gt;I was testing Zimbra with several mail client. Everything worked fine (Thunderbird, Mac Mail, &amp;#8230;) except outlook. Outlook always complained &amp;#8220;None of the Authentication Methods Supported By This Client Are Supported By Your Server&amp;#8221;.&lt;br /&gt;
I found several hints on the net about how to solve this but none of them helped.&lt;br /&gt;
After checking and rechecking the Account settings I noticed that encryption type for SMTP and IMAP where both set to &amp;#8220;None&amp;#8221; even if you tell outlook to use encryption. So here is what you have to do to get it working:&lt;/p&gt;
&lt;p&gt;1. In the account settings click on &amp;#8220;More Settings &amp;#8230;&amp;#8221;&lt;/p&gt;
&lt;p&gt;2. On the Advanced Tab, change the encryption type from &amp;#8220;none&amp;#8221; to what ever works with your server, or just try &amp;#8220;auto&amp;#8221;&lt;/p&gt;

&lt;a href='http://cristian.livadaru.net/2009/08/05/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/outlook1/' title='outlook1'&gt;&lt;img width="150" height="150" src="http://cristian.livadaru.net/wp-content/uploads/2009/08/outlook1-150x150.png" class="attachment-thumbnail" alt="outlook1" title="outlook1" /&gt;&lt;/a&gt;
&lt;a href='http://cristian.livadaru.net/2009/08/05/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/outlook2/' title='outlook2'&gt;&lt;img width="150" height="150" src="http://cristian.livadaru.net/wp-content/uploads/2009/08/outlook2-150x150.png" class="attachment-thumbnail" alt="outlook2" title="outlook2" /&gt;&lt;/a&gt;

&lt;p&gt;I really can&amp;#8217;t understand why &amp;#8220;none&amp;#8221; is the default &amp;#8230; but who understands Microsoft &amp;#8230;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=UTrCp2owmzc:2ICHCKOgYq0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/UTrCp2owmzc" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/08/05/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/08/05/outlook-2007-error-none-of-the-authentication-methods-supported-by-this-client-are-supported-by-your-server/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Summer in Austria]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/07/25/summer-in-austria/" />
		<id>http://cristian.livadaru.net/?p=636</id>
		<updated>2009-07-25T12:12:13Z</updated>
		<published>2009-07-25T12:11:22Z</published>
		<category scheme="http://cristian.livadaru.net" term="World" /><category scheme="http://cristian.livadaru.net" term="hagel" /><category scheme="http://cristian.livadaru.net" term="unwetter" /><category scheme="http://cristian.livadaru.net" term="wetter" />		<summary type="html" />
		<content type="html" xml:base="http://cristian.livadaru.net/2009/07/25/summer-in-austria/">&lt;p&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/j8IeFg3wU6Q&amp;#038;hl=en&amp;#038;fs=1&amp;#038;rel=0"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/j8IeFg3wU6Q&amp;#038;hl=en&amp;#038;fs=1&amp;#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/N7k9wbK89QE&amp;#038;hl=en&amp;#038;fs=1&amp;#038;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/N7k9wbK89QE&amp;#038;hl=en&amp;#038;fs=1&amp;#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=UTpsVgAUkyE:6s01LjfrGo8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/UTpsVgAUkyE" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/07/25/summer-in-austria/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/07/25/summer-in-austria/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Intalnirea Broscutelor Timisoara 2009]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/05/27/intalnirea-broscutelor-timisoara-2009/" />
		<id>http://cristian.livadaru.net/2009/05/27/intalnirea-broscutelor-timisoara-2009/</id>
		<updated>2009-05-27T10:34:39Z</updated>
		<published>2009-05-27T10:34:39Z</published>
		<category scheme="http://cristian.livadaru.net" term="Uncategorized" /><category scheme="http://cristian.livadaru.net" term="timisoara" /><category scheme="http://cristian.livadaru.net" term="VW" /><category scheme="http://cristian.livadaru.net" term="vwclub" />		<summary type="html"><![CDATA[Intalnirea Broscutelor Timisoara 2009]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/05/27/intalnirea-broscutelor-timisoara-2009/">&lt;p&gt;&lt;a href="http://vwclub.ro/index.php/Evenimente-VW/Intalnirea-Broscutelor-Timisoara-2009.html" title="Intalnirea Broscutelor Timisoara 2009"&gt;&lt;br /&gt;
&lt;img src="http://vwclub.ro/images/stories/diverse/afis.jpg" title="Intalnirea Broscutelor Timisoara 2009" alt="Intalnirea Broscutelor Timisoara 2009"/&gt;&lt;/a&gt;&lt;a href="http://vwclub.ro/index.php/Evenimente-VW/Intalnirea-Broscutelor-Timisoara-2009.html" title="Intalnirea Broscutelor Timisoara 2009"&gt;Intalnirea Broscutelor Timisoara 2009&lt;/a&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=-PDaP37NbmY:GPwEvKl7Oyo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/-PDaP37NbmY" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/05/27/intalnirea-broscutelor-timisoara-2009/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/05/27/intalnirea-broscutelor-timisoara-2009/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Wörthersee 2009]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/05/22/worthersee-2009/" />
		<id>http://cristian.livadaru.net/2009/05/22/worthersee-2009/</id>
		<updated>2009-05-22T10:30:59Z</updated>
		<published>2009-05-22T10:30:59Z</published>
		<category scheme="http://cristian.livadaru.net" term="moblog" />		<summary type="html" />
		<content type="html" xml:base="http://cristian.livadaru.net/2009/05/22/worthersee-2009/">&lt;p&gt; &lt;!--Mime Type of File is         image/jpeg --&gt;&lt;/p&gt;
&lt;div class="postie-image-div"&gt;&lt;a href="http://cristian.livadaru.net/wp-photos/20090522-123502-1.jpg"&gt;&lt;img src="http://cristian.livadaru.net/wp-photos/thumb.20090522-123502-1.jpg" alt="photo.jpg" style="border: none;" class="postie-image" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=Z00Ek3kT8JY:cjyD9u6WqWQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/Z00Ek3kT8JY" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/05/22/worthersee-2009/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/05/22/worthersee-2009/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[The oldest hard-disk]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/05/10/the-oldest-hard-disk/" />
		<id>http://cristian.livadaru.net/?p=630</id>
		<updated>2009-05-10T06:23:50Z</updated>
		<published>2009-05-10T06:21:00Z</published>
		<category scheme="http://cristian.livadaru.net" term="Computer" /><category scheme="http://cristian.livadaru.net" term="Server" /><category scheme="http://cristian.livadaru.net" term="fun" /><category scheme="http://cristian.livadaru.net" term="linux" /><category scheme="http://cristian.livadaru.net" term="harddisk" />		<summary type="html"><![CDATA[Seems like I have one of the oldest, if not the oldest, hard disk in the world in one of my servers Didn&#8217;t know they had SATA 136 years ago.]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/05/10/the-oldest-hard-disk/">&lt;p&gt;Seems like I have one of the oldest, if not the oldest, hard disk in the world in one of my servers &lt;img src='http://cristian.livadaru.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /&gt;&lt;br /&gt;
Didn&amp;#8217;t know they had SATA 136 years ago. &lt;a class="thickbox" href="http://cristian.livadaru.net/wp-content/uploads/2009/05/old_harddisk.png"&gt;&lt;img src="http://cristian.livadaru.net/wp-content/uploads/2009/05/old_harddisk-300x46.png" alt="old_harddisk" title="old_harddisk" width="300" height="46" class="alignnone size-medium wp-image-631" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=r0Q_oh9YGto:RejT_PQoGgM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/r0Q_oh9YGto" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/05/10/the-oldest-hard-disk/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/05/10/the-oldest-hard-disk/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Cristian Livadaru</name>
						<uri>http://livadaru.net/</uri>
					</author>
		<title type="html"><![CDATA[Grill time]]></title>
		<link rel="alternate" type="text/html" href="http://cristian.livadaru.net/2009/05/01/grill-time/" />
		<id>http://cristian.livadaru.net/2009/05/01/grill-time/</id>
		<updated>2009-05-01T14:15:04Z</updated>
		<published>2009-05-01T14:15:04Z</published>
		<category scheme="http://cristian.livadaru.net" term="moblog" />		<summary type="html"><![CDATA[No, that&#8217;s not me]]></summary>
		<content type="html" xml:base="http://cristian.livadaru.net/2009/05/01/grill-time/">&lt;p&gt; No, that&amp;#8217;s not me&lt;/p&gt;
&lt;p&gt; &lt;!--Mime Type of File is image/jpeg --&gt;
&lt;div class="postie-image-div"&gt;&lt;a href="http://cristian.livadaru.net/wp-photos/20090501-161503-1.jpg" rel="lightbox[20090501-161504-]"&gt;&lt;img src="http://cristian.livadaru.net/wp-photos/thumb.20090501-161503-1.jpg" alt="photo.jpg" style="border: none;" class="postie-image" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?a=1DINvRCg12Q:TYJLa_pKa0A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/CristianLivadarusBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/CristianLivadarusBlog/~4/1DINvRCg12Q" height="1" width="1"/&gt;</content>
		<link rel="replies" type="text/html" href="http://cristian.livadaru.net/2009/05/01/grill-time/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://cristian.livadaru.net/2009/05/01/grill-time/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
	</feed>
